Searched refs:RectangleList (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DClipArea.h66 class RectangleList { class in namespace:android::uirenderer
68 RectangleList();
93 RectangleList, member in class:android::uirenderer::ClipMode
120 explicit ClipRectList(const RectangleList& rectList)
121 : ClipBase(ClipMode::RectangleList)
123 RectangleList rectList;
160 const RectangleList& getRectangleList() const {
173 return mMode == ClipMode::RectangleList;
238 RectangleList mRectangleList;
H A DClipArea.cpp76 * RectangleList
79 RectangleList::RectangleList() function in class:android::uirenderer::RectangleList
83 bool RectangleList::isEmpty() const {
96 int RectangleList::getTransformedRectanglesCount() const {
100 const TransformedRectangle& RectangleList::getTransformedRectangle(int i) const {
104 void RectangleList::setEmpty() {
108 void RectangleList::set(const Rect& bounds, const Matrix4& transform) {
113 bool RectangleList::intersectWith(const Rect& bounds,
138 Rect RectangleList
[all...]
H A DBakedOpRenderer.cpp240 LOG_ALWAYS_FATAL_IF(clip->mode != ClipMode::RectangleList, "can't rectlist clip without rectlist");
317 if (clip->mode == ClipMode::RectangleList) {
326 if (CC_LIKELY(clip->mode == ClipMode::RectangleList)) {
/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp60 TEST(RectangleList, basics) {
61 RectangleList list;
148 ASSERT_EQ(ClipMode::RectangleList, serializedClip->mode);
227 ASSERT_EQ(ClipMode::RectangleList, resolvedClip->mode);

Completed in 69 milliseconds