Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp122 const bool bottomEqual = bounds.fBottom == crop.fBottom; in intersectionIsRoundRect() local
156 if (rightEqual && bottomEqual) { in intersectionIsRoundRect()
159 (bottomEqual && bounds.fRight <= insetCrop.fRight)) { in intersectionIsRoundRect()
165 if (leftEqual && bottomEqual) { in intersectionIsRoundRect()
168 (bottomEqual && bounds.fLeft >= insetCrop.fLeft)) { in intersectionIsRoundRect()