Home
last modified time | relevance | path

Searched defs:_w (Results 1 – 25 of 1581) sorted by last modified time

12345678910>>...64

/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A DCompositorResource.cpp16 TextureBase::TextureBase(uint _w, uint _h, VkFormat format, const VkComponentMapping *pcomponentMap… in TextureBase()
109 TextureStaged::TextureStaged(uint _w, uint _h, VkFormat _format, const VkComponentMapping *_pcompon… in TextureStaged()
203 TexturePixmap::TexturePixmap(uint _w, uint _h, const VkComponentMapping *_pcomponentMapping, uint _… in TexturePixmap()
392 TextureHostPointer::TextureHostPointer(uint _w, uint _h, const VkComponentMapping *_pcomponentMappi… in TextureHostPointer()
533 Texture::Texture(uint _w, uint _h, const VkComponentMapping *_pcomponentMapping, uint _flags, const… in Texture()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/examples/23.SMeshHandling/
H A Dmain.cpp92 HeightMap(u16 _w, u16 _h) : Width(_w), Height(_h), s(0.f), data(0) in HeightMap()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/sys/
H A DFS.pm204 sub _w ($) { access($_[0], 2, 1) >= 0 } subroutine
/dports/textproc/unrtf/unrtf-0.21.10/src/
H A Dword.h39 typedef struct _w struct
42 struct _w *next; argument
43 struct _w *child; argument
/dports/sysutils/bpytop/bpytop-1.0.67/
H A Dbpytop.py644 _w : int = 0 variable in Term
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/pilut/
H A DDistributedMatrixPilutSolver.h39 HYPRE_Real *_w; /* Work space */ member
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/test/
H A Dmisc.c83 #define assert_dimensions(_x, _y, _w, _h) \ in dix_update_desktop_dimensions() argument
90 #define set_screen(idx, _x, _y, _w, _h) \ in dix_update_desktop_dimensions() argument
/dports/multimedia/bino/bino-1.6.5/src/
H A Dvideo_output_qt.h55 int _w, _h; variable
149 int _w, _h; variable
/dports/lang/nbc/NXT/
H A DNXTDefs.h1898 #define __RectOutEx(_x,_y,_w,_h,_options) \ argument
11895 #define RectOutEx(_x,_y,_w,_h,_options) __RectOutEx(_x,_y,_w,_h,_options) argument
11908 #define RectOut(_x,_y,_w,_h) __RectOutEx(_x,_y,_w,_h,0) argument
/dports/lang/python310/Python-3.10.1/Lib/tkinter/
H A D__init__.py2277 _w = '.' variable in Tk
/dports/lang/python310/Python-3.10.1/Lib/json/
H A Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
332 def decode(self, s, _w=WHITESPACE.match): argument
/dports/lang/python38/Python-3.8.12/Lib/tkinter/
H A D__init__.py2248 _w = '.' variable in Tk
/dports/lang/python38/Python-3.8.12/Lib/json/
H A Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
332 def decode(self, s, _w=WHITESPACE.match): argument
/dports/lang/python37/Python-3.7.12/Lib/tkinter/
H A D__init__.py2002 _w = '.' variable in Tk
/dports/lang/python37/Python-3.7.12/Lib/json/
H A Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
332 def decode(self, s, _w=WHITESPACE.match): argument
/dports/lang/python39/Python-3.9.9/Lib/tkinter/
H A D__init__.py2248 _w = '.' variable in Tk
/dports/lang/python39/Python-3.9.9/Lib/json/
H A Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
332 def decode(self, s, _w=WHITESPACE.match): argument
/dports/lang/python311/Python-3.11.0a3/Lib/tkinter/
H A D__init__.py2276 _w = '.' variable in Tk
/dports/lang/python311/Python-3.11.0a3/Lib/json/
H A Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
217 def JSONArray(s_and_end, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
332 def decode(self, s, _w=WHITESPACE.match): argument
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/Client/
H A DPlayer.cpp389 void CPlayer::ForceWidthAndHeight(uint32 du, uint32 _w, uint32 _h) in ForceWidthAndHeight()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/StanHull/
H A Dhull.cpp194 float4(float _x,float _y,float _z,float _w){x=_x;y=_y;z=_z;w=_w;} in float4()
195 float4(const float3 &v,float _w){x=v.x;y=v.y;z=v.z;w=_w;} in float4()
211 …float4x4(const float4 &_x, const float4 &_y, const float4 &_z, const float4 &_w):x(_x),y(_y),z(_z)… in float4x4()
252 Quaternion(float _x, float _y, float _z, float _w){x=_x;y=_y;z=_z;w=_w;} in Quaternion()
2404 int4(int _x,int _y, int _z,int _w){x=_x;y=_y;z=_z;w=_w;} in int4()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtVector3.h1097 …CE_INLINE btVector4(const btScalar& _x, const btScalar& _y, const btScalar& _z,const btScalar& _w) in btVector4()
1227 …INLINE void setValue(const btScalar& _x, const btScalar& _y, const btScalar& _z,const btScalar& _w) in setValue()
/dports/graphics/rawstudio/rawstudio-2.0/plugins/denoise/
H A Dfftwindow.cpp32 FFTWindow::FFTWindow( int _w, int _h ) : in FFTWindow()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FMath/
H A DFMVector4.h56 inline FMVector4(const FMVector3& v, float _w) { x = v.x; y = v.y; z = v.z; w = _w; } in FMVector4()
68 inline FMVector4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in FMVector4()
H A DFMQuaternion.h45 FMQuaternion(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in FMQuaternion()

12345678910>>...64