Home | History | Annotate | Download | only in core

Lines Matching refs:srcBounds

1303         const SkRect srcBounds = SkRect::MakeIWH(bitmap.width(), bitmap.height());
1305 this->drawRect(srcBounds, paintWithShader, &prematrix, dstBounds);
1307 draw.drawRect(srcBounds, paintWithShader);