Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp560 static inline int clipPointType(qreal x, qreal y, const QRectF &rect) in clipPointType() function
579 int type0 = clipPointType(x0, y0, clipRect); in clipSegmentToRect()
580 int type1 = clipPointType(x1, y1, clipRect); in clipSegmentToRect()
611 type0 = clipPointType(x0, y0, clipRect); in clipSegmentToRect()
615 type1 = clipPointType(x1, y1, clipRect); in clipSegmentToRect()