Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp121 const bool rightEqual = bounds.fRight == crop.fRight; in intersectionIsRoundRect() local
147 if (rightEqual && topEqual) { in intersectionIsRoundRect()
149 } else if ((rightEqual && bounds.fTop >= insetCrop.fTop) || in intersectionIsRoundRect()
156 if (rightEqual && bottomEqual) { in intersectionIsRoundRect()
158 } else if ((rightEqual && bounds.fBottom <= insetCrop.fBottom) || in intersectionIsRoundRect()