Home
last modified time | relevance | path

Searched refs:SkAutoGlyphCache (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.h298 class SkAutoGlyphCache : public SkAutoGlyphCacheBase {
300 SkAutoGlyphCache(SkGlyphCache* cache) : SkAutoGlyphCacheBase(cache) {} in SkAutoGlyphCache() function
301 SkAutoGlyphCache(SkTypeface* typeface, const SkDescriptor* desc) : in SkAutoGlyphCache() function
303 SkAutoGlyphCache(const SkPaint& paint, in SkAutoGlyphCache() function
310 SkAutoGlyphCache() : SkAutoGlyphCacheBase() {} in SkAutoGlyphCache() function
312 #define SkAutoGlyphCache(...) SK_REQUIRE_LOCAL_VAR(SkAutoGlyphCache) macro
DSkPaint.cpp431 SkAutoGlyphCache autoCache(*this, NULL, NULL); in textToGlyphs()
485 SkAutoGlyphCache autoCache(*this, NULL, NULL); in containsText()
535 SkAutoGlyphCache autoCache(*this, NULL, NULL); in glyphsToUnichars()
909 SkAutoGlyphCache autoCache(paint, NULL, NULL); in measureText()
963 SkAutoGlyphCache autoCache(paint, NULL, NULL); in breakText()
1082 SkAutoGlyphCache autoCache(paint, NULL, NULL); in getTextWidths()
DSkDraw.cpp1603 SkAutoGlyphCache autoCache(paint, &fDevice->getLeakyProperties(), fMatrix); in drawText()
1696 SkAutoGlyphCache autoCache(paint, NULL, NULL); in drawPosText_asPaths()
1749 SkAutoGlyphCache autoCache(paint, &fDevice->getLeakyProperties(), fMatrix); in drawPosText()
/external/skia/include/core/
DSkPaint.h19 class SkAutoGlyphCache; variable
1126 friend class SkAutoGlyphCache; variable
/external/skia/src/gpu/
DGrTextContext.cpp187 SkAutoGlyphCache autoCache(paint, NULL, NULL); in drawPosTextAsPath()
/external/skia/src/pdf/
DSkPDFFont.cpp1341 SkAutoGlyphCache autoCache(paint, NULL, NULL); in populate()
DSkPDFDevice.cpp89 SkAutoGlyphCache autoCache(paint, NULL, &ident); in align_text()
/external/skia/src/device/xps/
DSkXPSDevice.cpp1937 SkAutoGlyphCache agc(paint, NULL, &SkMatrix::I()); in CreateTypefaceUse()