Searched refs:getTextBlobCache (Results 1 – 2 of 2) sorted by relevance
98 GrTextBlobCache* cache = context->getTextBlobCache(); in drawTextBlob()295 MakeDrawTextBlob(context->getTextBlobCache(), context->getAtlasGlyphCache(), in drawText()321 MakeDrawPosTextBlob(context->getTextBlobCache(), context->getAtlasGlyphCache(), in drawPosText()384 context->getTextBlobCache(), context->getAtlasGlyphCache(), in GR_DRAW_OP_TEST_DEFINE()
255 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache.get(); } in getTextBlobCache() function