Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrSurface.h41 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() function
DSurfaceFillContext.cpp176 if (!bounds.intersect(this->asSurfaceProxy()->getBoundsRect())) { in addDrawOp()
DGrSurfaceProxy.h156 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() function
DSurfaceDrawContext.cpp362 SkRect r = this->asSurfaceProxy()->getBoundsRect(); in drawPaint()
416 SkRect rtRect = this->asSurfaceProxy()->getBoundsRect(); in attemptQuadOptimization()
1925 skipDraw = !bounds.intersect(this->asSurfaceProxy()->getBoundsRect()); in addDrawOp()
DDevice_drawTexture.cpp375 SkRect safeBounds = proxy->getBoundsRect(); in draw_texture()
/external/skia/src/gpu/ganesh/ops/
DAtlasRenderTask.cpp75 SkRect drawRect = target(0)->getBoundsRect(); in onMakeClosed()
DGrOp.h289 this->setBounds(proxy->getBoundsRect(), HasAABloat::kNo, IsHairline::kNo); in makeFullScreen()
/external/skia/tools/viewer/
DPathTessellatorsSlide.cpp214 sdc->asRenderTargetProxy()->getBoundsRect(), in draw()
/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp3649 srcTexTypePtr, src->getBoundsRect(), src->priv().isExact(), srcRect, in onCanCopySurface()
DGrGLGpu.cpp3028 src->getBoundsRect(), true, srcRect, dstRect); in can_blit_framebuffer_for_copy_surface()