Searched defs:aboutToDraw (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/image/
H A DSkSurface.cpp40 void SkSurface_Base::aboutToDraw(ContentChangeMode mode) { function in class:SkSurface_Base
91 asSB(this)->aboutToDraw(mode);
/external/skia/src/image/
H A DSkSurface.cpp40 void SkSurface_Base::aboutToDraw(ContentChangeMode mode) { function in class:SkSurface_Base
91 asSB(this)->aboutToDraw(mode);
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp245 void aboutToDraw();
348 void DeferredDevice::aboutToDraw() function in class:DeferredDevice
366 aboutToDraw();
451 // aboutToDraw() is called and that notifyContentWillChange is called, without
457 this->aboutToDraw();
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp245 void aboutToDraw();
348 void DeferredDevice::aboutToDraw() function in class:DeferredDevice
366 aboutToDraw();
451 // aboutToDraw() is called and that notifyContentWillChange is called, without
457 this->aboutToDraw();

Completed in 187 milliseconds