Home
last modified time | relevance | path

Searched refs:LOGFONT16 (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/gdi/gdi32/wine/mfdrv/
H A Dobjects.c257 char buffer[sizeof(METARECORD) - 2 + sizeof(LOGFONT16)]; in MFDRV_CreateFontIndirect()
259 LOGFONT16 *font16; in MFDRV_CreateFontIndirect()
262 mr->rdSize = (sizeof(METARECORD) + sizeof(LOGFONT16) - 2) / 2; in MFDRV_CreateFontIndirect()
264 font16 = (LOGFONT16 *)&mr->rdParm; in MFDRV_CreateFontIndirect()
/reactos/sdk/include/reactos/wine/
H A Dwingdi16.h53 } LOGFONT16, *LPLOGFONT16; typedef
/reactos/win32ss/gdi/gdi32/wine/
H A Dmetadc.c1070 unsigned char buffer[FIELD_OFFSET(METARECORD, rdParm) + sizeof(LOGFONT16)]; in metadc_create_font()
1072 LOGFONT16 *font16; in metadc_create_font()
1077 font16 = (LOGFONT16 *)&mr->rdParm; in metadc_create_font()
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c511 } LOGFONT16, *LPLOGFONT16; typedef
527 if( size <= sizeof( LOGFONT16)) { in lffromreg()
528 LOGFONT16 *plf16 = (LOGFONT16*) &lfw; in lffromreg()