Lines Matching refs:fontCache
163 GrAtlasGlyphCache* fontCache, in RegenerateTextBlob() argument
185 GrTextUtils::DrawDFText(cacheBlob, run, fontCache, props, runPaint, in RegenerateTextBlob()
194 cacheBlob, run, fontCache, props, runPaint, scalerContextFlags, in RegenerateTextBlob()
201 cacheBlob, run, fontCache, props, runPaint, scalerContextFlags, in RegenerateTextBlob()
211 GrTextUtils::DrawBmpText(cacheBlob, run, fontCache, props, runPaint, in RegenerateTextBlob()
217 GrTextUtils::DrawBmpPosText(cacheBlob, run, fontCache, props, runPaint, in RegenerateTextBlob()
223 GrTextUtils::DrawBmpPosText(cacheBlob, run, fontCache, props, runPaint, in RegenerateTextBlob()
235 GrAtlasGlyphCache* fontCache, in MakeDrawTextBlob() argument
249 GrTextUtils::DrawDFText(blob.get(), 0, fontCache, props, paint, scalerContextFlags, in MakeDrawTextBlob()
252 GrTextUtils::DrawBmpText(blob.get(), 0, fontCache, props, paint, scalerContextFlags, in MakeDrawTextBlob()
260 GrAtlasGlyphCache* fontCache, in MakeDrawPosTextBlob() argument
275 GrTextUtils::DrawDFPosText(blob.get(), 0, fontCache, props, paint, scalerContextFlags, in MakeDrawPosTextBlob()
278 GrTextUtils::DrawBmpPosText(blob.get(), 0, fontCache, props, paint, scalerContextFlags, in MakeDrawPosTextBlob()