Searched refs:pngimage (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | olepicture.c | 93 static const unsigned char pngimage[285] = { variable 1563 if (0) test_pic(pngimage, sizeof(pngimage)); in START_TEST()
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | image.c | 1345 static const unsigned char pngimage[285] = { variable 1432 test_bufferrawformat((void*)pngimage, sizeof(pngimage), &ImageFormatPNG, __LINE__, FALSE); in test_getrawformat() 3320 { pngimage, sizeof(pngimage), ImageTypeBitmap, 4, ~0, 1, 20, 0x5110, 0x132 }, in test_image_properties() 3353 todo_wine_if(td[i].image_data == pngimage || td[i].image_data == jpgimage) in test_image_properties() 5345 hglob = GlobalAlloc(0, sizeof(pngimage)); in test_GdipLoadImageFromStream() 5347 memcpy(data, pngimage, sizeof(pngimage)); in test_GdipLoadImageFromStream()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | cursoricon.c | 1000 static const unsigned char pngimage[285] = { variable 1429 test_LoadImageFile("PNG", pngimage, sizeof(pngimage), "png", 0); in test_LoadImage()
|
/reactos/modules/rostests/winetests/windowscodecs/ |
H A D | metadata.c | 164 static const char pngimage[285] = { variable 1057 stream = create_stream(pngimage, sizeof(pngimage)); in test_metadata_png()
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 4819 Added pngimage test program for png_read_png() and png_write_png() 4841 and it adds corresponding code to pngimage.c to handle such options 5072 Free all allocated memory in pngimage. The file buffer cache was left 5278 pngstest.c, and pngimage.c. Most seem harmless, but png-fix-itxt
|