Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextUtils.cpp62 GrFontScaler* fontScaler = GrTextUtils::GetGrFontScaler(cache); in DrawBmpText()
104 GrFontScaler* fontScaler = GrTextUtils::GetGrFontScaler(cache); in DrawBmpPosText()
347 GrFontScaler* fontScaler = GrTextUtils::GetGrFontScaler(cache); in DrawDFPosText()
571 GrFontScaler* GrTextUtils::GetGrFontScaler(SkGlyphCache* cache) { in GetGrFontScaler() function in GrTextUtils
DGrTextUtils.h87 static GrFontScaler* GetGrFontScaler(SkGlyphCache* cache);
DGrAtlasTextBlob_regenInBatch.cpp169 *scaler = GrTextUtils::GetGrFontScaler(*cache); in regenInBatch()