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

  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 60 op->fNumGlyphs = glyphCount;
81 op->fNumGlyphs = glyphCount;
175 int numGlyphs() const { return fNumGlyphs; }
189 int fNumGlyphs;
GrAtlasTextOp.cpp 407 if (this->fNumGlyphs + that->fNumGlyphs > kMaxGlyphs) {
411 fNumGlyphs += that->numGlyphs();
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.h 58 op->fNumGlyphs = glyphCount;
80 op->fNumGlyphs = glyphCount;
182 int numGlyphs() const { return fNumGlyphs; }
197 int fNumGlyphs;
GrAtlasTextOp.cpp 375 if (this->fNumGlyphs + that->fNumGlyphs > kMaxGlyphs) {
379 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) {
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 363 : fUtf8Start(utf8Start), fUtf8End(utf8End), fNumGlyphs(numGlyphs), fPaint(paint)
369 int fNumGlyphs;
417 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs);
420 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) {
713 : runs[logicalIndex].fNumGlyphs;
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 361 : fUtf8Start(utf8Start), fUtf8End(utf8End), fNumGlyphs(numGlyphs), fPaint(paint)
367 int fNumGlyphs;
415 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs);
418 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) {
708 : runs[logicalIndex].fNumGlyphs;

Completed in 241 milliseconds