Searched refs:intersectWith (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DClipArea.h38 void intersectWith(const TransformedRectangle& other);
76 bool intersectWith(const Rect& bounds, const Matrix4& transform);
H A DClipArea.cpp67 void TransformedRectangle::intersectWith(const TransformedRectangle& other) { function in class:android::uirenderer::TransformedRectangle
113 bool RectangleList::intersectWith(const Rect& bounds, function in class:android::uirenderer::RectangleList
122 tr.intersectWith(newRectangle);
312 || !mRectangleList.intersectWith(r, *transform)) {
497 rectList.intersectWith(recordedClip->rect, recordedClipTransform);
504 rectList.intersectWith(tr.getBounds(), totalTransform);
/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp71 list.intersectWith(r2, m45);
78 list.intersectWith(r2, m30);

Completed in 69 milliseconds