Searched defs:RectangleList (Results 1 - 2 of 2) sorted by path

/frameworks/base/libs/hwui/
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 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;

Completed in 157 milliseconds