Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp119 const bool leftEqual = bounds.fLeft == crop.fLeft; in intersectionIsRoundRect() local
138 if (leftEqual && topEqual) { in intersectionIsRoundRect()
140 } else if ((leftEqual && bounds.fTop >= insetCrop.fTop) || in intersectionIsRoundRect()
165 if (leftEqual && bottomEqual) { in intersectionIsRoundRect()
167 } else if ((leftEqual && bounds.fBottom <= insetCrop.fBottom) || in intersectionIsRoundRect()