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

/external/chromium_org/ui/gfx/
H A Dscoped_sk_region.h13 class ScopedSkRegion { class in namespace:gfx
15 ScopedSkRegion() : region_(NULL) {} function in class:gfx::ScopedSkRegion
16 explicit ScopedSkRegion(SkRegion* region) : region_(region) {} function in class:gfx::ScopedSkRegion
18 ~ScopedSkRegion() {
40 DISALLOW_COPY_AND_ASSIGN(ScopedSkRegion);

Completed in 609 milliseconds