Searched refs:DESIGNVECTOR (Results 1 – 13 of 13) sorted by relevance
/reactos/modules/rostests/apitests/gdi32/ |
H A D | NtGdiAddFontResource.c | 20 _In_opt_ DESIGNVECTOR *pdv);
|
/reactos/win32ss/drivers/font/ftfd/ |
H A D | ftfd.h | 91 DESIGNVECTOR *pdv,
|
H A D | font.c | 34 DESIGNVECTOR *pdv, in FtfdLoadFontFile()
|
/reactos/win32ss/gdi/eng/ |
H A D | stubs.c | 785 OUT OPTIONAL DESIGNVECTOR *pdv, in NtGdiGetUFI() 1193 IN OPTIONAL DESIGNVECTOR *pdv) in NtGdiRemoveFontResourceW() 1252 OUT OPTIONAL DESIGNVECTOR *pdv, in NtGdiGetEmbUFI()
|
H A D | drvdbg.c | 683 DESIGNVECTOR *pdv, in DbgDrvLoadFontFile()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | font.c | 39 RtlZeroMemory( &Logfont.elfDesignVector, sizeof(DESIGNVECTOR)); in GreCreateFontIndirectW() 452 IN OPTIONAL DESIGNVECTOR *pdv) in NtGdiAddFontResourceW() 501 IN DESIGNVECTOR *pdv, in NtGdiAddFontMemResourceEx()
|
/reactos/win32ss/drivers/font/bmfd/ |
H A D | bmfd.h | 302 DESIGNVECTOR *pdv,
|
H A D | font.c | 241 DESIGNVECTOR *pdv, in BmfdLoadFontFile()
|
/reactos/sdk/include/psdk/ |
H A D | ntgdi.h | 82 DESIGNVECTOR dv; 301 _Out_opt_ DESIGNVECTOR *pdv, 347 _In_reads_bytes_opt_(cjDV) DESIGNVECTOR *pdv, 387 _Out_opt_ DESIGNVECTOR *pdv, 1606 _In_opt_ DESIGNVECTOR *pdv); 2881 _In_opt_ DESIGNVECTOR *pdv);
|
H A D | wingdi.h | 2771 } DESIGNVECTOR, *PDESIGNVECTOR, *LPDESIGNVECTOR; typedef 2775 DESIGNVECTOR elfDesignVector; 2780 DESIGNVECTOR elfDesignVector;
|
H A D | winddi.h | 191 #define SIZEOFDV(cAxes) (offsetof(DESIGNVECTOR, dvValues) + (cAxes) * sizeof(LONG)) 3723 _In_opt_ DESIGNVECTOR *pdv,
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | font.c | 1668 sizeof(DESIGNVECTOR)); in CreateFontIndirectExA() 1831 RtlZeroMemory( &Logfont.elfDesignVector, sizeof(DESIGNVECTOR)); in CreateFontIndirectW() 2407 DESIGNVECTOR *pdv) in GdiAddFontResourceW()
|
/reactos/win32ss/gdi/gdi32/include/ |
H A D | gdi32p.h | 360 GdiAddFontResourceW(LPCWSTR lpszFilename,FLONG fl,DESIGNVECTOR *pdv);
|