Home
last modified time | relevance | path

Searched +defs:m +defs:g (Results 1 – 25 of 26) sorted by relevance

12

/reactos/sdk/include/psdk/
H A Dmapival.h77 #define ValidateParameters12(a,b,c,d,e,f,g,h,i,j,k,l,m) do { } while(0) argument
78 #define ValidateParameters13(a,b,c,d,e,f,g,h,i,j,k,l,m,n) do { } while(0) argument
79 #define ValidateParameters14(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) do { } while(0) argument
80 #define ValidateParameters15(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p) do { } while(0) argument
94 #define UlValidateParameters12(a,b,c,d,e,f,g,h,i,j,k,l,m) do { } while(0) argument
95 #define UlValidateParameters13(a,b,c,d,e,f,g,h,i,j,k,l,m,n) do { } while(0) argument
111 #define CheckParameters12(a,b,c,d,e,f,g,h,i,j,k,l,m) do { } while(0) argument
112 #define CheckParameters13(a,b,c,d,e,f,g,h,i,j,k,l,m,n) do { } while(0) argument
113 #define CheckParameters14(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) do { } while(0) argument
114 #define CheckParameters15(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p) do { } while(0) argument
[all …]
H A Dd3drm.h131 #define IDirect3DRM_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->lpVtbl->CreateWrap(p,a,b,c,d… argument
167 #define IDirect3DRM_CreateShadow(p,a,b,c,d,e,f,g,h,i) (p)->CreateShadow(a,b,c,d,e,f,g,h… argument
168 #define IDirect3DRM_CreateViewport(p,a,b,c,d,e,f,g) (p)->CreateViewport(a,b,c,d,e,f,g) argument
169 #define IDirect3DRM_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->CreateWrap(a,b,c,d,e,f,g,h,i… argument
181 #define IDirect3DRM_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) argument
272 #define IDirect3DRM2_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->lpVtbl->CreateWrap(p,a,b,c,… argument
311 #define IDirect3DRM2_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->CreateWrap(a,b,c,d,e,f,g,h,… argument
323 #define IDirect3DRM2_Load(p,a,b,c,d,e,f,g,h,i,j) (p)->Load(a,b,c,d,e,f,g,h,i,j) argument
420 #define IDirect3DRM3_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->lpVtbl->CreateWrap(p,a,b,c,… argument
464 #define IDirect3DRM3_CreateWrap(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,q) (p)->CreateWrap(a,b,c,d,e,f,g,h,… argument
[all …]
H A Dd3d8types.h41 #define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xffu)<<24)|(((r)&0xffu)<<16)|(((g)&0xffu)<… argument
42 #define D3DCOLOR_COLORVALUE(r,g,b,a) D3DCOLOR_RGBA((DWORD)((r)*255.f),(DWORD)((g)*255.f),(DWORD)((… argument
43 #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) argument
44 #define D3DCOLOR_XRGB(r,g,b) D3DCOLOR_ARGB(0xff,r,g,b) argument
1026 float g; member
1116 float m[4][4]; member
H A Dd3d9types.h42 #define D3DCOLOR_ARGB(a,r,g,b) ((D3DCOLOR)((((a)&0xffu)<<24)|(((r)&0xffu)<<16)|(((g)&0xffu)<<… argument
43 #define D3DCOLOR_COLORVALUE(r,g,b,a) D3DCOLOR_RGBA((DWORD)((r)*255.f),(DWORD)((g)*255.f),(DWORD)((b… argument
44 #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) argument
45 #define D3DCOLOR_XRGB(r,g,b) D3DCOLOR_ARGB(0xff,r,g,b) argument
1261 float g; member
1423 float m[4][4]; member
H A Dd3drmobj.h1228 #define IDirect3DRMFrame_SetOrientation(p,a,b,c,d,e,f,g) (p)->lpVtbl->SetOrientation(p,a,b,c,d,e,f… argument
1301 #define IDirect3DRMFrame_SetOrientation(p,a,b,c,d,e,f,g) (p)->SetOrientation(a,b,c,d,e,f,g) argument
1478 #define IDirect3DRMFrame2_SetOrientation(p,a,b,c,d,e,f,g) (p)->lpVtbl->SetOrientation(p,a,b,c,d,e,… argument
1567 #define IDirect3DRMFrame2_SetOrientation(p,a,b,c,d,e,f,g) (p)->SetOrientation(a,b,c,d,e,f,g) argument
1860 #define IDirect3DRMFrame3_SetOrientation(p,a,b,c,d,e,f,g) (p)->SetOrientation(a,b,c,d,e,f,g) argument
2157 #define IDirect3DRMShadow_Init(p,a,b,c,d,e,f,g) (p)->lpVtbl->Load(p,a,b,c,d,e,f,g) argument
2173 #define IDirect3DRMShadow_Init(p,a,b,c,d,e,f,g) (p)->Load(a,b,c,d,e,f,g) argument
2227 #define IDirect3DRMShadow2_Init(p,a,b,c,d,e,f,g) (p)->lpVtbl->Init(p,a,b,c,d,e,f,g) argument
2252 #define IDirect3DRMShadow2_Init(p,a,b,c,d,e,f,g) (p)->Init(a,b,c,d,e,f,g) argument
3601 #define IDirect3DRMWrap_Init(p,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) (p)->lpVtbl->Init(p,a,b,c,d,e,f,g,h… argument
[all …]
H A Dvfw.h1185 #define IAVIStream_Write(p,a,b,c,d,e,f,g) (p)->lpVtbl->Write(p,a,b,c,d,e,f,g) argument
2230 #define AVICapSM(hwnd,m,w,l) ((IsWindow(hwnd)) ? SendMessage(hwnd,m,w,l) : 0) argument
H A Dwingdi.h2940 #define RGB(r,g,b) ((COLORREF)(((BYTE)(r)|((WORD)((BYTE)(g))<<8))|(((DWORD)(BYTE)(b))<<16)… argument
2941 #define RGBA(r,g,b,a) ((COLORREF)((((DWORD)(BYTE)(a))<<24) | RGB(r,g,b))) argument
2942 #define PALETTERGB(r,g,b) (0x02000000 | RGB(r,g,b)) argument
3459 #define CMYK(c,m,y,k) ((COLORREF)((((BYTE)(k)|((WORD)((BYTE)(y))<<8))|(((DWORD)(BYTE)(m))<<16))|(((… argument
/reactos/sdk/include/reactos/libs/libmpg123/
H A Ddebug.h73 #define debug13(s, a, b, c, d, e, f, g, h, i, j, k, l, m) argument
74 #define debug14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n) argument
75 #define debug15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) argument
114 #define warning13(s, a, b, c, d, e, f, g, h, i, j, k, l, m) argument
115 #define warning14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n) argument
116 #define warning15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) argument
155 #define error13(s, a, b, c, d, e, f, g, h, i, j, k, l, m) argument
156 #define error14(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n) argument
157 #define error15(s, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) argument
196 #define ereturn13(rv, s, a, b, c, d, e, f, g, h, i, j, k, l, m) return rv argument
[all …]
/reactos/dll/opengl/mesa/
H A Dspan.c99 register GLuint i, m, stipple, highbit=0x80000000; in stipple_polygon_span() local
380 GLubyte r[], GLubyte g[], in gl_write_color_span()
457 GLuint m = (*ctx->Driver.DepthTestSpan)( ctx, n, x, y, z, mask ); in gl_write_color_span() local
533 GLint r, GLint g, GLint b, GLint a, in gl_write_monocolor_span()
588 GLuint m = (*ctx->Driver.DepthTestSpan)( ctx, n, x, y, z, mask ); in gl_write_monocolor_span() local
703 GLubyte r[], GLubyte g[], in gl_write_texture_span()
784 GLuint m = (*ctx->Driver.DepthTestSpan)( ctx, n, x, y, z, mask ); in gl_write_texture_span() local
H A Dfog.c72 GLenum m; in gl_Fogfv() local
275 GLfloat f, g; in gl_fog_color_pixels() local
290 GLfloat f, g; in gl_fog_color_pixels() local
306 GLfloat f, g; in gl_fog_color_pixels() local
H A Ddlist.c909 void gl_save_Color3f( GLcontext *ctx, GLfloat r, GLfloat g, GLfloat b ) in gl_save_Color3f()
937 void gl_save_Color4f( GLcontext *ctx, GLfloat r, GLfloat g, in gl_save_Color4f()
968 void gl_save_Color4ub( GLcontext *ctx, GLubyte r, GLubyte g, in gl_save_Color4ub()
1569 void gl_save_LoadMatrixf( GLcontext *ctx, const GLfloat *m ) in gl_save_LoadMatrixf()
1716 void gl_save_MultMatrixf( GLcontext *ctx, const GLfloat *m ) in gl_save_MultMatrixf()
2018 GLfloat m[16]; in gl_save_Rotatef() local
2670 GLfloat m[16]; in execute_list() local
2721 GLfloat m[16]; in execute_list() local
/reactos/dll/3rdparty/libtiff/
H A Dtif_getimage.c1221 #define PACK(r,g,b) \ argument
1227 #define PACKW(r,g,b) \ argument
1476 uint32 r, g, b, a; in DECLAREContigPutFunc() local
1477 uint8* m; in DECLAREContigPutFunc() local
1547 uint32 r,g,b,a; in DECLAREContigPutFunc() local
1548 uint8* m; in DECLAREContigPutFunc() local
1679 uint8* m; in DECLARESepPutFunc() local
1745 uint8* m; in DECLARESepPutFunc() local
1765 uint32 r, g, b; in DECLAREContigPutFunc() local
2842 uint8* m; in BuildMapUaToAa() local
[all …]
H A Dtif_luv.c745 static int itrunc(double x, int m) in itrunc()
824 double r, g, b; in XYZtoRGB24() local
/reactos/dll/directx/wine/d3dxof/
H A Dmszip.c58 struct Ziphuft **t, cab_LONG *m, fdi_decomp_state *decomp_state) in fdi_Ziphuft_build()
63 cab_LONG g; /* maximum code length */ in fdi_Ziphuft_build() local
419 cab_ULONG m; /* mask for bit lengths table */ in fdi_Zipinflate_dynamic() local
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dinftrees.c102 uIntf *m, /* maximum lookup bits, returns actual */ in huft_build()
116 int g; /* maximum code length */ in huft_build() local
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dbackend.cc136 Backend::surfmesh( long u, long v, long n, long m ) in surfmesh()
404 Backend::tmeshvert( GridVertex *g ) in tmeshvert()
497 Backend::linevert( GridVertex *g ) in linevert()
/reactos/dll/win32/comdlg32/
H A Dcolordlg.c132 int h, r, g, b; in CC_HSLtoRGB() local
152 int iresult = 0, r, g, b; in CC_RGBtoHSL() local
405 int i, k, m, result, value; in CC_CheckDigitsInEdit() local
703 int g = GetGValue(cr); in CC_EditSetRGB() local
876 int r, g, b; in CC_WMInitDialog() local
984 int r, g, b, i, xx; in CC_WMCommand() local
/reactos/dll/directx/wine/d3dx9_36/
H A Dmath.c79 FLOAT a, d, g, result; in D3DXFresnelTerm() local
879 const D3DXMATRIX m = *pm; in D3DXMatrixTranspose() local
1308 … const D3DXQUATERNION *pq1, const D3DXQUATERNION *pq2, const D3DXQUATERNION *pq3, FLOAT f, FLOAT g) in D3DXQuaternionBaryCentric()
1423 D3DXQUATERNION * WINAPI D3DXQuaternionRotationMatrix(D3DXQUATERNION *out, const D3DXMATRIX *m) in D3DXQuaternionRotationMatrix()
1625 …R2 *pout, const D3DXVECTOR2 *pv1, const D3DXVECTOR2 *pv2, const D3DXVECTOR2 *pv3, FLOAT f, FLOAT g) in D3DXVec2BaryCentric()
1768 …R3 *pout, const D3DXVECTOR3 *pv1, const D3DXVECTOR3 *pv2, const D3DXVECTOR3 *pv3, FLOAT f, FLOAT g) in D3DXVec3BaryCentric()
1830 D3DXMATRIX m; in D3DXVec3Project() local
1960 D3DXMATRIX m; in D3DXVec3Unproject() local
2003 …R4 *pout, const D3DXVECTOR4 *pv1, const D3DXVECTOR4 *pv2, const D3DXVECTOR4 *pv3, FLOAT f, FLOAT g) in D3DXVec4BaryCentric()
2207 const unsigned short m = in & 0x3FF; in float_16_to_32() local
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dvnc.c346 int n, m = server->maxFd; in ui_select() local
407 uint32_t m, m1 = abs(cm[0] - p[0]) + abs(cm[1] - p[1]) + abs(cm[2] - p[2]); in vncLookupColour() local
1314 rfbColourMap *m = (rfbColourMap *) xmalloc(sizeof(rfbColourMap)); in vncNewColourMap() local
1322 vncSetColourMapEntry(rfbColourMap * m, int i, vncPixel r, vncPixel g, vncPixel b) in vncSetColourMapEntry()
1333 vncDeleteColourMap(rfbColourMap * m) in vncDeleteColourMap()
1341 vncSetColourMap(rfbScreenInfoPtr s, rfbColourMap * m) in vncSetColourMap()
/reactos/dll/directx/wine/d3drm/
H A Dd3drm_private.h44 static inline struct d3drm_matrix *d3drm_matrix(D3DRMMATRIX4D m) in d3drm_matrix()
213 D3DVALUE g; member
320 static inline void d3drm_set_color(D3DCOLOR *color, float r, float g, float b, float a) in d3drm_set_color()
/reactos/dll/win32/cabinet/
H A Dfdi.c722 static void QTMfdi_initmodel(struct QTMmodel *m, struct QTMmodelsym *sym, int n, int s) { in QTMfdi_initmodel()
881 struct Ziphuft **t, cab_LONG *m, fdi_decomp_state *decomp_state) in fdi_Ziphuft_build()
886 cab_LONG g; /* maximum code length */ in fdi_Ziphuft_build() local
1242 cab_ULONG m; /* mask for bit lengths table */ in fdi_Zipinflate_dynamic() local
/reactos/modules/rostests/winetests/d3dx9_36/
H A Deffect.c26 static BOOL compare_float(FLOAT f, FLOAT g, UINT ulps) in compare_float()
1424 UINT l, k, m, element, err = 0; in test_effect_parameter_value_GetMatrixArray() local
1479 UINT l, k, m, element, err = 0; in test_effect_parameter_value_GetMatrixPointerArray() local
1604 UINT l, k, m, element, err = 0; in test_effect_parameter_value_GetMatrixTransposeArray() local
1661 UINT l, k, m, element, err = 0; in test_effect_parameter_value_GetMatrixTransposePointerArray() local
1801 UINT l, n, m, element; in test_effect_parameter_value() local
H A Dmath.c26 static BOOL compare_float(float f, float g, unsigned int ulps) in compare_float()
4122 D3DXMATRIX m[4]; in test_D3DXSHRotate() local
/reactos/modules/rostests/winetests/d3drm/
H A Dd3drm.c47 static BOOL compare_float(float f, float g, unsigned int ulps) in compare_float()
63 #define expect_matrix(m, m11, m12, m13, m14, m21, m22, m23, m24, m31, m32, m33, m34, m41, m42, m43,… argument
65 static void expect_matrix_(unsigned int line, D3DRMMATRIX4D m, in expect_matrix_()
135 static void matrix_sanitise(D3DRMMATRIX4D m) in matrix_sanitise()
2572 D3DVALUE r, g, b; in test_Material2() local
/reactos/dll/win32/gdiplus/
H A Dgraphics.c674 unsigned char a, r, g, b; in transform_color() local
700 unsigned char r, g, b; in color_is_gray() local
6656 GpMatrix m; in GdipMultiplyWorldTransform() local

12