Home
last modified time | relevance | path

Searched defs:angle2 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dbuffer_join_round.hpp87 PromotedType angle2 = atan2(dy2, dx2); in generate_points() local
/OK3568_Linux_fs/external/xserver/mi/
H A Dmizerarc.c101 int angle1, angle2; in miZeroArcSetup() local
H A Dmifillarc.c282 int angle1, angle2; in miFillArcSliceSetup() local
H A Dmiarc.c79 double angle1, angle2; member
1879 int angle2; in miComputeArcs() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp102 static qreal angleDelta(const qreal angle1, const qreal angle2) in angleDelta()