Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1190 const bool leftEqual = bounds.fLeft == crop.fLeft; in getBoundsAndClip() local
1196 if (leftEqual && topEqual) { in getBoundsAndClip()
1198 } else if ((leftEqual && bounds.fTop >= insetCrop.fTop) || in getBoundsAndClip()
1226 if (leftEqual && bottomEqual) { in getBoundsAndClip()
1228 } else if ((leftEqual && bounds.fBottom <= insetCrop.fBottom) || in getBoundsAndClip()