Lines Matching full:empty

59      *  resulting region is non-empty.
72 /** Return true if this region is empty */
75 /** Return true if this region is a single, non-empty rectangle */
82 * Return the bounds of this region. If the region is empty, returns an
83 * empty rectangle.
89 * intervals comprised in the region. Empty region will return 0, Rect
98 * Returns true if the region is non-empty, and if so, appends the
100 * If the region is empty, returns false, and path is left unmodified.
105 * Set the region to be empty, and return false, since the resulting
106 * region is empty
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.
118 * return true, otherwise set this region to empty and return false.
125 * 0, then this region is set to the empty region.
126 * @return true if the resulting region is non-empty
132 * non-empty.
138 * Return true if the resulting region is non-empty.
145 * Returns true if the specified rectangle has a non-empty intersection
151 * Returns true if the specified region has a non-empty intersection
165 * is empty, contains() returns false.
172 * returns the correct result. Note: if either region is empty, contains()
206 * Return true if this region is empty, or if the specified rectangle does
216 * Return true if this region, or rgn, is empty, or if their bounds do not
256 * Return true if the resulting region is non-empty.
263 * Return true if the resulting region is non-empty.
274 * Return true if the resulting region is non-empty.
281 * Return true if the resulting region is non-empty.
288 * Return true if the resulting region is non-empty.
295 * Return true if the resulting region is non-empty.
379 * Returns a reference to a global empty region. Just a convenience for
380 * callers that need a const empty region.
419 * is empty or a rect. In those 2 cases, we use tmpStorage to hold the
440 * If the last arg is null, just return if the result is non-empty,