/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrStencilAtlasOp.h | 69 , fDrawBounds(drawBounds) { in GrStencilAtlasOp() 70 this->setBounds(SkRect::MakeIWH(fDrawBounds.width(), fDrawBounds.height()), in GrStencilAtlasOp() 79 const SkISize fDrawBounds; variable
|
D | GrCCAtlas.cpp | 146 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()
|
D | GrStencilAtlasOp.cpp | 103 SkIRect drawBoundsRect = SkIRect::MakeWH(fDrawBounds.width(), fDrawBounds.height()); in onExecute()
|
D | GrCCAtlas.h | 83 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() 115 SkISize fDrawBounds = {0, 0}; variable
|
D | GrCCPerFlushResources.cpp | 137 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/ |
D | GrDynamicAtlas.cpp | 92 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()
|
D | GrDynamicAtlas.h | 67 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() 89 SkISize fDrawBounds; variable
|
/third_party/skia/tools/viewer/ |
D | BisectSlide.cpp | 31 bisect->fDrawBounds.join(ibounds); in Create() 101 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
|
D | BisectSlide.h | 31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions() 45 SkIRect fDrawBounds = SkIRect::MakeEmpty();
|
/third_party/flutter/skia/tools/viewer/ |
D | BisectSlide.cpp | 71 fDrawBounds.join(ibounds); in onDrawPath() 133 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
|
D | BisectSlide.h | 31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions() 48 SkIRect fDrawBounds = SkIRect::MakeEmpty();
|
/third_party/skia/experimental/graphite/src/ |
D | DrawList.h | 100 : fDrawBounds(drawBounds) in Clip() 103 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() 111 Rect fDrawBounds;
|
/third_party/skia/tests/ |
D | VkDrawableTest.cpp | 83 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw() 84 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
|
D | DeferredDisplayListTest.cpp | 308 vkInfo.fDrawBounds = nullptr; in makeVkSCB()
|
/third_party/flutter/skia/tests/ |
D | VkDrawableTest.cpp | 80 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/ |
D | GrVkTypes.h | 160 VkRect2D* fDrawBounds; member
|
/third_party/flutter/skia/include/gpu/vk/ |
D | GrVkTypes.h | 252 VkRect2D* fDrawBounds; member
|
/third_party/skia/src/gpu/vk/ |
D | GrVkOpsRenderPass.cpp | 861 vkInfo.fDrawBounds = &bounds; in onExecuteDrawable()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 895 vkInfo.fDrawBounds = &bounds; in executeDrawable()
|