/reactos/dll/win32/gdiplus/ |
H A D | imageattributes.c | 30 GpStatus WINGDIPAPI GdipCloneImageAttributes(GDIPCONST GpImageAttributes *imageattr, in GdipCloneImageAttributes() 31 GpImageAttributes **cloneImageattr) in GdipCloneImageAttributes() 82 GpStatus WINGDIPAPI GdipCreateImageAttributes(GpImageAttributes **imageattr) in GdipCreateImageAttributes() 87 *imageattr = heap_alloc_zero(sizeof(GpImageAttributes)); in GdipCreateImageAttributes() 97 GpStatus WINGDIPAPI GdipDisposeImageAttributes(GpImageAttributes *imageattr) in GdipDisposeImageAttributes() 129 GpStatus WINGDIPAPI GdipSetImageAttributesColorKeys(GpImageAttributes *imageattr, in GdipSetImageAttributesColorKeys() 176 GpStatus WINGDIPAPI GdipSetImageAttributesWrapMode(GpImageAttributes *imageAttr, in GdipSetImageAttributesWrapMode() 204 GpStatus WINGDIPAPI GdipSetImageAttributesGamma(GpImageAttributes *imageAttr, in GdipSetImageAttributesGamma() 218 GpStatus WINGDIPAPI GdipSetImageAttributesNoOp(GpImageAttributes *imageAttr, in GdipSetImageAttributesNoOp() 297 GpStatus WINGDIPAPI GdipSetImageAttributesThreshold(GpImageAttributes *imageAttr, in GdipSetImageAttributesThreshold() [all …]
|
H A D | gdiplus_private.h | 101 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, 196 extern PixelFormat apply_image_attributes(const GpImageAttributes *attributes, LPBYTE data, 312 GpImageAttributes *imageattributes; 385 GpImageAttributes *image_attributes; 473 struct GpImageAttributes{ struct
|
H A D | brush.c | 790 GpImageAttributes *attributes; in GdipCreateTexture() 824 GpImageAttributes *attributes; in GdipCreateTexture2() 849 GDIPCONST GpImageAttributes *imageattr, REAL x, REAL y, REAL width, in GdipCreateTextureIA() 919 GpStatus WINGDIPAPI GdipCreateTextureIAI(GpImage *image, GDIPCONST GpImageAttributes *imageattr, in GdipCreateTextureIAI() 931 GpImageAttributes *imageattr; in GdipCreateTexture2I()
|
H A D | metafile.c | 2422 GpImageAttributes *attributes = NULL; in METAFILE_PlaybackObject() 3438 VOID *callbackData, GDIPCONST GpImageAttributes *imageAttributes) in GdipEnumerateMetafileSrcRectDestPoints() 3571 EnumerateMetafileProc callback, VOID *cb_data, GDIPCONST GpImageAttributes *attrs) in GdipEnumerateMetafileDestRect() 3588 EnumerateMetafileProc callback, VOID *cb_data, GDIPCONST GpImageAttributes *attrs) in GdipEnumerateMetafileDestRectI() 3604 EnumerateMetafileProc callback, VOID *cb_data, GDIPCONST GpImageAttributes *attrs) in GdipEnumerateMetafileDestPoint() 3620 EnumerateMetafileProc callback, VOID *cb_data, GDIPCONST GpImageAttributes *attrs) in GdipEnumerateMetafileDestPointI() 4158 static GpStatus METAFILE_AddImageAttributesObject(GpMetafile *metafile, const GpImageAttributes *at… in METAFILE_AddImageAttributesObject() 4192 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, in METAFILE_DrawImagePointsRect()
|
H A D | graphics.c | 710 PixelFormat apply_image_attributes(const GpImageAttributes *attributes, LPBYTE data, in apply_image_attributes() 937 UINT height, INT x, INT y, GDIPCONST GpImageAttributes *attributes) in sample_bitmap_pixel() 988 UINT height, GpPointF *point, GDIPCONST GpImageAttributes *attributes, in resample_bitmap_pixel() 1057 UINT height, GpPointF *point, GDIPCONST GpImageAttributes *attributes, in resample_bitmap_pixel_premult() 3073 REAL srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, in GdipDrawImagePointsRect() 3177 static const GpImageAttributes defaultImageAttributes = {WrapModeClamp, 0, FALSE}; in GdipDrawImagePointsRect() 3475 INT srcheight, GpUnit srcUnit, GDIPCONST GpImageAttributes* imageAttributes, in GdipDrawImagePointsRectI() 3501 GDIPCONST GpImageAttributes* imageattr, DrawImageAbort callback, in GdipDrawImageRectRect() 3524 GDIPCONST GpImageAttributes* imageAttributes, DrawImageAbort callback, in GdipDrawImageRectRectI()
|
/reactos/sdk/include/psdk/ |
H A D | gdiplusimageattributes.h | 104 GpImageAttributes *clone = NULL; in Clone() 220 GpImageAttributes *nativeImageAttr; 223 …ImageAttributes(GpImageAttributes *imageAttr, Status status) : nativeImageAttr(imageAttr), lastSta… in ImageAttributes() 228 SetNativeImageAttr(GpImageAttributes *imageAttr) in SetNativeImageAttr() 248 friend inline GpImageAttributes *&
|
H A D | gdiplusgpstubs.h | 60 class GpImageAttributes 111 typedef struct GpImageAttributes GpImageAttributes; typedef
|
H A D | gdiplusflat.h | 315 GDIPCONST GpImageAttributes *, 329 GDIPCONST GpImageAttributes *, 349 GDIPCONST GpImageAttributes *, 365 GDIPCONST GpImageAttributes *, 410 GDIPCONST GpImageAttributes *); 418 GDIPCONST GpImageAttributes *); 426 GDIPCONST GpImageAttributes *); 434 GDIPCONST GpImageAttributes *); 445 GDIPCONST GpImageAttributes *); 822 GdipCloneImageAttributes(GDIPCONST GpImageAttributes *, GpImageAttributes **); [all …]
|
H A D | gdiplusbase.h | 94 GpImageAttributes *&
|
H A D | gdiplusbrush.h | 517 GpImageAttributes *attrs = imageAttributes ? getNat(imageAttributes) : NULL; in TextureBrush() 541 GpImageAttributes *attrs = imageAttributes ? getNat(imageAttributes) : NULL; in TextureBrush()
|
/reactos/modules/rostests/winetests/gdiplus/ |
H A D | image.c | 2282 GpImageAttributes *imageattr; in test_colormatrix() 2546 GpImageAttributes *imageattr; in test_gamma() 3043 GpImageAttributes *imageattr; in test_remaptable() 3119 GpImageAttributes *imageattr; in test_colorkey() 4907 GpImageAttributes *imageattributes; in test_getadjustedpalette()
|
H A D | metafile.c | 2471 GpImageAttributes *imageattr; in test_drawimage()
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 768 GpImageAttributes *imageAttributes; in ZoomWnd_OnDraw()
|