Home
last modified time | relevance | path

Searched defs:autoCache (Results 1 – 6 of 6) sorted by relevance

/external/skia/bench/
DSkGlyphCacheBench.cpp23 SkAutoGlyphCacheNoGamma autoCache(*paint, nullptr, nullptr); in do_font_stuff() local
/external/skia/src/core/
DSkPaint.cpp493 SkAutoGlyphCache autoCache(*this, nullptr, nullptr); in textToGlyphs() local
547 SkAutoGlyphCache autoCache(*this, nullptr, nullptr); in containsText() local
597 SkAutoGlyphCache autoCache(*this, &props, nullptr); in glyphsToUnichars() local
868 SkAutoGlyphCache autoCache(paint, nullptr, nullptr); in measureText() local
922 SkAutoGlyphCache autoCache(paint, nullptr, nullptr); in breakText() local
1041 SkAutoGlyphCache autoCache(paint, nullptr, nullptr); in getTextWidths() local
/external/skia/src/gpu/text/
DGrTextUtils.cpp511 SkAutoGlyphCache autoCache(paint, &props, nullptr); in DrawPosTextAsPath() local
/external/skia/src/device/xps/
DSkXPSDevice.cpp2125 SkAutoGlyphCache autoCache(paint, &this->surfaceProps(), &matrix); in drawText() local
2185 SkAutoGlyphCache autoCache(paint, &this->surfaceProps(), &matrix); in drawPosText() local
/external/skia/src/pdf/
DSkPDFFont.cpp1331 SkAutoGlyphCache autoCache(paint, &props, nullptr); in populate() local
DSkPDFDevice.cpp92 SkAutoGlyphCache autoCache(paint, nullptr, &ident); in align_text() local