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

/frameworks/base/libs/hwui/
H A DSnapshot.cpp184 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, function in class:android::uirenderer::Snapshot
H A DCanvasState.cpp235 setClippingRoundRect(allocator, bounds, radius, false);
239 void CanvasState::setClippingRoundRect(LinearAllocator& allocator, function in class:android::uirenderer::CanvasState
241 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);
H A DOpenGLRenderer.cpp2086 void OpenGLRenderer::setClippingRoundRect(LinearAllocator& allocator, function in class:android::uirenderer::OpenGLRenderer
2088 mState.setClippingRoundRect(allocator, rect, radius, highPriority);

Completed in 174 milliseconds