Lines Matching full:region
24 #include <ui/Region.h>
55 * Indicates that the clip region was modified. When this
97 * Modifies the current clip with the specified region and operation.
98 * The specified region is considered already transformed.
100 bool clipRegionTransformed(const SkRegion& region, SkRegion::Op op);
204 * Current clip region. The clip is stored in canvas-space coordinates,
207 * This is a reference to a region owned by this snapshot or another
213 * The ancestor layer's dirty region.
215 * This is a reference to a region owned by a layer. This pointer must
218 Region* region;