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

  /frameworks/base/libs/hwui/
ClipArea.h 58 class RectangleList {
60 RectangleList();
110 const RectangleList& getRectangleList() const {
171 RectangleList mRectangleList;
ClipArea.cpp 82 * RectangleList
85 RectangleList::RectangleList()
89 bool RectangleList::isEmpty() const {
102 int RectangleList::getTransformedRectanglesCount() const {
106 const TransformedRectangle& RectangleList::getTransformedRectangle(int i) const {
110 void RectangleList::setEmpty() {
114 void RectangleList::set(const Rect& bounds, const Matrix4& transform) {
119 bool RectangleList::intersectWith(const Rect& bounds,
144 Rect RectangleList::calculateBounds() const
    [all...]

Completed in 91 milliseconds