Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp924 double nonWrapLeft = 0.0; in operator |=() local
930 nonWrapLeft = left2; in operator |=()
935 nonWrapLeft = left1; in operator |=()
940 bool joinWrapRight = (nonWrapLeft <= wrapRight); in operator |=()
942 … if (wrapLeft <= nonWrapLeft) { // The wrapping rectangle contains the non-wrapping one entirely in operator |=()
951 left = nonWrapLeft; in operator |=()
959 double wrapRightDistance = nonWrapLeft - wrapRight; in operator |=()
966 left = nonWrapLeft; in operator |=()