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

/frameworks/base/libs/hwui/
H A DCanvasState.cpp183 setClippingRoundRect(allocator, bounds, radius, false);
187 void CanvasState::setClippingRoundRect(LinearAllocator& allocator, function in class:android::uirenderer::CanvasState
189 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);
H A DSnapshot.cpp178 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, function in class:android::uirenderer::Snapshot
H A DOpenGLRenderer.cpp2197 void OpenGLRenderer::setClippingRoundRect(LinearAllocator& allocator, function in class:android::uirenderer::OpenGLRenderer
2199 mState.setClippingRoundRect(allocator, rect, radius, highPriority);

Completed in 2541 milliseconds