Lines Matching refs:runIndex

40 void GrTextUtils::DrawBmpText(GrAtlasTextBlob* blob, int runIndex,  in DrawBmpText()  argument
60 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On, in DrawBmpText()
71 blob, runIndex, fontCache, &currStrike, glyph, in DrawBmpText()
80 void GrTextUtils::DrawBmpPosText(GrAtlasTextBlob* blob, int runIndex, in DrawBmpPosText() argument
102 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On, in DrawBmpPosText()
113 blob, runIndex, fontCache, &currStrike, glyph, in DrawBmpPosText()
122 void GrTextUtils::BmpAppendGlyph(GrAtlasTextBlob* blob, int runIndex, in BmpAppendGlyph() argument
152 blob->appendGlyph(runIndex, r, color, *strike, glyph, scaler, skGlyph, in BmpAppendGlyph()
248 void GrTextUtils::DrawDFText(GrAtlasTextBlob* blob, int runIndex, in DrawDFText() argument
313 DrawDFPosText(blob, runIndex, fontCache, props, skPaint, color, viewMatrix, text, byteLength, in DrawDFText()
317 void GrTextUtils::DrawDFPosText(GrAtlasTextBlob* blob, int runIndex, in DrawDFPosText() argument
340 blob->setSubRunHasDistanceFields(runIndex, origPaint.isLCDRenderText()); in DrawDFPosText()
344 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::Off, in DrawDFPosText()
362 runIndex, in DrawDFPosText()
394 runIndex, in DrawDFPosText()
416 blob->initOverride(runIndex); in DrawDFPosText()
417 GrTextUtils::DrawBmpPosText(blob, runIndex, fontCache, props, in DrawDFPosText()
424 bool GrTextUtils::DfAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrBatchFontCache* cache, in DfAppendGlyph() argument
461 blob->appendGlyph(runIndex, glyphRect, color, *strike, glyph, scaler, skGlyph, in DfAppendGlyph()