Searched refs:mRectangleList (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DClipArea.cpp208 mRectangleList.setEmpty();
306 mRectangleList.set(mClipRect, Matrix4::identity());
312 || !mRectangleList.intersectWith(r, *transform)) {
329 mClipRegion = mRectangleList.convertToRegion(createViewportRegion());
379 serialization = allocator.create<ClipRectList>(mRectangleList);
380 serialization->rect = mRectangleList.calculateBounds();
476 regionClip->region.op(mRectangleList.convertToRegion(createViewportRegion()),
487 auto rectListClip = allocator.create<ClipRectList>(mRectangleList);
H A DClipArea.h161 return mRectangleList;
238 RectangleList mRectangleList; member in class:android::uirenderer::ClipArea

Completed in 116 milliseconds