Home | History | Annotate | Download | only in core

Lines Matching refs:rect

217         @param rect The rect to intersect with the current clip
221 virtual bool clipRect(const SkRect& rect,
274 @param rect the rect to compare with the current clip
276 @return true if the rect (transformed by the canvas' matrix) does not
279 bool quickReject(const SkRect& rect, EdgeType et) const;
397 @param rect The rect to be drawn
398 @param paint The paint used to draw the rect
400 virtual void drawRect(const SkRect& rect, const SkPaint& paint);
404 @param rect The rect to be drawn
405 @param paint The paint used to draw the rect
407 void drawIRect(const SkIRect& rect, const SkPaint& paint)
410 r.set(rect); // promotes the ints to scalars
420 @param paint The paint used to draw the rect
457 /** Draw the specified round-rect using the specified paint. The round-rect
459 @param rect The rectangular bounds of the roundRect to be drawn
464 void drawRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry,