Home
last modified time | relevance | path

Searched refs:onHandleInval (Results 1 – 11 of 11) sorted by relevance

/external/skia/include/views/
DSkOSWindow_Android.h30 virtual void onHandleInval(const SkIRect&);
DSkOSWindow_wxwidgets.h26 virtual void onHandleInval(const SkIRect&);
DSkOSWindow_SDL.h29 virtual void onHandleInval(const SkIRect&);
DSkOSWindow_iOS.h29 virtual void onHandleInval(const SkIRect&);
DSkOSWindow_Mac.h30 virtual void onHandleInval(const SkIRect&);
DSkOSWindow_Unix.h50 virtual void onHandleInval(const SkIRect&);
DSkOSWindow_Win.h48 virtual void onHandleInval(const SkIRect&);
DSkWindow.h72 virtual void onHandleInval(const SkIRect&);
/external/skia/src/views/
DSkWindow.cpp139 this->onHandleInval(ir); in handleInval()
314 this->onHandleInval(iter.rect()); in onEvent()
343 void SkWindow::onHandleInval(const SkIRect&) in onHandleInval() function in SkWindow
/external/skia/android_sample/SampleApp/jni/
Dsample-jni.cpp68 void SkOSWindow::onHandleInval(const SkIRect& rect) in onHandleInval() function in SkOSWindow
/external/skia/src/utils/unix/
DSkOSWindow_Unix.cpp225 void SkOSWindow::onHandleInval(const SkIRect&) { in onHandleInval() function in SkOSWindow