/reactos/dll/opengl/opengl32/ |
H A D | wgl_font.c | 43 static const MAT2 identity = { {0,1},{0,0},{0,0},{0,1} }; in wglUseFontBitmaps_common() 306 const MAT2 identity = {{0,1},{0,0},{0,0},{0,1}}; in wglUseFontOutlines_common()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | generated.c | 4154 TEST_TYPE_SIZE (MAT2, 16) in test_pack_MAT2() 4155 TEST_TYPE_ALIGN (MAT2, 2) in test_pack_MAT2() 4156 TEST_FIELD_SIZE (MAT2, eM11, 4) in test_pack_MAT2() 4157 TEST_FIELD_ALIGN (MAT2, eM11, 2) in test_pack_MAT2() 4158 TEST_FIELD_OFFSET(MAT2, eM11, 0) in test_pack_MAT2() 4159 TEST_FIELD_SIZE (MAT2, eM12, 4) in test_pack_MAT2() 4160 TEST_FIELD_ALIGN (MAT2, eM12, 2) in test_pack_MAT2() 4161 TEST_FIELD_OFFSET(MAT2, eM12, 4) in test_pack_MAT2() 4162 TEST_FIELD_SIZE (MAT2, eM21, 4) in test_pack_MAT2() 10677 TEST_TYPE_SIZE (MAT2, 16) in test_pack_MAT2() [all …]
|
H A D | font.c | 66 static const MAT2 mat = { {0,1}, {0,0}, {0,0}, {0,1} }; 500 MAT2 mat2 = { {0x8000,0}, {0,0}, {0,0}, {0x8000,0} }; in test_outline_font() 4790 static const MAT2 rotate_mat = {{0, 0}, {0, -1}, {0, 1}, {0, 0}}; in test_GetGlyphOutline() 6507 static const MAT2 x2_mat = { {0,2}, {0,0}, {0,0}, {0,2} }; in test_fake_bold_font()
|
H A D | dib.c | 2770 static const MAT2 identity = { {0,1}, {0,0}, {0,0}, {0,1} }; in draw_text_2()
|
/reactos/win32ss/gdi/gdi32/include/wine/ |
H A D | gdi_driver.h | 111 DWORD (*pGetGlyphOutline)(PHYSDEV,UINT,UINT,LPGLYPHMETRICS,DWORD,LPVOID,const MAT2*);
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 1119 CONST MAT2 *lpmat2 in GetGlyphOutlineA() 1168 CONST MAT2 *lpmat2 in GetGlyphOutlineW()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | font.c | 304 static const MAT2 mat = { {0,1}, {0,0}, {0,0}, {0,1} }; in ID3DXFontImpl_PreloadGlyphs()
|
H A D | mesh.c | 6108 const MAT2 identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; in D3DXCreateTextW()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | GetGlyphOutline.c | 25 static const MAT2 s_mat = { {0,1}, {0,0}, {0,0}, {0,1} };
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 2477 } MAT2,*LPMAT2; typedef 3722 _In_ CONST MAT2 *lpmat2); 3733 _In_ CONST MAT2 *lpmat2);
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | core.c | 334 static const MAT2 mat = { {0,1}, {0,0}, {0,0}, {0,1} }; in test_ID3DXFont()
|
H A D | mesh.c | 4244 static const MAT2 identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; in test_createtext()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | path.c | 2386 MAT2 identity = { {0, 1}, {0, 0}, {0, 0}, {0, 1} }; in PATH_ExtTextOut()
|
/reactos/dll/win32/gdiplus/ |
H A D | graphicspath.c | 918 static const MAT2 identity = { {0,1}, {0,0}, {0,0}, {0,1} }; in format_string_callback()
|
H A D | graphics.c | 7243 static const MAT2 identity = {{0,1}, {0,0}, {0,0}, {0,1}}; in SOFTWARE_GdipDrawDriverString()
|