Searched refs:detachCache (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.h279 fCache = paint.detachCache(deviceProperties, matrix, false);
295 fCache = paint.detachCache(deviceProperties, matrix, true);
H A DSkPaint.cpp1907 SkGlyphCache* SkPaint::detachCache(const SkDeviceProperties* deviceProperties, function in class:SkPaint
2528 fCache = fPaint.detachCache(NULL, NULL, false);
/external/skia/src/core/
H A DSkGlyphCache.h293 fCache = paint.detachCache(deviceProperties, matrix, false);
309 fCache = paint.detachCache(deviceProperties, matrix, true);
H A DSkPaint.cpp1963 SkGlyphCache* SkPaint::detachCache(const SkDeviceProperties* deviceProperties, function in class:SkPaint
2598 fCache = fPaint.detachCache(NULL, NULL, false);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp278 fGlyphCache = fSkPaint.detachCache(&fDeviceProperties, &fContextInitialMatrix, false);
349 fGlyphCache = fSkPaint.detachCache(&fDeviceProperties, NULL, false);
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h1074 SkGlyphCache* detachCache(const SkDeviceProperties* deviceProperties, const SkMatrix*,
/external/skia/include/core/
H A DSkPaint.h1084 SkGlyphCache* detachCache(const SkDeviceProperties* deviceProperties, const SkMatrix*,

Completed in 95 milliseconds