Searched refs:GdipGetAllPropertyItems (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | image.c | 3832 status = GdipGetAllPropertyItems(image, 0, prop_count, prop_item); in test_GdipGetAllPropertyItems() 3834 status = GdipGetAllPropertyItems(image, prop_size, 1, prop_item); in test_GdipGetAllPropertyItems() 3836 status = GdipGetAllPropertyItems(image, prop_size, prop_count, NULL); in test_GdipGetAllPropertyItems() 3838 status = GdipGetAllPropertyItems(image, prop_size, prop_count, NULL); in test_GdipGetAllPropertyItems() 3840 status = GdipGetAllPropertyItems(image, 0, 0, NULL); in test_GdipGetAllPropertyItems() 3844 status = GdipGetAllPropertyItems(image, prop_size, prop_count, prop_item); in test_GdipGetAllPropertyItems() 4640 status = GdipGetAllPropertyItems(image, 0, prop_count, prop_item); in test_gif_properties() 4642 status = GdipGetAllPropertyItems(image, prop_size, 1, prop_item); in test_gif_properties() 4644 status = GdipGetAllPropertyItems(image, prop_size, prop_count, NULL); in test_gif_properties() 4646 status = GdipGetAllPropertyItems(image, prop_size, prop_count, NULL); in test_gif_properties() [all …]
|
/reactos/dll/win32/gdiplus/ |
H A D | gdiplus.spec | 230 230 stdcall GdipGetAllPropertyItems(ptr long long ptr)
|
H A D | image.c | 2805 GpStatus WINGDIPAPI GdipGetAllPropertyItems(GpImage *image, UINT size, in GdipGetAllPropertyItems() function
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusheaders.h | 74 …return SetStatus(DllExports::GdipGetAllPropertyItems(nativeImage, totalBufferSize, numProperties, … in GetAllPropertyItems()
|
H A D | gdiplusflat.h | 831 GdipGetAllPropertyItems(GpImage *, UINT, UINT, PropertyItem *);
|