Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphCache.h288 : INHERITED(paint.detachCache(surfaceProps, SkPaint::FakeGamma::On, matrix)) in SkAutoGlyphCache()
294 : INHERITED(paint.detachCache(surfaceProps, fakeGamma, matrix)) in SkAutoGlyphCache()
DSkPaint.cpp1745 SkGlyphCache* SkPaint::detachCache(const SkSurfaceProps* surfaceProps, in detachCache() function in SkPaint
2325 fCache = fPaint.detachCache(nullptr, SkPaint::FakeGamma::On, nullptr); in SkTextBaseIter()
/external/skia/include/core/
DSkPaint.h1082 SkGlyphCache* detachCache(const SkSurfaceProps* surfaceProps, FakeGamma fakeGamma,
/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp632 fDetachedGlyphCache = fFont.detachCache(nullptr, SkPaint::FakeGamma::Off, nullptr); in getGlyphCache()