HomeSort by relevance Sort by last modified time
    Searched refs:RectangleList (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/hwui/
ClipArea.h 66 class RectangleList {
68 RectangleList();
93 RectangleList,
120 ClipRectList(const RectangleList& rectList)
121 : ClipBase(ClipMode::RectangleList)
123 RectangleList rectList;
161 const RectangleList& getRectangleList() const {
174 return mMode == ClipMode::RectangleList;
238 RectangleList mRectangleList;
ClipArea.cpp 76 * RectangleList
79 RectangleList::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::calculateBounds() const
    [all...]
BakedOpRenderer.cpp 244 LOG_ALWAYS_FATAL_IF(clip->mode != ClipMode::RectangleList, "can't rectlist clip without rectlist");
321 if (clip->mode == ClipMode::RectangleList) {
330 if (CC_LIKELY(clip->mode == ClipMode::RectangleList)) {
OpenGLRenderer.h 395 void drawRectangleList(const RectangleList& rectangleList);
OpenGLRenderer.cpp     [all...]
  /frameworks/base/libs/hwui/tests/unit/
ClipAreaTests.cpp 60 TEST(RectangleList, basics) {
61 RectangleList list;
148 ASSERT_EQ(ClipMode::RectangleList, serializedClip->mode);
227 ASSERT_EQ(ClipMode::RectangleList, resolvedClip->mode);

Completed in 1492 milliseconds