Searched defs:fDirtyRgn (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/views/
H A DSkWindow.h40 bool isDirty() const { return !fDirtyRgn.isEmpty(); }
42 // does not call through to onHandleInval(), but does force the fDirtyRgn
46 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
88 SkRegion fDirtyRgn; member in class:SkWindow
/external/skia/legacy/include/views/
H A DSkWindow.h42 bool isDirty() const { return !fDirtyRgn.isEmpty(); }
44 // does not call through to onHandleInval(), but does force the fDirtyRgn
48 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
88 SkRegion fDirtyRgn; member in class:SkWindow

Completed in 323 milliseconds