Home | History | Annotate | Download | only in core

Lines Matching defs:set

61     bool set(const SkRegion& src) {
105 * Set the region to be empty, and return false, since the resulting
111 * If rect is non-empty, set this region to that rectangle and return true,
112 * otherwise set this region to empty and return false.
117 * If left < right and top < bottom, set this region to that rectangle and
118 * return true, otherwise set this region to empty and return false.
123 * Set this region to the union of an array of rects. This is generally
125 * 0, then this region is set to the empty region.
131 * Set this region to the specified region, and return true if it is
137 * Set this region to the area described by the path, clipped.
254 * Set this region to the result of applying the Op to this region and the
261 * Set this region to the result of applying the Op to this region and the
267 rect.set(left, top, right, bottom);
272 * Set this region to the result of applying the Op to this region and the
279 * Set this region to the result of applying the Op to the specified
286 * Set this region to the result of applying the Op to the specified
293 * Set this region to the result of applying the Op to the specified
425 // field set on each scanline. That is computed as part of this call
434 // If the runs define a simple rect, return true and set bounds to that