Home
last modified time | relevance | path

Searched refs:GdipGetPropertyItemSize (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/shimgvw/
H A Danime.c115 GdipGetPropertyItemSize(g_pImage, PropertyTagFrameDelay, &result); in Anime_LoadInfo()
124 GdipGetPropertyItemSize(g_pImage, PropertyTagLoopCount, &result); in Anime_LoadInfo()
/reactos/modules/rostests/winetests/gdiplus/
H A Dimage.c3358 status = GdipGetPropertyItemSize(NULL, 0, &prop_size); in test_image_properties()
3360 status = GdipGetPropertyItemSize(image, 0, NULL); in test_image_properties()
3362 status = GdipGetPropertyItemSize(image, 0, &prop_size); in test_image_properties()
3420 status = GdipGetPropertyItemSize(image, prop_id[0], &prop_size); in test_image_properties()
3666 status = GdipGetPropertyItemSize(image, prop_id[i], &prop_size); in test_tiff_properties()
3777 status = GdipGetPropertyItemSize(image, prop_id[i], &size); in test_GdipGetAllPropertyItems()
4585 status = GdipGetPropertyItemSize(image, prop_id[i], &size); in test_gif_properties()
/reactos/dll/win32/gdiplus/
H A Dgdiplus.spec360 360 stdcall GdipGetPropertyItemSize(ptr long ptr)
H A Dimage.c2536 GpStatus WINGDIPAPI GdipGetPropertyItemSize(GpImage *image, PROPID propid, UINT *size) in GdipGetPropertyItemSize() function
/reactos/sdk/include/psdk/
H A Dgdiplusheaders.h208 SetStatus(DllExports::GdipGetPropertyItemSize(nativeImage, propId, &size)); in GetPropertyItemSize()
H A Dgdiplusflat.h867 GdipGetPropertyItemSize(GpImage *, PROPID, UINT *);