Home
last modified time | relevance | path

Searched refs:setupCache (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrTextUtils.cpp111 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix); in DrawBmpText()
146 SkGlyphCache* cache = blob->setupCache(runIndex, props, scalerContextFlags, paint, &viewMatrix); in DrawBmpPosText()
397 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::kNone_ScalerContextFlags, in DrawDFPosText()
DGrAtlasTextBlob.h155 SkGlyphCache* setupCache(int runIndex,
DGrAtlasTextBlob.cpp51 SkGlyphCache* GrAtlasTextBlob::setupCache(int runIndex, in setupCache() function in GrAtlasTextBlob