Lines Matching refs:GrAtlasTextContext
18 GrAtlasTextContext::GrAtlasTextContext() in GrAtlasTextContext() function in GrAtlasTextContext
23 GrAtlasTextContext* GrAtlasTextContext::Create() { in Create()
24 return new GrAtlasTextContext(); in Create()
27 bool GrAtlasTextContext::canDraw(const SkPaint& skPaint, in canDraw()
35 GrColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) { in ComputeCanonicalColor()
59 bool GrAtlasTextContext::HasLCD(const SkTextBlob* blob) { in HasLCD()
69 void GrAtlasTextContext::drawTextBlob(GrContext* context, GrDrawContext* dc, in drawTextBlob()
162 void GrAtlasTextContext::RegenerateTextBlob(GrAtlasTextBlob* cacheBlob, in RegenerateTextBlob()
252 GrAtlasTextContext::CreateDrawTextBlob(GrTextBlobCache* blobCache, in CreateDrawTextBlob()
278 GrAtlasTextContext::CreateDrawPosTextBlob(GrTextBlobCache* blobCache, GrBatchFontCache* fontCache, in CreateDrawPosTextBlob()
302 void GrAtlasTextContext::drawText(GrContext* context, in drawText()
329 void GrAtlasTextContext::drawPosText(GrContext* context, in drawPosText()
365 static GrAtlasTextContext* gTextContext = nullptr; in DRAW_BATCH_TEST_DEFINE()
372 gTextContext = GrAtlasTextContext::Create(); in DRAW_BATCH_TEST_DEFINE()
404 GrAtlasTextContext::CreateDrawTextBlob(context->getTextBlobCache(), in DRAW_BATCH_TEST_DEFINE()