Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp687 double left1 = d->topLeft.longitude(); in intersects() local
709 if (left1 < right1) { in intersects()
711 if ((left1 > right2) || (right1 < left2)) in intersects()
714 if ((left1 > right2) && (right1 < left2)) in intersects()
719 if ((left2 > right1) && (right2 < left1)) in intersects()
887 double left1 = d->topLeft.longitude(); in operator |=() local
903 bool wrap1 = (left1 > right1); in operator |=()
908 double w = qAbs((left1 + right1 - left2 - right2) / 2.0); in operator |=()
911 left = qMin(left1, left2); in operator |=()
914 left = qMax(left1, left2); in operator |=()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkirkwood-goflexnet.dts101 left1 {
102 label = "status:white:left1";
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c1385 int *y1, int *y2, Bool *left1, Bool *left2) in miRoundJoinClip() argument
1399 *y1 = miRoundJoinFace(pLeft, edge1, left1); in miRoundJoinClip()