|
ReactOS 0.4.17-dev-243-g1369312
|

Go to the source code of this file.
Macros | |
| #define | WINGDIPAPI __stdcall |
Functions | |
| void WINGDIPAPI | GdipFree (void *) |
| void *WINGDIPAPI | GdipAlloc (SIZE_T) __WINE_ALLOC_SIZE(1) __WINE_DEALLOC(GdipFree) __WINE_MALLOC |
Definition at line 22 of file gdiplusmem.h.
| void *WINGDIPAPI GdipAlloc | ( | SIZE_T | size | ) |
Definition at line 144 of file gdiplus.c.
Referenced by get_encoder_clsid(), get_region_type(), GetBitmapPixelBuffer(), is_family_in_collection(), test_createpath2(), test_encoders(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLinesI(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetFontCollectionFamilyList(), test_GdipInitializePalette(), test_getadjustedpalette(), test_getpathdata(), test_remaptable(), and test_SavingImages().
| void WINGDIPAPI GdipFree | ( | void * | ptr | ) |
Definition at line 152 of file gdiplus.c.
Referenced by get_encoder_clsid(), get_region_type(), is_family_in_collection(), test_createpath2(), test_encoders(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLinesI(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetFontCollectionFamilyList(), test_GdipInitializePalette(), test_getadjustedpalette(), test_getpathdata(), test_printer_dc(), test_remaptable(), and test_SavingImages().