Home
last modified time | relevance | path

Searched refs:autoCache (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
DSkPaint.cpp192 SkAutoGlyphCache autoCache(*this, NULL, NULL); in getBaseGlyphCount() local
193 SkGlyphCache* cache = autoCache.getCache(); in getBaseGlyphCount()
543 SkAutoGlyphCache autoCache(*this, NULL, NULL); in textToGlyphs() local
544 SkGlyphCache* cache = autoCache.getCache(); in textToGlyphs()
597 SkAutoGlyphCache autoCache(*this, NULL, NULL); in containsText() local
598 SkGlyphCache* cache = autoCache.getCache(); in containsText()
647 SkAutoGlyphCache autoCache(*this, NULL, NULL); in glyphsToUnichars() local
648 SkGlyphCache* cache = autoCache.getCache(); in glyphsToUnichars()
1137 SkAutoGlyphCache autoCache(paint, NULL, zoomPtr); in measureText() local
1138 SkGlyphCache* cache = autoCache.getCache(); in measureText()
[all …]
DSkDraw.cpp1733 SkAutoGlyphCache autoCache(*paintRef, &fDevice->fLeakyProperties, ctm); in drawText() local
1735 SkAutoGlyphCache autoCache(paint, &fDevice->fLeakyProperties, fMatrix); in drawText() local
1737 SkGlyphCache* cache = autoCache.getCache(); in drawText()
1966 SkAutoGlyphCache autoCache(paint, NULL, NULL); in drawPosText_asPaths() local
1967 SkGlyphCache* cache = autoCache.getCache(); in drawPosText_asPaths()
2029 SkAutoGlyphCache autoCache(*paintRef, &fDevice->fLeakyProperties, ctm); in drawPosText() local
2031 SkAutoGlyphCache autoCache(paint, &fDevice->fLeakyProperties, fMatrix); in drawPosText() local
2033 SkGlyphCache* cache = autoCache.getCache(); in drawPosText()
/external/skia/src/core/
DSkPaint.cpp192 SkAutoGlyphCache autoCache(*this, NULL, NULL); in getBaseGlyphCount() local
193 SkGlyphCache* cache = autoCache.getCache(); in getBaseGlyphCount()
543 SkAutoGlyphCache autoCache(*this, NULL, NULL); in textToGlyphs() local
544 SkGlyphCache* cache = autoCache.getCache(); in textToGlyphs()
597 SkAutoGlyphCache autoCache(*this, NULL, NULL); in containsText() local
598 SkGlyphCache* cache = autoCache.getCache(); in containsText()
647 SkAutoGlyphCache autoCache(*this, NULL, NULL); in glyphsToUnichars() local
648 SkGlyphCache* cache = autoCache.getCache(); in glyphsToUnichars()
1137 SkAutoGlyphCache autoCache(paint, NULL, zoomPtr); in measureText() local
1138 SkGlyphCache* cache = autoCache.getCache(); in measureText()
[all …]
DSkDraw.cpp1733 SkAutoGlyphCache autoCache(*paintRef, &fDevice->fLeakyProperties, ctm); in drawText() local
1735 SkAutoGlyphCache autoCache(paint, &fDevice->fLeakyProperties, fMatrix); in drawText() local
1737 SkGlyphCache* cache = autoCache.getCache(); in drawText()
1966 SkAutoGlyphCache autoCache(paint, NULL, NULL); in drawPosText_asPaths() local
1967 SkGlyphCache* cache = autoCache.getCache(); in drawPosText_asPaths()
2029 SkAutoGlyphCache autoCache(*paintRef, &fDevice->fLeakyProperties, ctm); in drawPosText() local
2031 SkAutoGlyphCache autoCache(paint, &fDevice->fLeakyProperties, fMatrix); in drawPosText() local
2033 SkGlyphCache* cache = autoCache.getCache(); in drawPosText()
/external/chromium_org/third_party/skia/src/ports/
DSkFontConfigInterface_android.cpp566 SkAutoGlyphCache autoCache(paint, NULL, NULL); in getTypefaceForChar() local
567 SkGlyphCache* cache = autoCache.getCache(); in getTypefaceForChar()
/external/skia/src/ports/
DSkFontConfigInterface_android.cpp566 SkAutoGlyphCache autoCache(paint, NULL, NULL); in getTypefaceForChar() local
567 SkGlyphCache* cache = autoCache.getCache(); in getTypefaceForChar()
/external/skia/src/pdf/
DSkPDFFont.cpp1379 SkAutoGlyphCache autoCache(paint, NULL, NULL); in populate() local
1380 SkGlyphCache* cache = autoCache.getCache(); in populate()
DSkPDFDevice.cpp99 SkAutoGlyphCache autoCache(paint, NULL, &ident); in align_text() local
100 SkGlyphCache* cache = autoCache.getCache(); in align_text()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFFont.cpp1379 SkAutoGlyphCache autoCache(paint, NULL, NULL); in populate() local
1380 SkGlyphCache* cache = autoCache.getCache(); in populate()
DSkPDFDevice.cpp99 SkAutoGlyphCache autoCache(paint, NULL, &ident); in align_text() local
100 SkGlyphCache* cache = autoCache.getCache(); in align_text()