Lines Matching refs:runIndex
76 void GrTextUtils::DrawBmpText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawBmpText() argument
92 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix); in DrawBmpText()
100 blob, runIndex, fontCache, &currStrike, glyph, in DrawBmpText()
109 void GrTextUtils::DrawBmpPosText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawBmpPosText() argument
127 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix); in DrawBmpPosText()
136 blob, runIndex, fontCache, &currStrike, glyph, in DrawBmpPosText()
145 void GrTextUtils::BmpAppendGlyph(GrAtlasTextBlob* blob, int runIndex, in BmpAppendGlyph() argument
175 blob->appendGlyph(runIndex, r, color, *strike, glyph, cache, skGlyph, in BmpAppendGlyph()
271 void GrTextUtils::DrawDFText(GrAtlasTextBlob* blob, int runIndex, in DrawDFText() argument
343 DrawDFPosText(blob, runIndex, fontCache, props, paint, scalerContextFlags, viewMatrix, text, in DrawDFText()
347 void GrTextUtils::DrawDFPosText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawDFPosText() argument
368 blob->setSubRunHasDistanceFields(runIndex, paint.skPaint().isLCDRenderText()); in DrawDFPosText()
374 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::kNone_ScalerContextFlags, in DrawDFPosText()
392 if (!DfAppendGlyph(blob, runIndex, fontCache, &currStrike, glyph, x, y, in DrawDFPosText()
419 if (!DfAppendGlyph(blob, runIndex, fontCache, &currStrike, glyph, x - advanceX, in DrawDFPosText()
436 blob->initOverride(runIndex); in DrawDFPosText()
437 GrTextUtils::DrawBmpPosText(blob, runIndex, fontCache, props, paint, scalerContextFlags, in DrawDFPosText()
443 bool GrTextUtils::DfAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* cache, in DfAppendGlyph() argument
480 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, glyphCache, skGlyph, in DfAppendGlyph()