Home
last modified time | relevance | path

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

/dports/graphics/geos/geos-3.9.1/src/noding/
H A DOrientedCoordinateArray.cpp45 int comp = compareOriented(*pts, orientationVar, in compareTo()
46 *oca.pts, oca.orientationVar); in compareTo()
109 if (orientationVar == other.orientationVar) { in operator ==()
134 if (oca.orientationVar) { in operator ()()
/dports/graphics/geos/geos-3.9.1/include/geos/noding/
H A DOrientedCoordinateArray.h55 orientationVar(orientation(p_pts)) in OrientedCoordinateArray()
98 bool orientationVar; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/advanceddockingsystem/
H A Ddockcontainerwidget.cpp705 … QVariant orientationVar = QVariant(stateReader.attributes().value("orientation").toString()); in restoreSplitter() local
708 if (!orientationVar.canConvert<Qt::Orientation>()) in restoreSplitter()
711 Qt::Orientation orientation = orientationVar.value<Qt::Orientation>(); in restoreSplitter()