/external/chromium_org/third_party/skia/src/core/ |
D | SkPaint.cpp | 192 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 …]
|
D | SkDraw.cpp | 1733 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/ |
D | SkPaint.cpp | 192 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 …]
|
D | SkDraw.cpp | 1733 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/ |
D | SkFontConfigInterface_android.cpp | 566 SkAutoGlyphCache autoCache(paint, NULL, NULL); in getTypefaceForChar() local 567 SkGlyphCache* cache = autoCache.getCache(); in getTypefaceForChar()
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_android.cpp | 566 SkAutoGlyphCache autoCache(paint, NULL, NULL); in getTypefaceForChar() local 567 SkGlyphCache* cache = autoCache.getCache(); in getTypefaceForChar()
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 1379 SkAutoGlyphCache autoCache(paint, NULL, NULL); in populate() local 1380 SkGlyphCache* cache = autoCache.getCache(); in populate()
|
D | SkPDFDevice.cpp | 99 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/ |
D | SkPDFFont.cpp | 1379 SkAutoGlyphCache autoCache(paint, NULL, NULL); in populate() local 1380 SkGlyphCache* cache = autoCache.getCache(); in populate()
|
D | SkPDFDevice.cpp | 99 SkAutoGlyphCache autoCache(paint, NULL, &ident); in align_text() local 100 SkGlyphCache* cache = autoCache.getCache(); in align_text()
|