Home
last modified time | relevance | path

Searched refs:POINTFX (Results 1 – 9 of 9) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Dpath.h39 POINTFX ptfxSubPathStart;
H A Dpath.c2311 POINTFX ptfx; in PATH_add_outline()
2316 ptfx = *(POINTFX *)((char *)curve - sizeof(POINTFX)); in PATH_add_outline()
H A Dfreetype.c727 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 Dwgl_font.c194 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 Dgenerated.c6112 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 Dwingdi.h2710 } POINTFX,*LPPOINTFX; typedef
2714 POINTFX apfx[1];
2719 POINTFX pfxStart;
/reactos/dll/win32/gdiplus/
H A Dgraphicspath.c946 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 Dmesh.c5464 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 Dmesh.c3574 static inline D3DXVECTOR2 *convert_fixed_to_float(POINTFX *pt, int count, float emsquare) in convert_fixed_to_float()