HomeSort by relevance Sort by last modified time
    Searched refs:fNumGlyphs (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/batches/
GrAtlasTextBatch.h 50 batch->fBatch.fNumGlyphs = glyphCount;
70 batch->fBatch.fNumGlyphs = glyphCount;
147 int numGlyphs() const { return fBatch.fNumGlyphs; }
161 int fNumGlyphs;
GrAtlasTextBatch.cpp 226 fBatch.fNumGlyphs += that->numGlyphs();
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 54 le_uint16 fNumGlyphs;
PortableFontInstance.cpp 81 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/
PortableFontInstance.h 54 le_uint16 fNumGlyphs;
PortableFontInstance.cpp 81 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 333 milliseconds