Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrStencilAtlasOp.h69 , fDrawBounds(drawBounds) { in GrStencilAtlasOp()
70 this->setBounds(SkRect::MakeIWH(fDrawBounds.width(), fDrawBounds.height()), in GrStencilAtlasOp()
79 const SkISize fDrawBounds; variable
DGrCCAtlas.cpp146 fDrawBounds.fWidth = SkTMax(fDrawBounds.width(), location.x() + devIBounds.width()); in addRect()
147 fDrawBounds.fHeight = SkTMax(fDrawBounds.height(), location.y() + devIBounds.height()); in addRect()
229 fTextureProxy->priv().setLazySize(fDrawBounds.width(), fDrawBounds.height()); in makeRenderTargetContext()
252 SkIRect clearRect = SkIRect::MakeSize(fDrawBounds); in makeRenderTargetContext()
DGrStencilAtlasOp.cpp103 SkIRect drawBoundsRect = SkIRect::MakeWH(fDrawBounds.width(), fDrawBounds.height()); in onExecute()
DGrCCAtlas.h83 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds()
115 SkISize fDrawBounds = {0, 0}; variable
DGrCCPerFlushResources.cpp137 fResources->filler().drawFills(flushState, &proc, pipeline, fFillBatchID, fDrawBounds); in onExecute()
138 fResources->stroker().drawStrokes(flushState, &proc, fStrokeBatchID, fDrawBounds); in onExecute()
149 , fDrawBounds(SkIRect::MakeWH(drawBounds.width(), drawBounds.height())) { in RenderAtlasOp()
154 const SkIRect fDrawBounds; member in __anon25a7a92b0111::RenderAtlasOp
/third_party/skia/src/gpu/
DGrDynamicAtlas.cpp92 fDrawBounds.setEmpty(); in reset()
139 fDrawBounds.fWidth = std::max(fDrawBounds.width(), location->x() + width); in addRect()
140 fDrawBounds.fHeight = std::max(fDrawBounds.height(), location->y() + height); in addRect()
199 fTextureProxy->priv().setLazyDimensions(fDrawBounds); in instantiate()
201 SkASSERT(fTextureProxy->dimensions() == fDrawBounds); in instantiate()
DGrDynamicAtlas.h67 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds()
89 SkISize fDrawBounds; variable
/third_party/skia/tools/viewer/
DBisectSlide.cpp31 bisect->fDrawBounds.join(ibounds); in Create()
101 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
DBisectSlide.h31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions()
45 SkIRect fDrawBounds = SkIRect::MakeEmpty();
/third_party/flutter/skia/tools/viewer/
DBisectSlide.cpp71 fDrawBounds.join(ibounds); in onDrawPath()
133 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
DBisectSlide.h31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions()
48 SkIRect fDrawBounds = SkIRect::MakeEmpty();
/third_party/skia/experimental/graphite/src/
DDrawList.h100 : fDrawBounds(drawBounds) in Clip()
103 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds()
111 Rect fDrawBounds;
/third_party/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.cpp308 vkInfo.fDrawBounds = nullptr; in makeVkSCB()
/third_party/flutter/skia/tests/
DVkDrawableTest.cpp80 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()
81 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
/third_party/skia/include/gpu/vk/
DGrVkTypes.h160 VkRect2D* fDrawBounds; member
/third_party/flutter/skia/include/gpu/vk/
DGrVkTypes.h252 VkRect2D* fDrawBounds; member
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp861 vkInfo.fDrawBounds = &bounds; in onExecuteDrawable()
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp895 vkInfo.fDrawBounds = &bounds; in executeDrawable()