Home
last modified time | relevance | path

Searched refs:fCharCodesCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tools/fonts/
H A DTestTypeface.cpp36 , fCharCodesCount(fontData.fCharCodes ? fontData.fCharCodesCount : 0) in SkTestFont()
49 for (size_t index = 0; index < fCharCodesCount; ++index) { in glyphForUnichar()
58 fPaths = new SkPath[fCharCodesCount]; in init()
59 for (unsigned index = 0; index < fCharCodesCount; ++index) { in init()
95 glyphID = glyphID < fTestFont->fCharCodesCount ? glyphID : 0; in getAdvance()
105 glyphID = glyphID < fTestFont->fCharCodesCount ? glyphID : 0; in getPath()
114 unsigned glyphCount = fTestFont->fCharCodesCount; in getGlyphToUnicodeMap()
H A DTestTypeface.h40 const size_t fCharCodesCount; member
56 const size_t fCharCodesCount; member in SkTestFont
89 int onCountGlyphs() const override { return (int)fTestFont->fCharCodesCount; }

Completed in 2 milliseconds