Home | History | Annotate | Download | only in core

Lines Matching full:specified

58      *  Replace this region with the specified region, and return true if the
67 * Swap the contents of this and the specified region. This operation
99 * boundary(s) of the region to the specified path.
133 * Set this region to the specified region, and return true if it is
142 * drawn by the path (with no antialiasing) with the specified clip.
147 * Returns true if the specified rectangle has a non-empty intersection
153 * Returns true if the specified region has a non-empty intersection
159 * Return true if the specified x,y coordinate is inside the region.
164 * Return true if the specified rectangle is completely inside the region.
172 * Return true if the specified region is completely inside the region.
181 * specified rectangle is contained by this region. Returning false is not
191 * specified rectangle is contained by this region. Returning false is not
208 * Return true if this region is empty, or if the specified rectangle does
227 /** Translate the region by the specified (dx, dy) amount. */
231 * Translate the region by the specified (dx, dy) amount, writing the
257 * specified rectangle: this = (this op rect).
272 * specified rectangle: this = (this op rect).
283 * specified region: this = (this op rgn).
289 * Set this region to the result of applying the Op to the specified
296 * Set this region to the result of applying the Op to the specified
303 * Set this region to the result of applying the Op to the specified
342 * this region intersected with the specified clip rectangle.
359 * Returns the sequence of runs that make up this region for the specified
360 * Y scanline, clipped to the specified left and right X values.