Home
last modified time | relevance | path

Searched refs:DESIGNVECTOR (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rostests/apitests/gdi32/
H A DNtGdiAddFontResource.c20 _In_opt_ DESIGNVECTOR *pdv);
/reactos/win32ss/drivers/font/ftfd/
H A Dftfd.h91 DESIGNVECTOR *pdv,
H A Dfont.c34 DESIGNVECTOR *pdv, in FtfdLoadFontFile()
/reactos/win32ss/gdi/eng/
H A Dstubs.c785 OUT OPTIONAL DESIGNVECTOR *pdv, in NtGdiGetUFI()
1193 IN OPTIONAL DESIGNVECTOR *pdv) in NtGdiRemoveFontResourceW()
1252 OUT OPTIONAL DESIGNVECTOR *pdv, in NtGdiGetEmbUFI()
H A Ddrvdbg.c683 DESIGNVECTOR *pdv, in DbgDrvLoadFontFile()
/reactos/win32ss/gdi/ntgdi/
H A Dfont.c39 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 Dbmfd.h302 DESIGNVECTOR *pdv,
H A Dfont.c241 DESIGNVECTOR *pdv, in BmfdLoadFontFile()
/reactos/sdk/include/psdk/
H A Dntgdi.h82 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 Dwingdi.h2771 } DESIGNVECTOR, *PDESIGNVECTOR, *LPDESIGNVECTOR; typedef
2775 DESIGNVECTOR elfDesignVector;
2780 DESIGNVECTOR elfDesignVector;
H A Dwinddi.h191 #define SIZEOFDV(cAxes) (offsetof(DESIGNVECTOR, dvValues) + (cAxes) * sizeof(LONG))
3723 _In_opt_ DESIGNVECTOR *pdv,
/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c1668 sizeof(DESIGNVECTOR)); in CreateFontIndirectExA()
1831 RtlZeroMemory( &Logfont.elfDesignVector, sizeof(DESIGNVECTOR)); in CreateFontIndirectW()
2407 DESIGNVECTOR *pdv) in GdiAddFontResourceW()
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h360 GdiAddFontResourceW(LPCWSTR lpszFilename,FLONG fl,DESIGNVECTOR *pdv);