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

  /external/icu/icu4c/source/test/letest/
PortableFontInstance.h 56 le_uint16 fNumGlyphs;
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.h 60 le_uint16 fNumGlyphs;
  /external/skia/src/gpu/ops/
GrAtlasTextOp.h 60 op->fNumGlyphs = glyphCount;
81 op->fNumGlyphs = glyphCount;
175 int numGlyphs() const { return fNumGlyphs; }
189 int fNumGlyphs;
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.h 58 op->fNumGlyphs = glyphCount;
80 op->fNumGlyphs = glyphCount;
182 int numGlyphs() const { return fNumGlyphs; }
197 int fNumGlyphs;
  /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 643 milliseconds