Home
last modified time | relevance | path

Searched refs:fDrawBounds (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/
DGrDynamicAtlas.cpp89 fDrawBounds.setEmpty(); in reset()
120 fDrawBounds.fWidth = std::max(fDrawBounds.width(), location->x() + width); in addRect()
121 fDrawBounds.fHeight = std::max(fDrawBounds.height(), location->y() + height); in addRect()
179 fTextureProxy->priv().setLazyDimensions(fDrawBounds); in instantiate()
201 SkIRect clearRect = SkIRect::MakeSize(fDrawBounds); in instantiate()
DGrDynamicAtlas.h66 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds()
90 SkISize fDrawBounds; variable
/external/skqp/src/gpu/ccpr/
DGrCCAtlas.cpp116 fDrawBounds.fWidth = SkTMax(fDrawBounds.width(), location.x() + devIBounds.width()); in addRect()
117 fDrawBounds.fHeight = SkTMax(fDrawBounds.height(), location.y() + devIBounds.height()); in addRect()
206 SkIRect clearRect = SkIRect::MakeSize(fDrawBounds); in makeRenderTargetContext()
DGrCCAtlas.h64 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds()
94 SkISize fDrawBounds = {0, 0}; variable
DGrCCPerFlushResources.cpp118 fResources->filler().drawFills(flushState, fFillBatchID, fDrawBounds); in onExecute()
119 fResources->stroker().drawStrokes(flushState, fStrokeBatchID, fDrawBounds); in onExecute()
130 , fDrawBounds(SkIRect::MakeWH(drawBounds.width(), drawBounds.height())) { in RenderAtlasOp()
135 const SkIRect fDrawBounds; member in __anonc866f99c0111::RenderAtlasOp
/external/skia/tools/viewer/
DBisectSlide.cpp66 fDrawBounds.join(ibounds); in onDrawPath()
128 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
DBisectSlide.h31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions()
48 SkIRect fDrawBounds = SkIRect::MakeEmpty();
/external/skqp/tools/viewer/
DBisectSlide.h31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions()
48 SkIRect fDrawBounds = SkIRect::MakeEmpty();
DBisectSlide.cpp71 fDrawBounds.join(ibounds); in onDrawPath()
133 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
/external/skia/tests/
DVkDrawableTest.cpp83 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()
84 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
DDeferredDisplayListTest.cpp310 vkInfo.fDrawBounds = nullptr; in makeVkSCB()
/external/skqp/tests/
DVkDrawableTest.cpp80 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()
81 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
/external/skia/include/gpu/vk/
DGrVkTypes.h159 VkRect2D* fDrawBounds; member
/external/skqp/include/gpu/vk/
DGrVkTypes.h219 VkRect2D* fDrawBounds; member
/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp861 vkInfo.fDrawBounds = &bounds; in onExecuteDrawable()
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp850 vkInfo.fDrawBounds = &bounds; in executeDrawable()