Searched refs:lcs (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | gdiobj.c | 210 LOGCOLORSPACEA lcs; in test_GetCurrentObject() local 266 ok(GetLogColorSpaceA(hcs, &lcs, sizeof(lcs)), "GetLogColorSpace failed\n"); in test_GetCurrentObject() 267 hcs = CreateColorSpaceA(&lcs); in test_GetCurrentObject()
|
H A D | generated.c | 882 TEST_FIELD_SIZE (EMRCREATECOLORSPACE, lcs, 328) in test_pack_EMRCREATECOLORSPACE() 883 TEST_FIELD_ALIGN (EMRCREATECOLORSPACE, lcs, 4) in test_pack_EMRCREATECOLORSPACE() 884 TEST_FIELD_OFFSET(EMRCREATECOLORSPACE, lcs, 12) in test_pack_EMRCREATECOLORSPACE() 898 TEST_FIELD_SIZE (EMRCREATECOLORSPACEW, lcs, 588) in test_pack_EMRCREATECOLORSPACEW() 899 TEST_FIELD_ALIGN (EMRCREATECOLORSPACEW, lcs, 4) in test_pack_EMRCREATECOLORSPACEW() 900 TEST_FIELD_OFFSET(EMRCREATECOLORSPACEW, lcs, 12) in test_pack_EMRCREATECOLORSPACEW() 7405 TEST_FIELD_SIZE (EMRCREATECOLORSPACE, lcs, 328) in test_pack_EMRCREATECOLORSPACE() 7406 TEST_FIELD_ALIGN (EMRCREATECOLORSPACE, lcs, 4) in test_pack_EMRCREATECOLORSPACE() 7407 TEST_FIELD_OFFSET(EMRCREATECOLORSPACE, lcs, 12) in test_pack_EMRCREATECOLORSPACE() 7422 TEST_FIELD_ALIGN (EMRCREATECOLORSPACEW, lcs, 4) in test_pack_EMRCREATECOLORSPACEW() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | vj.c | 236 struct cstate *lcs; in vj_compress_tcp() local 240 lcs = cs; cs = cs->cs_next; in vj_compress_tcp() 258 comp->last_cs = lcs; in vj_compress_tcp() 266 comp->last_cs = lcs; in vj_compress_tcp() 268 lcs->cs_next = cs->cs_next; in vj_compress_tcp()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 1791 LOGCOLORSPACEW lcs; member 1799 LOGCOLORSPACEA lcs; member
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 1760 CreateColorSpaceA( &lpCreateColorSpace->lcs ); in PlayEnhMetaFileRecord()
|