Searched refs:right2 (Results 1 – 2 of 2) sorted by relevance
693 double right2 = rectangle.d_func()->bottomRight.longitude(); in intersects() local710 if (left2 < right2) { in intersects()711 if ((left1 > right2) || (right1 < left2)) in intersects()714 if ((left1 > right2) && (right1 < left2)) in intersects()718 if (left2 < right2) { in intersects()719 if ((left2 > right1) && (right2 < left1)) in intersects()893 double right2 = rectangle.d_func()->bottomRight.longitude(); in operator |=() local904 bool wrap2 = (left2 > right2); in operator |=()908 double w = qAbs((left1 + right1 - left2 - right2) / 2.0); in operator |=()912 right = qMax(right1, right2); in operator |=()[all …]
121 right2 {122 label = "status:white:right2";