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

  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 55 op->fNumGlyphs = glyphCount;
77 op->fNumGlyphs = glyphCount;
158 int numGlyphs() const { return fNumGlyphs; }
187 int fNumGlyphs;
GrAtlasTextOp.cpp 190 fNumGlyphs += that->numGlyphs();
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 56 le_uint16 fNumGlyphs;
PortableFontInstance.cpp 83 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
373 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
382 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) {
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 60 le_uint16 fNumGlyphs;
PortableFontInstance.cpp 87 fDirectory(NULL), fNAMETable(NULL), fNameCount(0), fNameStringOffset(0), fCMAPMapper(NULL), fHMTXTable(NULL), fNumGlyphs(0), fNumLongHorMetrics(0)
381 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
390 if (ttGlyph >= fNumGlyphs || fHMTXTable == NULL) {

Completed in 69 milliseconds