Home
last modified time | relevance | path

Searched refs:GdipGetAllPropertyItems (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/gdiplus/
H A Dimage.c3832 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 Dgdiplus.spec230 230 stdcall GdipGetAllPropertyItems(ptr long long ptr)
H A Dimage.c2805 GpStatus WINGDIPAPI GdipGetAllPropertyItems(GpImage *image, UINT size, in GdipGetAllPropertyItems() function
/reactos/sdk/include/psdk/
H A Dgdiplusheaders.h74 …return SetStatus(DllExports::GdipGetAllPropertyItems(nativeImage, totalBufferSize, numProperties, … in GetAllPropertyItems()
H A Dgdiplusflat.h831 GdipGetAllPropertyItems(GpImage *, UINT, UINT, PropertyItem *);