Searched refs:fDrawBounds (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/gpu/ |
D | GrDynamicAtlas.cpp | 89 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()
|
D | GrDynamicAtlas.h | 66 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() 90 SkISize fDrawBounds; variable
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCAtlas.cpp | 116 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()
|
D | GrCCAtlas.h | 64 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() 94 SkISize fDrawBounds = {0, 0}; variable
|
D | GrCCPerFlushResources.cpp | 118 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/ |
D | BisectSlide.cpp | 66 fDrawBounds.join(ibounds); in onDrawPath() 128 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();
|
/external/skqp/tools/viewer/ |
D | BisectSlide.h | 31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions() 48 SkIRect fDrawBounds = SkIRect::MakeEmpty();
|
D | BisectSlide.cpp | 71 fDrawBounds.join(ibounds); in onDrawPath() 133 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
|
/external/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 | 310 vkInfo.fDrawBounds = nullptr; in makeVkSCB()
|
/external/skqp/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()
|
/external/skia/include/gpu/vk/ |
D | GrVkTypes.h | 159 VkRect2D* fDrawBounds; member
|
/external/skqp/include/gpu/vk/ |
D | GrVkTypes.h | 219 VkRect2D* fDrawBounds; member
|
/external/skia/src/gpu/vk/ |
D | GrVkOpsRenderPass.cpp | 861 vkInfo.fDrawBounds = &bounds; in onExecuteDrawable()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 850 vkInfo.fDrawBounds = &bounds; in executeDrawable()
|