Searched refs:updateDeviceCMCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkCanvas.h1053 bool fDeviceCMDirty; // cleared by updateDeviceCMCache()
1054 void updateDeviceCMCache();
/external/skia/include/core/
H A DSkCanvas.h1065 bool fDeviceCMDirty; // cleared by updateDeviceCMCache()
1066 void updateDeviceCMCache();
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp279 canvas->updateDeviceCMCache();
586 const_cast<SkCanvas*>(this)->updateDeviceCMCache();
694 void SkCanvas::updateDeviceCMCache() { function in class:SkCanvas
/external/skia/src/core/
H A DSkCanvas.cpp279 canvas->updateDeviceCMCache();
586 const_cast<SkCanvas*>(this)->updateDeviceCMCache();
694 void SkCanvas::updateDeviceCMCache() { function in class:SkCanvas

Completed in 162 milliseconds