Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp592 int outsideType = type0 ? type0 : type1; in clipSegmentToRect() local
594 if (outsideType & BottomPoint) { in clipSegmentToRect()
597 } else if (outsideType & TopPoint) { in clipSegmentToRect()
600 } else if (outsideType & RightPoint) { in clipSegmentToRect()
603 } else if (outsideType & LeftPoint) { in clipSegmentToRect()
608 if (outsideType == type0) { in clipSegmentToRect()