Searched refs:detachCache (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphCache.h | 306 fCache = paint.detachCache(deviceProperties, matrix, false); in SkAutoGlyphCache() 322 fCache = paint.detachCache(deviceProperties, matrix, true); in SkAutoGlyphCacheNoGamma()
|
D | SkPaint.cpp | 1764 SkGlyphCache* SkPaint::detachCache(const SkDeviceProperties* deviceProperties, in detachCache() function in SkPaint 2327 fCache = fPaint.detachCache(NULL, NULL, false); in SkTextToPathIter()
|
/external/skia/src/gpu/ |
D | GrStencilAndCoverTextContext.cpp | 294 fGlyphCache = fSkPaint.detachCache(&fDeviceProperties, &fContextInitialMatrix, in init() 364 fGlyphCache = fSkPaint.detachCache(&fDeviceProperties, NULL, true /*ignoreGamma*/); in init()
|
/external/skia/include/core/ |
D | SkPaint.h | 1072 SkGlyphCache* detachCache(const SkDeviceProperties* deviceProperties, const SkMatrix*,
|