• Home
  • Raw
  • Download

Lines Matching refs:glyphCache

121     auto glyphCache = context->contextPriv().getGlyphCache();  in drawTextBlob()  local
155 this->regenerateTextBlob(cacheBlob.get(), glyphCache, in drawTextBlob()
167 this->regenerateTextBlob(sanityBlob.get(), glyphCache, in drawTextBlob()
179 this->regenerateTextBlob(cacheBlob.get(), glyphCache, in drawTextBlob()
189 GrGlyphCache* glyphCache, in regenerateTextBlob() argument
215 … this->drawDFText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags, in regenerateTextBlob()
222 this->drawDFPosText(cacheBlob, run, glyphCache, props, runPaint, in regenerateTextBlob()
229 this->drawDFPosText(cacheBlob, run, glyphCache, props, runPaint, in regenerateTextBlob()
238 DrawBmpText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags, in regenerateTextBlob()
243 DrawBmpPosText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags, in regenerateTextBlob()
248 DrawBmpPosText(cacheBlob, run, glyphCache, props, runPaint, scalerContextFlags, in regenerateTextBlob()
259 GrGlyphCache* glyphCache, in makeDrawTextBlob() argument
276 this->drawDFText(blob.get(), 0, glyphCache, props, paint, scalerContextFlags, viewMatrix, in makeDrawTextBlob()
279 DrawBmpText(blob.get(), 0, glyphCache, props, paint, scalerContextFlags, viewMatrix, text, in makeDrawTextBlob()
287 GrGlyphCache* glyphCache, in makeDrawPosTextBlob() argument
306 this->drawDFPosText(blob.get(), 0, glyphCache, props, paint, scalerContextFlags, viewMatrix, in makeDrawPosTextBlob()
309 DrawBmpPosText(blob.get(), 0, glyphCache, props, paint, scalerContextFlags, viewMatrix, in makeDrawPosTextBlob()
324 auto glyphCache = context->contextPriv().getGlyphCache(); in drawText() local
330 this->makeDrawTextBlob(textBlobCache, glyphCache, in drawText()
351 auto glyphCache = context->contextPriv().getGlyphCache(); in drawPosText() local
356 textBlobCache, glyphCache, in drawPosText()
367 GrGlyphCache* glyphCache, const SkSurfaceProps& props, in DrawBmpText() argument
383 DrawBmpTextAsPaths(blob, runIndex, glyphCache, props, paint, scalerContextFlags, viewMatrix, in DrawBmpText()
394 BmpAppendGlyph(blob, runIndex, glyphCache, &currStrike, in DrawBmpText()
405 GrGlyphCache* glyphCache, const SkSurfaceProps& props, in DrawBmpPosText() argument
423 DrawBmpPosTextAsPaths(blob, runIndex, glyphCache, props, paint, scalerContextFlags, in DrawBmpPosText()
435 BmpAppendGlyph(blob, runIndex, glyphCache, &currStrike, glyph, in DrawBmpPosText()
445 GrGlyphCache* glyphCache, in DrawBmpTextAsPaths() argument
462 FallbackTextHelper fallbackTextHelper(viewMatrix, pathPaint, glyphCache, iter.getPathScale()); in DrawBmpTextAsPaths()
478 fallbackTextHelper.drawText(blob, runIndex, glyphCache, props, origPaint, scalerContextFlags); in DrawBmpTextAsPaths()
482 GrGlyphCache* glyphCache, in DrawBmpPosTextAsPaths() argument
500 FallbackTextHelper fallbackTextHelper(viewMatrix, origPaint, glyphCache, matrixScale); in DrawBmpPosTextAsPaths()
537 fallbackTextHelper.drawText(blob, runIndex, glyphCache, props, origPaint, scalerContextFlags); in DrawBmpPosTextAsPaths()
674 GrGlyphCache* glyphCache, const SkSurfaceProps& props, in drawDFText() argument
744 this->drawDFPosText(blob, runIndex, glyphCache, props, paint, scalerContextFlags, viewMatrix, in drawDFText()
749 GrGlyphCache* glyphCache, const SkSurfaceProps& props, in drawDFPosText() argument
773 FallbackTextHelper fallbackTextHelper(viewMatrix, paint, glyphCache, textRatio); in drawDFPosText()
801 DfAppendGlyph(blob, runIndex, glyphCache, &currStrike, glyph, glyphPos.fX, in drawDFPosText()
813 fallbackTextHelper.drawText(blob, runIndex, glyphCache, props, paint, scalerContextFlags); in drawDFPosText()
876 GrGlyphCache* glyphCache, in drawText() argument
914 GrAtlasTextContext::BmpAppendGlyph(blob, runIndex, glyphCache, &currStrike, glyph, in drawText()
967 auto glyphCache = context->contextPriv().getGlyphCache(); in GR_DRAW_OP_TEST_DEFINE() local
973 context->contextPriv().getTextBlobCache(), glyphCache, in GR_DRAW_OP_TEST_DEFINE()