Searched refs:fNumGlyphs (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/batches/
H A DGrAtlasTextBatch.h50 batch->fBatch.fNumGlyphs = glyphCount;
70 batch->fBatch.fNumGlyphs = glyphCount;
147 int numGlyphs() const { return fBatch.fNumGlyphs; }
161 int fNumGlyphs; member in struct:GrAtlasTextBatch::BatchTracker
H A DGrAtlasTextBatch.cpp226 fBatch.fNumGlyphs += that->numGlyphs();
/external/icu/icu4c/source/test/letest/
H A DPortableFontInstance.h54 le_uint16 fNumGlyphs; member in class:PortableFontInstance
H A DPortableFontInstance.cpp81 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
371 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
380 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) {
/external/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.h54 le_uint16 fNumGlyphs; member in class:PortableFontInstance
H A DPortableFontInstance.cpp81 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
375 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
384 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) {

Completed in 107 milliseconds