Home
last modified time | relevance | path

Searched refs:_y1 (Results 751 – 773 of 773) sorted by path

1...<<31

/dports/x11-servers/xarcan/xarcan-0.6.0/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) { \
/dports/x11-servers/xephyr/xorg-server-1.20.13/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) { \
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/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) { \
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/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) { \
/dports/x11-servers/xorg-server/xorg-server-1.20.13/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) { \
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/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) { \
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/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) { \
/dports/x11-servers/xwayland/xorg-server-1.20.13/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) { \
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkdrawable-win32.c366 const int _y1 = y1; in render_line_vertical() local
376 if (n % 2 == 0 && y1 + len > _y1) in render_line_vertical()
378 y1 < _y1 ? _y1 : y1, in render_line_vertical()
392 y1 = _y1; in render_line_vertical()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_VertexData.h56 …void set(float _x1, float _y1, float _x2, float _y2, float _x3, float _y3, float _x4, float _y4, f… in set()
58 vertex[CornerLT].set(_x1, _y1, _z, _u1, _v1, _colour); in set()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_VertexData.h56 …void set(float _x1, float _y1, float _x2, float _y2, float _x3, float _y3, float _x4, float _y4, f… in set()
58 vertex[CornerLT].set(_x1, _y1, _z, _u1, _v1, _colour); in set()
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_VertexData.h56 …void set(float _x1, float _y1, float _x2, float _y2, float _x3, float _y3, float _x4, float _y4, f… in set()
58 vertex[CornerLT].set(_x1, _y1, _z, _u1, _v1, _colour); in set()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_VertexData.h56 …void set(float _x1, float _y1, float _x2, float _y2, float _x3, float _y3, float _x4, float _y4, f… in set()
58 vertex[CornerLT].set(_x1, _y1, _z, _u1, _v1, _colour); in set()
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DImage.c2113 int _x1, _y1, _x2, _y2; in Image_bar() local
2125 _y1 = y1; in Image_bar()
2130 _y1 += t.y; in Image_bar()
2133 ok = img_bar( self, _x1, _y1, _x2 - _x1 + 1, _y2 - _y1 + 1, &ctx); in Image_bar()
2195 int _x1, _y1, _x2, _y2; in Image_clear() local
2216 _y1 = y1; in Image_clear()
2218 if ( _x1 < 0 && _y1 < 0 && _x2 < 0 && _y2 < 0) { in Image_clear()
2220 _y1 = 0; in Image_clear()
2226 _y1 += t.y; in Image_clear()
2236 ok = img_bar( self, _x1, _y1, _x2 - _x1 + 1, _y2 - _y1 + 1, &ctx); in Image_clear()
/dports/x11-toolkits/plib/plib-1.8.5/src/puAux/
H A DpuAux.h858 puaChooser ( int _x1, int _y1, int _x2, int _y2, char *legend ) ;
H A DpuAuxChooser.cxx32 puaChooser::puaChooser ( int _x1, int _y1, int _x2, int _y2, char *legend ) in UL_RTTI_DEF()
34 x1 = _x1 ; x2 = _x2 ; y1 = _y1 ; y2 = _y2 ; in UL_RTTI_DEF()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dy_tab.i280 double _Import _Optlink _y1( double );
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/ogl/
H A Ddrawn.py131 self._y1 = theY1
143 self._y1 *= scaleY
149 self._y1 += y
158 self._y1 = theY1
185 self._y1 *= scaleY
197 self._y1 += y
217 self._y1 = newY1
238 self._y1 = minY
253 self._y1 = newY1
439 if op._y1 < minY:
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dy_tab.i280 double _Import _Optlink _y1( double );
/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DRect.cc38 _y2 += y_ - _y1; in setY()
39 _y1 = y_; in setY()
46 _y2 += y_ - _y1; in setPos()
47 _y1 = y_; in setPos()
61 _y2 = h + _y1 - 1; in setSize()
71 _y1 = t; in setCoords()
81 b._y1 = std::min(_y1, a._y1); in operator |()
93 b._y1 = std::max(_y1, a._y1); in operator &()
103 std::max(_y1, a._y1) <= std::min(_y2, a._y2); in intersects()
121 if (r._y1 < a._y1) in inside()
[all …]
H A DRect.hh33 : _x1(0), _y1(0), _x2(0), _y2(0) in Rect()
36 : _x1(x_), _y1(y_), _x2(w + x_ - 1), _y2(h + y_ - 1) in Rect()
42 { return _y1; } in top()
51 { return _y1; } in y()
59 { return _y2 - _y1 + 1; } in height()
69 { return _x1 == a._x1 && _y1 == a._y1 && _x2 == a._x2 && _y2 == a._y2; } in operator ==()
81 { return _x2 > _x1 && _y2 > _y1; } in valid()
89 int _x1, _y1, _x2, _y2; member in bt::Rect
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_maximize.c10 #define OBSTACLE(_x1, _y1, _x2, _y2) \ argument
13 r->x1 = (_x1); r->yy1 = (_y1); r->x2 = (_x2); r->y2 = (_y2); \
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/shot/data/
H A Dshotedit.edc114 #define HANDLE(_name, _relnamex, _relnamey, _rel, _x1, _y1, _x2, _y2, _x3, _y3, _x4, _y4, _x5, _y5,…
120 rel1.offset: _x1 _y1; \

1...<<31