Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextUtils.cpp60 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On, in DrawBmpText()
102 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On, in DrawBmpPosText()
344 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::Off, in DrawDFPosText()
DGrAtlasTextBlob.h149 SkGlyphCache* setupCache(int runIndex,
DGrAtlasTextBlob.cpp52 SkGlyphCache* GrAtlasTextBlob::setupCache(int runIndex, in setupCache() function in GrAtlasTextBlob