Home
last modified time | relevance | path

Searched refs:MAT2 (Results 1 – 15 of 15) sorted by relevance

/reactos/dll/opengl/opengl32/
H A Dwgl_font.c43 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 Dgenerated.c4154 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 Dfont.c66 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 Ddib.c2770 static const MAT2 identity = { {0,1}, {0,0}, {0,0}, {0,1} }; in draw_text_2()
/reactos/win32ss/gdi/gdi32/include/wine/
H A Dgdi_driver.h111 DWORD (*pGetGlyphOutline)(PHYSDEV,UINT,UINT,LPGLYPHMETRICS,DWORD,LPVOID,const MAT2*);
/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c1119 CONST MAT2 *lpmat2 in GetGlyphOutlineA()
1168 CONST MAT2 *lpmat2 in GetGlyphOutlineW()
/reactos/dll/directx/wine/d3dx9_36/
H A Dfont.c304 static const MAT2 mat = { {0,1}, {0,0}, {0,0}, {0,1} }; in ID3DXFontImpl_PreloadGlyphs()
H A Dmesh.c6108 const MAT2 identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; in D3DXCreateTextW()
/reactos/modules/rostests/apitests/gdi32/
H A DGetGlyphOutline.c25 static const MAT2 s_mat = { {0,1}, {0,0}, {0,0}, {0,1} };
/reactos/sdk/include/psdk/
H A Dwingdi.h2477 } MAT2,*LPMAT2; typedef
3722 _In_ CONST MAT2 *lpmat2);
3733 _In_ CONST MAT2 *lpmat2);
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dcore.c334 static const MAT2 mat = { {0,1}, {0,0}, {0,0}, {0,1} }; in test_ID3DXFont()
H A Dmesh.c4244 static const MAT2 identity = {{0, 1}, {0, 0}, {0, 0}, {0, 1}}; in test_createtext()
/reactos/win32ss/gdi/ntgdi/
H A Dpath.c2386 MAT2 identity = { {0, 1}, {0, 0}, {0, 0}, {0, 1} }; in PATH_ExtTextOut()
/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c918 static const MAT2 identity = { {0,1}, {0,0}, {0,0}, {0,1} }; in format_string_callback()
H A Dgraphics.c7243 static const MAT2 identity = {{0,1}, {0,0}, {0,0}, {0,1}}; in SOFTWARE_GdipDrawDriverString()