Home
last modified time | relevance | path

Searched refs:getBoundsRect (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp215 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()
/external/skia/include/gpu/
DGrSurface.h37 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
/external/skia/include/private/
DGrSurfaceProxy.h240 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
/external/skia/src/gpu/
DGrRenderTargetContext.cpp404 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint()
571 SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawRect()