Searched refs:setClippingRoundRect (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/ |
D | StatefulBaseRenderer.cpp | 208 setClippingRoundRect(allocator, bounds, radius, false); in setClippingOutline() 212 void StatefulBaseRenderer::setClippingRoundRect(LinearAllocator& allocator, in setClippingRoundRect() function in android::uirenderer::StatefulBaseRenderer 214 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority); in setClippingRoundRect()
|
D | StatefulBaseRenderer.h | 99 void setClippingRoundRect(LinearAllocator& allocator,
|
D | Snapshot.h | 173 void setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds,
|
D | Snapshot.cpp | 219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect() function in android::uirenderer::Snapshot
|
D | RenderNode.cpp | 455 …renderer.setClippingRoundRect(handler.allocator(), bounds, mProperties.getRevealClip().getRadius()… in setViewProperties()
|