Searched refs:getBoundsRect (Results 1 – 4 of 4) sorted by relevance
215 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in discard()281 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClearStencilClip()330 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()365 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()
37 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
240 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
404 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint()571 SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawRect()