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.
131 * Set this region to the specified region, and return true if it is
140 * drawn by the path (with no antialiasing) with the specified clip.
145 * Returns true if the specified rectangle has a non-empty intersection
151 * Returns true if the specified region has a non-empty intersection
157 * Return true if the specified x,y coordinate is inside the region.
162 * Return true if the specified rectangle is completely inside the region.
170 * Return true if the specified region is completely inside the region.
179 * specified rectangle is contained by this region. Returning false is not
189 * specified rectangle is contained by this region. Returning false is not
206 * Return true if this region is empty, or if the specified rectangle does
225 /** Translate the region by the specified (dx, dy) amount. */
229 * Translate the region by the specified (dx, dy) amount, writing the
255 * specified rectangle: this = (this op rect).
262 * specified rectangle: this = (this op rect).
273 * specified region: this = (this op rgn).
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
332 * this region intersected with the specified clip rectangle.
349 * Returns the sequence of runs that make up this region for the specified
350 * Y scanline, clipped to the specified left and right X values.