Searched refs:fDrawBounds (Results 1 – 9 of 9) sorted by relevance
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()
67 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds()89 SkISize fDrawBounds; variable
31 bisect->fDrawBounds.join(ibounds); in Create()101 canvas->translate(-fDrawBounds.left(), -fDrawBounds.top()); in draw()
31 SkISize getDimensions() const override { return fDrawBounds.size(); } in getDimensions()45 SkIRect fDrawBounds = SkIRect::MakeEmpty();
100 : fDrawBounds(drawBounds) in Clip()103 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds()111 Rect fDrawBounds;
83 vkInfo.fDrawBounds->offset = { fWidth / 2, 0 }; in draw()84 vkInfo.fDrawBounds->extent = { (uint32_t)fWidth / 2, (uint32_t)fHeight }; in draw()
308 vkInfo.fDrawBounds = nullptr; in makeVkSCB()
160 VkRect2D* fDrawBounds; member
861 vkInfo.fDrawBounds = &bounds; in onExecuteDrawable()