Home
last modified time | relevance | path

Searched refs:calculateBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DClipArea.cpp144 Rect RectangleList::calculateBounds() const { in calculateBounds() function in android::uirenderer::RectangleList
293 mClipRect = mRectangleList.calculateBounds(); in rectangleModeClipRectWithTransform()
DClipArea.h71 Rect calculateBounds() const;
DOpenGLRenderer.cpp1303 Rect scissorBox = rectangleList.calculateBounds(); in drawRectangleList()