Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrSurface.h36 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp345 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in discard()
411 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClearStencilClip()
458 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()
493 cbInfo.fBounds.join(fRenderTarget->getBoundsRect()); in onClear()
861 cbInfo.fBounds.join(target->getBoundsRect()); in executeDrawable()
/external/skia/src/gpu/
DGrSurface.h40 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() function
DGrSurfaceProxy.h138 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() function
DGrSurfaceFillContext.cpp300 if (!bounds.intersect(this->asSurfaceProxy()->getBoundsRect())) { in addDrawOp()
DGrSurfaceDrawContext.cpp460 SkRect r = this->asSurfaceProxy()->getBoundsRect(); in drawPaint()
512 SkRect rtRect = this->asSurfaceProxy()->getBoundsRect(); in attemptQuadOptimization()
1938 skipDraw = !bounds.intersect(this->asSurfaceProxy()->getBoundsRect()); in addDrawOp()
DSkGpuDevice_drawTexture.cpp363 SkRect safeBounds = proxy->getBoundsRect(); in draw_texture()
/external/skia/src/gpu/ops/
DGrOp.h290 this->setBounds(proxy->getBoundsRect(), HasAABloat::kNo, IsHairline::kNo); in makeFullScreen()
/external/skqp/include/private/
DGrSurfaceProxy.h250 SkRect getBoundsRect() const { in getBoundsRect() function
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp486 fTarget.get()->getBoundsRect(), in onExecute()
DGrRenderTargetContext.cpp449 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint()
567 const SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawFilledRectAsClear()
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2284 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint) && in onCanCopySurface()
2296 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, in onCanCopySurface()
DGrGLGpu.cpp3150 srcIsGLTexture2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3377 srcTexTypePtr, src->getBoundsRect(), src->priv().isExact(), srcRect, in onCanCopySurface()
DGrGLGpu.cpp2864 src->getBoundsRect(), true, srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()