Home
last modified time | relevance | path

Searched refs:apts (Results 1 – 7 of 7) sorted by relevance

/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c1051 pts[i].x = pPoly->apts[i].x; in PlayEnhMetaFileRecord()
1052 pts[i].y = pPoly->apts[i].y; in PlayEnhMetaFileRecord()
1067 pts[i].x = pPoly->apts[i].x; in PlayEnhMetaFileRecord()
1068 pts[i].y = pPoly->apts[i].y; in PlayEnhMetaFileRecord()
1083 pts[i].x = pPoly->apts[i].x; in PlayEnhMetaFileRecord()
1084 pts[i].y = pPoly->apts[i].y; in PlayEnhMetaFileRecord()
1099 pts[i].x = pPoly->apts[i].x; in PlayEnhMetaFileRecord()
1100 pts[i].y = pPoly->apts[i].y; in PlayEnhMetaFileRecord()
1115 pts[i].x = pPoly->apts[i].x; in PlayEnhMetaFileRecord()
1116 pts[i].y = pPoly->apts[i].y; in PlayEnhMetaFileRecord()
[all …]
H A Demfdc.c856 …size = use_small_emr ? (DWORD)offsetof( EMRPOLYLINE16, apts[count] ) : (DWORD)offsetof( EMRPOLYLIN… in emfdc_polylinegon()
973 size = use_small_emr ? (DWORD)offsetof( EMRPOLYDRAW16, apts[count] ) in EMFDC_PolyDraw()
/reactos/modules/rostests/winetests/gdi32/
H A Dgenerated.c1733 TEST_FIELD_SIZE (EMRPOLYDRAW16, apts, 4) in test_pack_EMRPOLYDRAW16()
1734 TEST_FIELD_ALIGN (EMRPOLYDRAW16, apts, 2) in test_pack_EMRPOLYDRAW16()
1735 TEST_FIELD_OFFSET(EMRPOLYDRAW16, apts, 28) in test_pack_EMRPOLYDRAW16()
1774 TEST_FIELD_SIZE (EMRPOLYGON16, apts, 4) in test_pack_EMRPOLYGON16()
1775 TEST_FIELD_ALIGN (EMRPOLYGON16, apts, 2) in test_pack_EMRPOLYGON16()
1776 TEST_FIELD_OFFSET(EMRPOLYGON16, apts, 28) in test_pack_EMRPOLYGON16()
1812 TEST_FIELD_SIZE (EMRPOLYLINE16, apts, 4) in test_pack_EMRPOLYLINE16()
1813 TEST_FIELD_ALIGN (EMRPOLYLINE16, apts, 2) in test_pack_EMRPOLYLINE16()
1814 TEST_FIELD_OFFSET(EMRPOLYLINE16, apts, 28) in test_pack_EMRPOLYLINE16()
8297 TEST_FIELD_SIZE (EMRPOLYGON16, apts, 4) in test_pack_EMRPOLYGON16()
[all …]
H A Dmetafile.c1829 diff = memcmp(eto1->apts, eto2->apts, eto1->cpts * sizeof(POINTS)); in match_emf_record()
/reactos/dll/win32/ole32/
H A Dcompobj.c78 static struct list apts = LIST_INIT( apts ); /* protected by csApartment */ variable
662 list_add_head(&apts, &apt->entry); in apartment_construct()
1282 LIST_FOR_EACH( cursor, &apts ) in apartment_findfromoxid()
1306 LIST_FOR_EACH( cursor, &apts ) in apartment_findfromtid()
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Dgraphics.c562 …size = use_small_emr ? offsetof( EMRPOLYLINE16, apts[count] ) : offsetof( EMRPOLYLINE, aptl[count]…
719 …size = use_small_emr ? offsetof( EMRPOLYDRAW16, apts[count] ) : offsetof( EMRPOLYDRAW, aptl[count]…
/reactos/sdk/include/psdk/
H A Dwingdi.h2104 POINTS apts[1]; member
2117 POINTS apts[1]; member
2133 POINTS apts[1]; member