Lines Matching refs:fontCache
76 void GrTextUtils::DrawBmpText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawBmpText() argument
100 blob, runIndex, fontCache, &currStrike, glyph, in DrawBmpText()
109 void GrTextUtils::DrawBmpPosText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawBmpPosText() argument
136 blob, runIndex, fontCache, &currStrike, glyph, in DrawBmpPosText()
146 GrAtlasGlyphCache* fontCache, in BmpAppendGlyph() argument
150 *strike = fontCache->getStrike(cache); in BmpAppendGlyph()
272 GrAtlasGlyphCache* fontCache, const SkSurfaceProps& props, 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
392 if (!DfAppendGlyph(blob, runIndex, fontCache, &currStrike, glyph, x, y, in DrawDFPosText()
419 if (!DfAppendGlyph(blob, runIndex, fontCache, &currStrike, glyph, x - advanceX, in DrawDFPosText()
437 GrTextUtils::DrawBmpPosText(blob, runIndex, fontCache, props, paint, scalerContextFlags, in DrawDFPosText()