Searched refs:aboutToDraw (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/image/
H A DSkSurface.cpp43 void SkSurface_Base::aboutToDraw(ContentChangeMode mode) { function in class:SkSurface_Base
100 asSB(this)->aboutToDraw(mode);
H A DSkSurface_Base.h72 void aboutToDraw(ContentChangeMode mode);
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Base.h73 void aboutToDraw(ContentChangeMode mode);
H A DSkSurface.cpp84 void SkSurface_Base::aboutToDraw(ContentChangeMode mode) { function in class:SkSurface_Base
142 asSB(this)->aboutToDraw(mode);
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp255 void aboutToDraw();
337 void SkDeferredDevice::aboutToDraw() function in class:SkDeferredDevice
355 aboutToDraw();
429 // aboutToDraw() is called and that notifyContentWillChange is called, without
435 this->aboutToDraw();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp253 void aboutToDraw();
337 void SkDeferredDevice::aboutToDraw() function in class:SkDeferredDevice
355 aboutToDraw();
437 // aboutToDraw() is called and that notifyContentWillChange is called, without
443 this->aboutToDraw();
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp64 fSurfaceBase->aboutToDraw(SkSurface::kRetain_ContentChangeMode);
1720 fSurfaceBase->aboutToDraw(SkSurface::kDiscard_ContentChangeMode);
/external/skia/src/core/
H A DSkCanvas.cpp102 fSurfaceBase->aboutToDraw(SkSurface::kRetain_ContentChangeMode);
1855 fSurfaceBase->aboutToDraw(SkSurface::kDiscard_ContentChangeMode);

Completed in 143 milliseconds