Home
last modified time | relevance | path

Searched refs:clipArea (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DClipArea.cpp405 static bool cannotFitInRectangleList(const ClipArea& clipArea, const ClipBase* scb) { in cannotFitInRectangleList() argument
406 int currentRectCount = clipArea.isRectangleList() in cannotFitInRectangleList()
407 ? clipArea.getRectangleList().getTransformedRectanglesCount() in cannotFitInRectangleList()
DOpenGLRenderer.cpp1292 const ClipArea& clipArea = currentSnapshot()->getClipArea(); in setStencilFromClip() local
1294 bool isRectangleList = clipArea.isRectangleList(); in setStencilFromClip()
1296 incrementThreshold = clipArea.getRectangleList().getTransformedRectanglesCount(); in setStencilFromClip()
1322 drawRectangleList(clipArea.getRectangleList()); in setStencilFromClip()
1330 drawRegionRects(clipArea.getClipRegion(), paint, false); in setStencilFromClip()
1341 && !clipArea.isRectangleList()) { in setStencilFromClip()