Searched defs:setClippingRoundRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.cpp219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, function in class:android::uirenderer::Snapshot
H A DStatefulBaseRenderer.cpp208 setClippingRoundRect(allocator, bounds, radius, false);
212 void StatefulBaseRenderer::setClippingRoundRect(LinearAllocator& allocator, function in class:android::uirenderer::StatefulBaseRenderer
214 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);

Completed in 970 milliseconds