Searched refs:getBoundsRect (Results 1 – 15 of 15) sorted by relevance
/external/skqp/include/gpu/ |
D | GrSurface.h | 36 SkRect getBoundsRect() const { return SkRect::MakeIWH(this->width(), this->height()); } in getBoundsRect() function
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 345 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/ |
D | GrSurface.h | 40 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() function
|
D | GrSurfaceProxy.h | 138 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() function
|
D | GrSurfaceFillContext.cpp | 300 if (!bounds.intersect(this->asSurfaceProxy()->getBoundsRect())) { in addDrawOp()
|
D | GrSurfaceDrawContext.cpp | 460 SkRect r = this->asSurfaceProxy()->getBoundsRect(); in drawPaint() 512 SkRect rtRect = this->asSurfaceProxy()->getBoundsRect(); in attemptQuadOptimization() 1938 skipDraw = !bounds.intersect(this->asSurfaceProxy()->getBoundsRect()); in addDrawOp()
|
D | SkGpuDevice_drawTexture.cpp | 363 SkRect safeBounds = proxy->getBoundsRect(); in draw_texture()
|
/external/skia/src/gpu/ops/ |
D | GrOp.h | 290 this->setBounds(proxy->getBoundsRect(), HasAABloat::kNo, IsHairline::kNo); in makeFullScreen()
|
/external/skqp/include/private/ |
D | GrSurfaceProxy.h | 250 SkRect getBoundsRect() const { in getBoundsRect() function
|
/external/skqp/src/gpu/ |
D | GrRenderTargetOpList.cpp | 486 fTarget.get()->getBoundsRect(), in onExecute()
|
D | GrRenderTargetContext.cpp | 449 SkRect r = fRenderTargetProxy->getBoundsRect(); in drawPaint() 567 const SkRect rtRect = fRenderTargetProxy->getBoundsRect(); in drawFilledRectAsClear()
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 2284 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint) && in onCanCopySurface() 2296 srcIsTex2D, srcOrigin, src->getBoundsRect(), srcRect, in onCanCopySurface()
|
D | GrGLGpu.cpp | 3150 srcIsGLTexture2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 3377 srcTexTypePtr, src->getBoundsRect(), src->priv().isExact(), srcRect, in onCanCopySurface()
|
D | GrGLGpu.cpp | 2864 src->getBoundsRect(), true, srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()
|