Searched refs:autoCache (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkPaint.cpp | 431 SkAutoGlyphCache autoCache(*this, NULL, NULL); in textToGlyphs() local 432 SkGlyphCache* cache = autoCache.getCache(); in textToGlyphs() 485 SkAutoGlyphCache autoCache(*this, NULL, NULL); in containsText() local 486 SkGlyphCache* cache = autoCache.getCache(); in containsText() 535 SkAutoGlyphCache autoCache(*this, NULL, NULL); in glyphsToUnichars() local 536 SkGlyphCache* cache = autoCache.getCache(); in glyphsToUnichars() 909 SkAutoGlyphCache autoCache(paint, NULL, NULL); in measureText() local 910 SkGlyphCache* cache = autoCache.getCache(); in measureText() 963 SkAutoGlyphCache autoCache(paint, NULL, NULL); in breakText() local 964 SkGlyphCache* cache = autoCache.getCache(); in breakText() [all …]
|
D | SkDraw.cpp | 1603 SkAutoGlyphCache autoCache(paint, &fDevice->getLeakyProperties(), fMatrix); in drawText() local 1604 SkGlyphCache* cache = autoCache.getCache(); in drawText() 1696 SkAutoGlyphCache autoCache(paint, NULL, NULL); in drawPosText_asPaths() local 1697 SkGlyphCache* cache = autoCache.getCache(); in drawPosText_asPaths() 1749 SkAutoGlyphCache autoCache(paint, &fDevice->getLeakyProperties(), fMatrix); in drawPosText() local 1750 SkGlyphCache* cache = autoCache.getCache(); in drawPosText()
|
/external/skia/src/gpu/ |
D | GrTextContext.cpp | 187 SkAutoGlyphCache autoCache(paint, NULL, NULL); in drawPosTextAsPath() local 188 SkGlyphCache* cache = autoCache.getCache(); in drawPosTextAsPath()
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 1341 SkAutoGlyphCache autoCache(paint, NULL, NULL); in populate() local 1342 SkGlyphCache* cache = autoCache.getCache(); in populate()
|
D | SkPDFDevice.cpp | 89 SkAutoGlyphCache autoCache(paint, NULL, &ident); in align_text() local 90 SkGlyphCache* cache = autoCache.getCache(); in align_text()
|