Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.h286 class SkAutoGlyphCache {
288 SkAutoGlyphCache(SkGlyphCache* cache) : fCache(cache) {} in SkAutoGlyphCache() function
289 SkAutoGlyphCache(const SkDescriptor* desc) { in SkAutoGlyphCache() function
292 SkAutoGlyphCache(const SkPaint& paint, const SkMatrix* matrix) { in SkAutoGlyphCache() function
295 ~SkAutoGlyphCache() { in ~SkAutoGlyphCache()
DSkPaint.cpp170 SkAutoGlyphCache autoCache(*this, NULL); in getBaseGlyphCount()
456 SkAutoGlyphCache autoCache(*this, NULL); in utfToGlyphs()
517 SkAutoGlyphCache autoCache(*this, NULL); in textToGlyphs()
563 SkAutoGlyphCache autoCache(*this, NULL); in containsText()
603 SkAutoGlyphCache autoCache(*this, NULL); in glyphsToUnichars()
999 SkAutoGlyphCache autoCache(*this, zoomPtr); in measureText()
1075 SkAutoGlyphCache autoCache(*this, NULL); in breakText()
1154 SkAutoGlyphCache autoCache(*this, zoomPtr); in getFontMetrics()
1205 SkAutoGlyphCache autoCache(*this, NULL); in getTextWidths()
DSkDraw.cpp1552 SkAutoGlyphCache autoCache(paint, matrix); in drawText()
1753 SkAutoGlyphCache autoCache(paint, matrix); in drawPosText()
/external/skia/include/core/
DSkPaint.h23 class SkAutoGlyphCache; variable
954 friend class SkAutoGlyphCache; variable
/external/skia/src/views/
DSkTextBox.cpp24 SkAutoGlyphCache ac(paint, NULL); in linebreak()
/external/skia/src/ports/
DSkFontHost_android.cpp1109 SkAutoGlyphCache autoCache(paint, NULL); in findFontIDForChar()
/external/skia/src/pdf/
DSkPDFFont.cpp1333 SkAutoGlyphCache autoCache(paint, NULL); in populate()
DSkPDFDevice.cpp77 SkAutoGlyphCache autoCache(paint, &ident); in align_text()