Searched refs:POINTFX (Results 1 – 9 of 9) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | path.h | 39 POINTFX ptfxSubPathStart;
|
H A D | path.c | 2311 POINTFX ptfx; in PATH_add_outline() 2316 ptfx = *(POINTFX *)((char *)curve - sizeof(POINTFX)); in PATH_add_outline()
|
H A D | freetype.c | 727 static __inline void FTVectorToPOINTFX(FT_Vector *vec, POINTFX *pt) in FTVectorToPOINTFX() 3954 needed += sizeof(*ppc) + (cpfx - 1) * sizeof(POINTFX); in get_native_glyph_outline() 4078 needed += sizeof(*ppc) + (cpfx - 1) * sizeof(POINTFX); in get_bezier_glyph_outline()
|
/reactos/dll/opengl/opengl32/ |
H A D | wgl_font.c | 194 static void fixed_to_double(POINTFX fixed, UINT em_size, GLdouble vertex[3]) in fixed_to_double() 512 (ppc->cpfx - 1) * sizeof(POINTFX)); in wglUseFontOutlines_common()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | generated.c | 6112 TEST_TYPE_SIZE (POINTFX, 8) in test_pack_POINTFX() 6113 TEST_TYPE_ALIGN (POINTFX, 2) in test_pack_POINTFX() 6114 TEST_FIELD_SIZE (POINTFX, x, 4) in test_pack_POINTFX() 6115 TEST_FIELD_ALIGN (POINTFX, x, 2) in test_pack_POINTFX() 6116 TEST_FIELD_OFFSET(POINTFX, x, 0) in test_pack_POINTFX() 6117 TEST_FIELD_SIZE (POINTFX, y, 4) in test_pack_POINTFX() 6118 TEST_FIELD_ALIGN (POINTFX, y, 2) in test_pack_POINTFX() 6119 TEST_FIELD_OFFSET(POINTFX, y, 4) in test_pack_POINTFX() 12635 TEST_TYPE_SIZE (POINTFX, 8) in test_pack_POINTFX() 12636 TEST_TYPE_ALIGN (POINTFX, 2) in test_pack_POINTFX() [all …]
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 2710 } POINTFX,*LPPOINTFX; typedef 2714 POINTFX apfx[1]; 2719 POINTFX pfxStart;
|
/reactos/dll/win32/gdiplus/ |
H A D | graphicspath.c | 946 if (!ph || !lengthen_path(path, len / sizeof(POINTFX))) in format_string_callback() 968 ofs += sizeof(TTPOLYCURVE) + (curve->cpfx - 1) * sizeof(POINTFX); in format_string_callback()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | mesh.c | 5464 C_ASSERT(sizeof(POINTFX) == sizeof(D3DXVECTOR2)); 5466 static inline D3DXVECTOR2 *convert_fixed_to_float(POINTFX *pt, int count, unsigned int emsquare) in convert_fixed_to_float()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 3574 static inline D3DXVECTOR2 *convert_fixed_to_float(POINTFX *pt, int count, float emsquare) in convert_fixed_to_float()
|