Home
last modified time | relevance | path

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

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