OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDirtyRgn
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/views/
SkWindow.h
40
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
;
/external/skia/include/views/
SkWindow.h
40
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
;
Completed in 25 milliseconds