Home
last modified time | relevance | path

Searched refs:detachCache (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.h306 fCache = paint.detachCache(deviceProperties, matrix, false); in SkAutoGlyphCache()
322 fCache = paint.detachCache(deviceProperties, matrix, true); in SkAutoGlyphCacheNoGamma()
DSkPaint.cpp1764 SkGlyphCache* SkPaint::detachCache(const SkDeviceProperties* deviceProperties, in detachCache() function in SkPaint
2327 fCache = fPaint.detachCache(NULL, NULL, false); in SkTextToPathIter()
/external/skia/src/gpu/
DGrStencilAndCoverTextContext.cpp294 fGlyphCache = fSkPaint.detachCache(&fDeviceProperties, &fContextInitialMatrix, in init()
364 fGlyphCache = fSkPaint.detachCache(&fDeviceProperties, NULL, true /*ignoreGamma*/); in init()
/external/skia/include/core/
DSkPaint.h1072 SkGlyphCache* detachCache(const SkDeviceProperties* deviceProperties, const SkMatrix*,