Lines Matching refs:fNumGlyphs
668 , fGlyphs(std::move(glyphs)), fNumGlyphs(numGlyphs) in ShapedRun()
675 int fNumGlyphs; member
745 append(handler, info, run, 0, run.fNumGlyphs, ¤tPoint); in emit()
775 SkASSERT(fGlyphIndex < runs[fRunIndex].fNumGlyphs); in next()
778 if (fGlyphIndex == runs[fRunIndex].fNumGlyphs) { in next()
985 for (int i = 0; i < model.fNumGlyphs; ++i) { in shapeCorrect()
995 modelText[utf8runLength].glyphLen = model.fNumGlyphs; in shapeCorrect()
1070 best.fGlyphs.reset(new ShapedGlyph[best.fNumGlyphs]); in shapeCorrect()
1072 best.fNumGlyphs * sizeof(ShapedGlyph)); in shapeCorrect()
1073 modelOffset += best.fNumGlyphs; in shapeCorrect()
1145 for (int i = 0; i < run.fNumGlyphs; ++i) { in shapeOk()
1292 : runs[logicalIndex].fNumGlyphs; in shapeOk()