Lines Matching refs:rect
162 void setBounds(const SkRect& rect) { fPathRef->setBounds(rect); }
222 * @param rect returns the bounding rect of this oval. It's a circle
233 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const {
235 if (rect) {
236 *rect = this->getBounds();
397 // using an inverted rect instead of fBoundsIsDirty and always recalculating fIsFinite.
404 void setBounds(const SkRect& rect) {
405 SkASSERT(rect.fLeft <= rect.fRight && rect.fTop <= rect.fBottom);
406 fBounds = rect;