Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcollision_feature.hpp14 …CollisionBox(Point<float> _anchor, Point<float> _offset, float _x1, float _y1, float _x2, float _y… in CollisionBox() argument
15 …anchor(std::move(_anchor)), offset(_offset), x1(_x1), y1(_y1), x2(_x2), y2(_y2), used(true), signe… in CollisionBox()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiline.h125 #define CalcLineDeltas(_x1,_y1,_x2,_y2,_adx,_ady,_sx,_sy,_SX,_SY,_octant) \ argument
134 if (((_ady) = (_y2) - (_y1)) < 0) { \