Home
last modified time | relevance | path

Searched refs:setClippingRoundRect (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DStatefulBaseRenderer.cpp208 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()
DStatefulBaseRenderer.h99 void setClippingRoundRect(LinearAllocator& allocator,
DSnapshot.h173 void setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds,
DSnapshot.cpp219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect() function in android::uirenderer::Snapshot
DRenderNode.cpp455 …renderer.setClippingRoundRect(handler.allocator(), bounds, mProperties.getRevealClip().getRadius()… in setViewProperties()