Lines Matching refs:rect
99 // circumvent this we create a wide open clip here (an empty clip rect
102 // rounded out. The following code creates a nearly maximal rect that will
363 void DebugCanvas::onClipRect(const SkRect& rect, SkClipOp op, ClipEdgeStyle edgeStyle) {
364 this->addDrawCommand(new ClipRectCommand(rect, op, kSoft_ClipEdgeStyle == edgeStyle));
396 void DebugCanvas::onDrawAnnotation(const SkRect& rect, const char key[], SkData* value) {
406 fnextDrawPictureDirtyRect = rect.roundOut();
418 fAndroidClip = rect;
420 this->addDrawCommand(new DrawAnnotationCommand(rect, key, sk_ref_sp(value)));
514 void DebugCanvas::onDrawRect(const SkRect& rect, const SkPaint& paint) {
516 addDrawCommand(new DrawRectCommand(rect, paint));
571 void DebugCanvas::onDrawEdgeAAQuad(const SkRect& rect,
576 this->addDrawCommand(new DrawEdgeAAQuadCommand(rect, clip, aa, color, mode));