Lines Matching refs:croppedRect
665 SkRect croppedRect = rect; in drawFilledRect() local
666 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) { in drawFilledRect()
673 croppedRect, ss)); in drawFilledRect()
898 SkRect croppedRect = rectToDraw; in fillRectToRect() local
901 &croppedRect, &croppedLocalRect)) { in fillRectToRect()
909 viewMatrix, croppedRect, croppedLocalRect)); in fillRectToRect()
933 SkRect croppedRect = rect; in fillRectWithEdgeAA() local
934 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) { in fillRectWithEdgeAA()
940 viewMatrix, croppedRect)); in fillRectWithEdgeAA()
1027 SkRect croppedRect = rectToDraw; in fillRectWithLocalMatrix() local
1028 if (!crop_filled_rect(this->width(), this->height(), clip, viewMatrix, &croppedRect)) { in fillRectWithLocalMatrix()
1036 viewMatrix, localMatrix, croppedRect)); in fillRectWithLocalMatrix()