HomeSort by relevance Sort by last modified time
    Searched defs:setClippingRoundRect (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Snapshot.cpp 219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds,
StatefulBaseRenderer.cpp 208 setClippingRoundRect(allocator, bounds, radius, false);
212 void StatefulBaseRenderer::setClippingRoundRect(LinearAllocator& allocator,
214 mSnapshot->setClippingRoundRect(allocator, rect, radius, highPriority);

Completed in 151 milliseconds