Home
last modified time | relevance | path

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

/frameworks/native/libs/renderengine/skia/
DSkiaRenderEngine.cpp120 const bool topEqual = bounds.fTop == crop.fTop; in intersectionIsRoundRect() local
138 if (leftEqual && topEqual) { in intersectionIsRoundRect()
141 (topEqual && bounds.fLeft >= insetCrop.fLeft)) { in intersectionIsRoundRect()
147 if (rightEqual && topEqual) { in intersectionIsRoundRect()
150 (topEqual && bounds.fRight <= insetCrop.fRight)) { in intersectionIsRoundRect()