Searched refs:leftEqual (Results 1 – 1 of 1) sorted by relevance
1190 const bool leftEqual = bounds.fLeft == crop.fLeft; in getBoundsAndClip() local1196 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()