|
ReactOS 0.4.17-dev-218-g5635d24
|

Go to the source code of this file.
Macros | |
| #define | WINGDIPAPI __stdcall |
| #define | GDIPCONST const |
Definition at line 24 of file gdiplusflat.h.
Definition at line 22 of file gdiplusflat.h.
| GpStatus WINGDIPAPI GdipAddPathArc | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 353 of file graphicspath.c.
Referenced by GdipAddPathArcI(), GdipDrawArc(), test_arc(), test_flatten(), test_getregiondata(), test_linei(), test_pathpath(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipAddPathArcI | ( | GpPath * | path, |
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 387 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathBezier | ( | GpPath * | path, |
| REAL | x1, | ||
| REAL | y1, | ||
| REAL | x2, | ||
| REAL | y2, | ||
| REAL | x3, | ||
| REAL | y3, | ||
| REAL | x4, | ||
| REAL | y4 | ||
| ) |
Definition at line 396 of file graphicspath.c.
Referenced by GdipAddPathBezierI(), test_bezier(), test_flatten(), and test_nextpathtype().
| GpStatus WINGDIPAPI GdipAddPathBezierI | ( | GpPath * | path, |
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2, | ||
| INT | x3, | ||
| INT | y3, | ||
| INT | x4, | ||
| INT | y4 | ||
| ) |
Definition at line 419 of file graphicspath.c.
Definition at line 429 of file graphicspath.c.
Referenced by GdipAddPathBeziersI(), GdipDrawBeziers(), and test_beziers().
Definition at line 440 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathClosedCurve | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 467 of file graphicspath.c.
Referenced by test_addclosedcurve().
| GpStatus WINGDIPAPI GdipAddPathClosedCurve2 | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 483 of file graphicspath.c.
Referenced by GdipAddPathClosedCurve(), GdipAddPathClosedCurve2I(), GdipDrawClosedCurve2(), GdipFillClosedCurve2(), and test_addclosedcurve().
| GpStatus WINGDIPAPI GdipAddPathClosedCurve2I | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 553 of file graphicspath.c.
Referenced by GdipAddPathClosedCurveI().
| GpStatus WINGDIPAPI GdipAddPathClosedCurveI | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 475 of file graphicspath.c.
Definition at line 581 of file graphicspath.c.
Referenced by test_addcurve().
| GpStatus WINGDIPAPI GdipAddPathCurve2 | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 667 of file graphicspath.c.
Referenced by GdipDrawCurve2(), and test_addcurve().
| GpStatus WINGDIPAPI GdipAddPathCurve2I | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 659 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathCurve3 | ( | GpPath * | path, |
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | nseg, | ||
| REAL | tension | ||
| ) |
Definition at line 595 of file graphicspath.c.
Referenced by GdipAddPathCurve(), GdipAddPathCurve2(), GdipAddPathCurve3I(), and test_addcurve().
| GpStatus WINGDIPAPI GdipAddPathCurve3I | ( | GpPath * | path, |
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | nseg, | ||
| REAL | tension | ||
| ) |
Definition at line 675 of file graphicspath.c.
Referenced by GdipAddPathCurve2I(), and GdipAddPathCurveI().
Definition at line 703 of file graphicspath.c.
Referenced by GdipAddPathEllipseI(), GdipDrawEllipse(), GdipFillEllipse(), test_combinereplace(), test_ellipse(), test_flatten(), test_hascurve(), test_isvisiblepoint(), test_isvisiblerect(), test_nextpathtype(), test_pathgradientcenterpoint(), test_transform(), and test_translate().
Definition at line 735 of file graphicspath.c.
Definition at line 804 of file graphicspath.c.
Referenced by GdipAddPathLineI(), GdipAddPathPie(), GdipAddPathRectangle(), test_addcurve(), test_arc(), test_drawpath(), test_fillpath(), test_flatten(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_isvalid(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), test_nextsubpathpath(), test_pen(), test_pen_thickness(), test_polygon(), test_setclippath(), test_widen(), and test_widen_cap().
Definition at line 743 of file graphicspath.c.
Referenced by GdipAddPathLine2I(), GdipAddPathRectangle(), GdipCreatePathGradient(), GdipDrawLines(), test_ellipse(), test_line2(), test_nextpathtype(), test_reverse(), and test_worldbounds().
Definition at line 754 of file graphicspath.c.
Referenced by GdipCreatePathGradientI().
Definition at line 826 of file graphicspath.c.
Referenced by test_GdipFillPath(), test_linei(), and test_rect_line().
Definition at line 833 of file graphicspath.c.
Referenced by test_pathpath().
| GpStatus WINGDIPAPI GdipAddPathPie | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 864 of file graphicspath.c.
Referenced by GdipAddPathPieI(), GdipDrawPie(), GdipFillPie(), and test_addpie().
| GpStatus WINGDIPAPI GdipAddPathPieI | ( | GpPath * | path, |
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 923 of file graphicspath.c.
Definition at line 932 of file graphicspath.c.
Referenced by GdipAddPathPolygonI(), GdipDrawPolygon(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillPolygon(), test_incombinedregion(), and test_polygon().
Definition at line 958 of file graphicspath.c.
Referenced by GdipFillPolygonI().
Definition at line 2671 of file graphicspath.c.
Referenced by GdipAddPathRectangleI(), GdipAddPathRectangles(), GdipCreateRegionHrgn(), get_region_hrgn(), test_captype(), test_constructor_destructor(), test_empty_rect(), test_GdipFillPath(), test_getbounds(), test_gethrgn(), test_getregiondata(), test_hascurve(), test_inset(), test_is_outline_visible_path_point(), test_isvisible(), test_lastpoint(), test_linejoin(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_pen(), test_rect(), test_scale(), test_strokecap(), and transform_region_element().
Definition at line 2722 of file graphicspath.c.
Referenced by test_getregiondata(), and test_rect_line().
Definition at line 2730 of file graphicspath.c.
Referenced by GdipAddPathRectanglesI(), GdipDrawRectangles(), GdipFillRectangles(), and test_rect().
Definition at line 2768 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipAddPathString | ( | GpPath * | path, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFontFamily * | family, | ||
| INT | style, | ||
| REAL | emSize, | ||
| GDIPCONST RectF * | layoutRect, | ||
| GDIPCONST GpStringFormat * | format | ||
| ) |
Definition at line 1116 of file graphicspath.c.
Referenced by GdipAddPathStringI().
| GpStatus WINGDIPAPI GdipAddPathStringI | ( | GpPath * | path, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFontFamily * | family, | ||
| INT | style, | ||
| REAL | emSize, | ||
| GDIPCONST Rect * | layoutRect, | ||
| GDIPCONST GpStringFormat * | format | ||
| ) |
Definition at line 1219 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipBeginContainer | ( | GpGraphics * | graphics, |
| GDIPCONST GpRectF * | dstrect, | ||
| GDIPCONST GpRectF * | srcrect, | ||
| GpUnit | unit, | ||
| GraphicsContainer * | state | ||
| ) |
Definition at line 6280 of file graphics.c.
Referenced by GdipBeginContainerI(), test_container_rects(), and test_containers().
| GpStatus WINGDIPAPI GdipBeginContainer2 | ( | GpGraphics * | graphics, |
| GraphicsContainer * | state | ||
| ) |
Definition at line 6273 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipPlayMetafileRecord(), test_BeginContainer2(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipBeginContainerI | ( | GpGraphics * | graphics, |
| GDIPCONST GpRect * | dstrect, | ||
| GDIPCONST GpRect * | srcrect, | ||
| GpUnit | unit, | ||
| GraphicsContainer * | state | ||
| ) |
Definition at line 6323 of file graphics.c.
| GpStatus WINGDIPAPI GdipBitmapApplyEffect | ( | GpBitmap * | bitmap, |
| CGpEffect * | effect, | ||
| RECT * | roi, | ||
| BOOL | useAuxData, | ||
| VOID ** | auxData, | ||
| INT * | auxDataSize | ||
| ) |
Definition at line 151 of file image.c.
| GpStatus WINGDIPAPI GdipBitmapCreateApplyEffect | ( | GpBitmap ** | inputBitmaps, |
| INT | numInputs, | ||
| CGpEffect * | effect, | ||
| RECT * | roi, | ||
| RECT * | outputRect, | ||
| GpBitmap ** | outputBitmap, | ||
| BOOL | useAuxData, | ||
| VOID ** | auxData, | ||
| INT * | auxDataSize | ||
| ) |
Definition at line 162 of file image.c.
| GpStatus WINGDIPAPI GdipBitmapGetHistogram | ( | GpBitmap * | bitmap, |
| HistogramFormat | format, | ||
| UINT | num_of_entries, | ||
| UINT * | ch0, | ||
| UINT * | ch1, | ||
| UINT * | ch2, | ||
| UINT * | ch3 | ||
| ) |
Definition at line 5953 of file image.c.
| GpStatus WINGDIPAPI GdipBitmapGetHistogramSize | ( | HistogramFormat | format, |
| UINT * | num_of_entries | ||
| ) |
Definition at line 310 of file image.c.
Referenced by alpha_blend_bmp_pixels(), GdipBitmapGetHistogram(), test_clear(), test_clipping(), test_CloneBitmapArea(), test_colorkey(), test_colormatrix(), test_containers(), test_emfonly(), test_fillrect(), test_fillregion(), test_gamma(), test_gdi_interop_bitmap(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipImageGetFrameDimensionsCount(), test_gditransform(), test_getdc(), test_getdc_scaled(), test_getsetpixel(), test_hatchBrushStyles(), test_lineargradient(), test_LockBits(), test_LockBits_UserBuf(), test_multiframegif(), test_pagetransform(), test_palette(), test_pen(), test_remaptable(), test_renderingOrigin(), test_restoredc(), test_rotateflip(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipBitmapLockBits | ( | GpBitmap * | bitmap, |
| GDIPCONST GpRect * | rect, | ||
| UINT | flags, | ||
| PixelFormat | format, | ||
| BitmapData * | lockeddata | ||
| ) |
Definition at line 1107 of file image.c.
Referenced by brush_fill_pixels(), create_optimal_palette(), decode_frame_wic(), DibLoadImage(), encode_frame_wic(), expect_bitmap_locked_data(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), GdipImageRotateFlip(), test_ARGB_conversion(), test_bitmap_stride(), test_bitmapbits(), test_CloneBitmapArea(), test_createhbitmap(), test_graphics_clear(), test_image_format(), test_LockBits(), test_LockBits_UserBuf(), test_PARGB_conversion(), and test_pen_thickness().
Definition at line 521 of file image.c.
Referenced by alpha_blend_bmp_pixels(), test_colorkey(), test_colormatrix(), test_emfonly(), test_fillrect(), test_gamma(), test_GdipCreateBitmapFromHBITMAP(), test_GdipImageGetFrameDimensionsCount(), test_getdc(), test_getsetpixel(), test_histogram(), test_LockBits(), test_multiframegif(), test_palette(), test_PARGB_conversion(), and test_remaptable().
| GpStatus WINGDIPAPI GdipBitmapSetResolution | ( | GpBitmap * | bitmap, |
| REAL | xdpi, | ||
| REAL | ydpi | ||
| ) |
Definition at line 1239 of file image.c.
Referenced by create_graphics(), test_DrawImage(), test_DrawImage_scale(), test_GdipDrawImagePointRect(), test_pen_thickness(), and test_resolution().
| GpStatus WINGDIPAPI GdipBitmapUnlockBits | ( | GpBitmap * | bitmap, |
| BitmapData * | lockeddata | ||
| ) |
Definition at line 1252 of file image.c.
Referenced by brush_fill_pixels(), create_optimal_palette(), decode_frame_wic(), DibLoadImage(), encode_frame_wic(), expect_bitmap_locked_data(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), GdipImageRotateFlip(), test_ARGB_conversion(), test_bitmap_stride(), test_bitmapbits(), test_CloneBitmapArea(), test_createhbitmap(), test_graphics_clear(), test_image_format(), test_LockBits(), test_LockBits_UserBuf(), test_PARGB_conversion(), and test_pen_thickness().
| GpStatus WINGDIPAPI GdipClearPathMarkers | ( | GpPath * | path | ) |
Definition at line 2811 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipCloneBitmapArea | ( | REAL | x, |
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| PixelFormat | format, | ||
| GpBitmap * | srcBitmap, | ||
| GpBitmap ** | dstBitmap | ||
| ) |
Definition at line 1313 of file image.c.
Referenced by GdipCloneBitmapAreaI(), and GdipCreateTextureIA().
| GpStatus WINGDIPAPI GdipCloneBitmapAreaI | ( | INT | x, |
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| PixelFormat | format, | ||
| GpBitmap * | srcBitmap, | ||
| GpBitmap ** | dstBitmap | ||
| ) |
Definition at line 1377 of file image.c.
Referenced by GdipCloneImage(), and test_CloneBitmapArea().
| GpStatus WINGDIPAPI GdipCloneBrush | ( | GpBrush * | brush, |
| GpBrush ** | clone | ||
| ) |
Definition at line 70 of file brush.c.
Referenced by GdipClonePen(), GdipCreatePen2(), GdipGetPenBrushFill(), and GdipSetPenBrushFill().
| GpStatus WINGDIPAPI GdipCloneCustomLineCap | ( | GpCustomLineCap * | from, |
| GpCustomLineCap ** | to | ||
| ) |
Definition at line 34 of file customlinecap.c.
Referenced by GdipClonePen(), GdipGetPenCustomEndCap(), GdipGetPenCustomStartCap(), GdipSetPenCustomEndCap(), and GdipSetPenCustomStartCap().
| GpStatus WINGDIPAPI GdipCloneFont | ( | GpFont * | font, |
| GpFont ** | cloneFont | ||
| ) |
Definition at line 503 of file font.c.
Referenced by test_CloneFont(), and test_drawdriverstring().
| GpStatus WINGDIPAPI GdipCloneFontFamily | ( | GpFontFamily * | family, |
| GpFontFamily ** | clone | ||
| ) |
Definition at line 754 of file font.c.
Referenced by GdipCreateFont(), GdipCreateFontFamilyFromName(), GdipGetFamily(), test_fontfamily(), and test_long_name().
| GpStatus WINGDIPAPI GdipCloneImage | ( | GpImage * | image, |
| GpImage ** | cloneImage | ||
| ) |
Definition at line 1385 of file image.c.
Referenced by GdipCreateCachedBitmap(), GdipGetTextureImage(), load_image(), sync_metafile(), test_bufferrawformat(), test_emfonly(), test_GdipCloneImage(), and test_pen().
| GpStatus WINGDIPAPI GdipCloneImageAttributes | ( | GDIPCONST GpImageAttributes * | imageattr, |
| GpImageAttributes ** | cloneImageattr | ||
| ) |
Definition at line 30 of file imageattributes.c.
Referenced by GdipCreateTextureIA().
| GpStatus WINGDIPAPI GdipCloneMatrix | ( | GpMatrix * | matrix, |
| GpMatrix ** | clone | ||
| ) |
| GpStatus WINGDIPAPI GdipClonePath | ( | GpPath * | path, |
| GpPath ** | clone | ||
| ) |
Definition at line 1245 of file graphicspath.c.
Referenced by brush_fill_pixels(), clone_element(), GdipAddPathRectangle(), GdipAddPathRectangles(), GdipAddPathString(), GdipCloneBrush(), GdipCreatePathGradientFromPath(), GdipCreateRegionPath(), GdipIsOutlineVisiblePathPoint(), GdipSetClipPath(), GdipWidenPath(), SOFTWARE_GdipDrawPath(), and SOFTWARE_GdipDrawThinPath().
| GpStatus WINGDIPAPI GdipClonePen | ( | GpPen * | pen, |
| GpPen ** | clonepen | ||
| ) |
Definition at line 88 of file pen.c.
| GpStatus WINGDIPAPI GdipCloneRegion | ( | GpRegion * | region, |
| GpRegion ** | clone | ||
| ) |
Definition at line 215 of file region.c.
Referenced by GdipCombineRegionRegion(), GdipGetClip(), GdipPlayMetafileRecord(), GdipSetClipRegion(), get_clip_hrgn(), get_region_scans_data(), init_container(), restore_container(), and SOFTWARE_GdipFillRegion().
| GpStatus WINGDIPAPI GdipCloneStringFormat | ( | GDIPCONST GpStringFormat * | format, |
| GpStringFormat ** | newFormat | ||
| ) |
Definition at line 362 of file stringformat.c.
| GpStatus WINGDIPAPI GdipClosePathFigure | ( | GpPath * | path | ) |
Definition at line 1264 of file graphicspath.c.
Referenced by GdipAddPathPie(), test_ellipse(), test_flatten(), test_getregiondata(), test_line2(), test_linei(), test_nextsubpathpath(), test_pen_thickness(), and test_reverse().
| GpStatus WINGDIPAPI GdipClosePathFigures | ( | GpPath * | path | ) |
Definition at line 1279 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipCombineRegionPath | ( | GpRegion * | region, |
| GpPath * | path, | ||
| CombineMode | mode | ||
| ) |
Definition at line 236 of file region.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipSetClipPath(), test_combinereplace(), test_getbounds(), test_getregiondata(), test_incombinedregion(), test_isvisiblepoint(), test_isvisiblerect(), test_transform(), and test_translate().
| GpStatus WINGDIPAPI GdipCombineRegionRect | ( | GpRegion * | region, |
| GDIPCONST GpRectF * | rect, | ||
| CombineMode | mode | ||
| ) |
Definition at line 282 of file region.c.
Referenced by GdipCombineRegionRectI(), get_visible_clip_region(), measure_ranges_callback(), SOFTWARE_GdipFillRegion(), test_clipping(), test_clipping_2(), test_combinereplace(), test_excludeinfinite(), test_getbounds(), test_gethrgn(), test_isequal(), test_isvisiblepoint(), test_isvisiblerect(), test_scans(), test_transform(), and test_translate().
| GpStatus WINGDIPAPI GdipCombineRegionRectI | ( | GpRegion * | region, |
| GDIPCONST GpRect * | rect, | ||
| CombineMode | mode | ||
| ) |
Definition at line 329 of file region.c.
Referenced by SOFTWARE_GdipDrawThinPath(), and test_getregiondata().
| GpStatus WINGDIPAPI GdipCombineRegionRegion | ( | GpRegion * | region1, |
| GpRegion * | region2, | ||
| CombineMode | mode | ||
| ) |
Definition at line 346 of file region.c.
Referenced by GdipPlayMetafileRecord(), GdipSetClipGraphics(), GdipSetClipHrgn(), GdipSetClipRect(), GdipSetClipRegion(), get_visible_clip_region(), METAFILE_PlaybackUpdateClip(), metafile_set_clip_region(), test_combinereplace(), test_getregiondata(), and test_incombinedregion().
| GpStatus WINGDIPAPI GdipComment | ( | GpGraphics * | graphics, |
| UINT | sizeData, | ||
| GDIPCONST BYTE * | data | ||
| ) |
Definition at line 6345 of file graphics.c.
| GpStatus WINGDIPAPI GdipConvertToEmfPlus | ( | const GpGraphics * | , |
| GpMetafile * | , | ||
| INT * | , | ||
| EmfType | , | ||
| const WCHAR * | , | ||
| GpMetafile ** | |||
| ) |
| GpStatus WINGDIPAPI GdipConvertToEmfPlusToFile | ( | const GpGraphics * | , |
| GpMetafile * | , | ||
| INT * | , | ||
| const WCHAR * | , | ||
| EmfType | , | ||
| const WCHAR * | , | ||
| GpMetafile ** | |||
| ) |
| GpStatus WINGDIPAPI GdipConvertToEmfPlusToStream | ( | const GpGraphics * | , |
| GpMetafile * | , | ||
| INT * | , | ||
| IStream * | , | ||
| EmfType | , | ||
| const WCHAR * | , | ||
| GpMetafile ** | |||
| ) |
| GpStatus WINGDIPAPI GdipCreateAdjustableArrowCap | ( | REAL | height, |
| REAL | width, | ||
| BOOL | fill, | ||
| GpAdjustableArrowCap ** | cap | ||
| ) |
Definition at line 329 of file customlinecap.c.
Referenced by metafile_deserialize_custom_line_cap(), test_captype(), test_create_adjustable_cap(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipCreateBitmapFromFile | ( | GDIPCONST WCHAR * | filename, |
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1437 of file image.c.
Referenced by DibLoadImage(), GdipCreateBitmapFromFileICM(), and test_LoadingImages().
| GpStatus WINGDIPAPI GdipCreateBitmapFromFileICM | ( | GDIPCONST WCHAR * | filename, |
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1492 of file image.c.
| GpStatus WINGDIPAPI GdipCreateBitmapFromGdiDib | ( | GDIPCONST BITMAPINFO * | info, |
| VOID * | bits, | ||
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1462 of file image.c.
Referenced by test_drawimage(), test_FromGdiDib(), and test_GdipDrawImagePointsRect().
| GpStatus WINGDIPAPI GdipCreateBitmapFromGraphics | ( | INT | width, |
| INT | height, | ||
| GpGraphics * | target, | ||
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1597 of file image.c.
Referenced by test_bitmapfromgraphics(), test_texturewrap(), and test_transform().
| GpStatus WINGDIPAPI GdipCreateBitmapFromHBITMAP | ( | HBITMAP | hbm, |
| HPALETTE | hpal, | ||
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 5392 of file image.c.
Referenced by GdipCreateBitmapFromGdiDib(), GdipCreateBitmapFromResource(), and test_GdipCreateBitmapFromHBITMAP().
| GpStatus WINGDIPAPI GdipCreateBitmapFromHICON | ( | HICON | hicon, |
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1619 of file image.c.
Referenced by test_fromhicon().
| GpStatus WINGDIPAPI GdipCreateBitmapFromResource | ( | HINSTANCE | hInstance, |
| GDIPCONST WCHAR * | lpBitmapName, | ||
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1500 of file image.c.
| GpStatus WINGDIPAPI GdipCreateBitmapFromScan0 | ( | INT | width, |
| INT | height, | ||
| INT | stride, | ||
| PixelFormat | format, | ||
| BYTE * | scan0, | ||
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1793 of file image.c.
Referenced by create_graphics(), decode_frame_wic(), GdipCloneBitmapArea(), GdipCreateBitmapFromGraphics(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipGetImageThumbnail(), GdipImageRotateFlip(), metafile_deserialize_image(), METAFILE_DrawImagePointsRect(), test_ARGB_conversion(), test_bitmap_stride(), test_bitmapbits(), test_clear(), test_clipping(), test_CloneBitmapArea(), test_colorkey(), test_colormatrix(), test_containers(), test_createhbitmap(), test_dispose(), test_drawdriverstring(), test_DrawImage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_emfonly(), test_fillrect(), test_fillregion(), test_fromMemoryBitmap(), test_gamma(), test_gdi_interop_bitmap(), test_GdipCloneImage(), test_GdipDrawImageFX(), test_GdipDrawImagePointRect(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetImageFlags(), test_GdipGetNearestColor(), test_GdipImageGetFrameDimensionsCount(), test_GdipInitializePalette(), test_gditransform(), test_getdc(), test_getdc_scaled(), test_GetImageDimension(), test_getsetpixel(), test_getthumbnail(), test_graphics_clear(), test_hatchBrushStyles(), test_histogram(), test_image_format(), test_imageabort(), test_is_outline_visible_path_point(), test_lineargradient(), test_LockBits(), test_LockBits_UserBuf(), test_pagetransform(), test_palette(), test_PARGB_conversion(), test_pen(), test_pen_thickness(), test_png_save_palette(), test_remaptable(), test_renderingOrigin(), test_resolution(), test_restoredc(), test_rotateflip(), test_SavingImages(), test_SavingMultiPageTiff(), test_Scan0(), test_supported_encoders(), test_unknownfontdecode(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipCreateBitmapFromStream | ( | IStream * | stream, |
| GpBitmap ** | bitmap | ||
| ) |
Definition at line 1895 of file image.c.
Referenced by GdipCreateBitmapFromFile(), GdipCreateBitmapFromStreamICM(), metafile_deserialize_image(), and test_multiframegif().
| GpStatus WINGDIPAPI GdipCreateBitmapFromStreamICM | ( | IStream * | stream, |
| GpBitmap ** | bitmap | ||
| ) |
| GpStatus WINGDIPAPI GdipCreateCachedBitmap | ( | GpBitmap * | bitmap, |
| GpGraphics * | graphics, | ||
| GpCachedBitmap ** | cachedbmp | ||
| ) |
Definition at line 1925 of file image.c.
| GpStatus WINGDIPAPI GdipCreateCustomLineCap | ( | GpPath * | fillPath, |
| GpPath * | strokePath, | ||
| GpLineCap | baseCap, | ||
| REAL | baseInset, | ||
| GpCustomLineCap ** | customCap | ||
| ) |
Definition at line 111 of file customlinecap.c.
Referenced by metafile_deserialize_custom_line_cap(), test_captype(), test_constructor_destructor(), test_inset(), test_linejoin(), test_pen(), test_scale(), and test_strokecap().
| GpStatus WINGDIPAPI GdipCreateFont | ( | GDIPCONST GpFontFamily * | fontFamily, |
| REAL | emSize, | ||
| INT | style, | ||
| Unit | unit, | ||
| GpFont ** | font | ||
| ) |
Definition at line 150 of file font.c.
Referenced by check_family(), GdipAddPathString(), METAFILE_PlaybackObject(), test_CloneFont(), test_createfont(), test_createfont_charset(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_GdipMeasureString(), test_heightgivendpi(), test_long_name(), test_measure_string(), test_measured_extra_space(), test_string_functions(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipCreateFontFamilyFromName | ( | GDIPCONST WCHAR * | name, |
| GpFontCollection * | collection, | ||
| GpFontFamily ** | family | ||
| ) |
Definition at line 701 of file font.c.
Referenced by GdipCreateFontFromLogfontW(), GdipGetGenericFontFamilyMonospace(), GdipGetGenericFontFamilySansSerif(), GdipGetGenericFontFamilySerif(), METAFILE_PlaybackObject(), test_CloneFont(), test_createfont(), test_createfont_charset(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_fontfamily(), test_fontfamily_properties(), test_GdipMeasureString(), test_heightgivendpi(), test_measure_string(), test_measured_extra_space(), and test_string_functions().
| GpStatus WINGDIPAPI GdipCreateFontFromDC | ( | HDC | hdc, |
| GpFont ** | font | ||
| ) |
Definition at line 288 of file font.c.
Referenced by generate_font_link_info().
| GpStatus WINGDIPAPI GdipCreateFontFromLogfontA | ( | HDC | hdc, |
| GDIPCONST LOGFONTA * | lfa, | ||
| GpFont ** | font | ||
| ) |
Definition at line 251 of file font.c.
Referenced by test_drawdriverstring(), test_font_substitution(), test_font_transform(), test_GdipDrawString(), and test_logfont().
| GpStatus WINGDIPAPI GdipCreateFontFromLogfontW | ( | HDC | hdc, |
| GDIPCONST LOGFONTW * | logfont, | ||
| GpFont ** | font | ||
| ) |
Definition at line 204 of file font.c.
Referenced by GdipCreateFontFromDC(), GdipCreateFontFromLogfontA(), and test_font_metrics().
| GpStatus WINGDIPAPI GdipCreateFromHDC | ( | HDC | hdc, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2434 of file graphics.c.
Referenced by check_metafile(), GdipAddPathString(), GdipCreateFromHWND(), get_path_hrgn(), test_alpha_hdc(), test_BeginContainer2(), test_bitmapfromgraphics(), test_clip_xform(), test_cliphrgn_transform(), test_clipping(), test_clipping_2(), test_constructor_destructor(), test_container_rects(), test_createfont_charset(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_font_transform(), test_fromhrgn(), test_gdi_interop_hdc(), test_GdipCreateRegionRgnData(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawImageFX(), test_GdipDrawImagePointsRect(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetNearestColor(), test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_memoryDC(), test_GdipGetVisibleClipBounds_screen(), test_GdipGetVisibleClipBounds_window(), test_GdipGraphicsSetAbort(), test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_Get_Release_DC(), test_get_set_clip(), test_get_set_interpolation(), test_get_set_textrenderinghint(), test_getbounds(), test_gethrgn(), test_hatchBrushStyles(), test_hdc_caching(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_logfont(), test_measure_string(), test_measured_extra_space(), test_printer_dc(), test_renderingOrigin(), test_save_restore(), test_set_page_transform(), test_string_functions(), test_textcontrast(), test_texturewrap(), test_transform(), test_transformpoints(), test_translate(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipCreateFromHDC2 | ( | HDC | hdc, |
| HANDLE | hDevice, | ||
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2455 of file graphics.c.
Referenced by GdipCreateFromHDC().
| GpStatus WINGDIPAPI GdipCreateFromHWND | ( | HWND | hwnd, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2561 of file graphics.c.
Referenced by GdipCreateFromHWNDICM(), test_constructor_destructor(), and test_transform().
| GpStatus WINGDIPAPI GdipCreateFromHWNDICM | ( | HWND | hwnd, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2586 of file graphics.c.
Referenced by test_constructor_destructor().
| HPALETTE WINGDIPAPI GdipCreateHalftonePalette | ( | void | ) |
Definition at line 7406 of file graphics.c.
| GpStatus WINGDIPAPI GdipCreateHatchBrush | ( | GpHatchStyle | hatchstyle, |
| ARGB | forecol, | ||
| ARGB | backcol, | ||
| GpHatch ** | brush | ||
| ) |
Definition at line 302 of file brush.c.
Referenced by GdipCloneBrush(), metafile_deserialize_brush(), test_createHatchBrush(), test_drawdriverstring(), test_fillregion(), test_getHatchStyle(), test_hatchBrushStyles(), and test_renderingOrigin().
| GpStatus WINGDIPAPI GdipCreateHBITMAPFromBitmap | ( | GpBitmap * | bitmap, |
| HBITMAP * | hbmReturn, | ||
| ARGB | background | ||
| ) |
Definition at line 1535 of file image.c.
Referenced by test_createhbitmap(), and test_image_format().
| GpStatus WINGDIPAPI GdipCreateHICONFromBitmap | ( | GpBitmap * | bitmap, |
| HICON * | hicon | ||
| ) |
Definition at line 1948 of file image.c.
| GpStatus WINGDIPAPI GdipCreateImageAttributes | ( | GpImageAttributes ** | imageattr | ) |
Definition at line 82 of file imageattributes.c.
Referenced by GdipCloneImageAttributes(), GdipCreateTexture(), GdipCreateTexture2(), GdipCreateTexture2I(), GdipCreateTextureIA(), METAFILE_PlaybackObject(), test_colorkey(), test_colormatrix(), test_drawimage(), test_gamma(), test_getadjustedpalette(), test_remaptable(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipCreateLineBrush | ( | GDIPCONST GpPointF * | startpoint, |
| GDIPCONST GpPointF * | endpoint, | ||
| ARGB | startcolor, | ||
| ARGB | endcolor, | ||
| GpWrapMode | wrap, | ||
| GpLineGradient ** | line | ||
| ) |
Definition at line 398 of file brush.c.
Referenced by GdipCreateLineBrushI(), test_constructor_destructor2(), test_getgamma(), test_gradientgetrect(), test_lineblend(), test_linelinearblend(), test_penfilltype(), and test_transform().
| GpStatus WINGDIPAPI GdipCreateLineBrushFromRect | ( | GDIPCONST GpRectF * | rect, |
| ARGB | startcolor, | ||
| ARGB | endcolor, | ||
| LinearGradientMode | mode, | ||
| GpWrapMode | wrap, | ||
| GpLineGradient ** | line | ||
| ) |
Definition at line 462 of file brush.c.
Referenced by GdipCreateLineBrushFromRectI(), metafile_deserialize_brush(), test_gradientgetrect(), test_lineargradient(), and test_transform().
| GpStatus WINGDIPAPI GdipCreateLineBrushFromRectI | ( | GDIPCONST GpRect * | rect, |
| ARGB | startcolor, | ||
| ARGB | endcolor, | ||
| LinearGradientMode | mode, | ||
| GpWrapMode | wrap, | ||
| GpLineGradient ** | line | ||
| ) |
Definition at line 495 of file brush.c.
Referenced by GdipCreateLineBrushFromRectWithAngleI().
| GpStatus WINGDIPAPI GdipCreateLineBrushFromRectWithAngle | ( | GDIPCONST GpRectF * | rect, |
| ARGB | startcolor, | ||
| ARGB | endcolor, | ||
| REAL | angle, | ||
| BOOL | isAngleScalable, | ||
| GpWrapMode | wrap, | ||
| GpLineGradient ** | line | ||
| ) |
Definition at line 511 of file brush.c.
Referenced by GdipCreateLineBrushFromRect(), test_createLineBrushFromRectWithAngle(), and test_gradientgetrect().
| GpStatus WINGDIPAPI GdipCreateLineBrushFromRectWithAngleI | ( | GDIPCONST GpRect * | rect, |
| ARGB | startcolor, | ||
| ARGB | endcolor, | ||
| REAL | angle, | ||
| BOOL | isAngleScalable, | ||
| GpWrapMode | wrap, | ||
| GpLineGradient ** | line | ||
| ) |
Definition at line 615 of file brush.c.
| GpStatus WINGDIPAPI GdipCreateLineBrushI | ( | GDIPCONST GpPoint * | startpoint, |
| GDIPCONST GpPoint * | endpoint, | ||
| ARGB | startcolor, | ||
| ARGB | endcolor, | ||
| GpWrapMode | wrap, | ||
| GpLineGradient ** | line | ||
| ) |
Definition at line 441 of file brush.c.
| GpStatus WINGDIPAPI GdipCreateMatrix | ( | GpMatrix ** | matrix | ) |
Definition at line 136 of file matrix.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipIsOutlineVisiblePathPoint(), get_pen_transform(), SOFTWARE_GdipDrawPath(), SOFTWARE_GdipDrawThinPath(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_drawdriverstring(), test_excludeinfinite(), test_flatten(), test_font_transform(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawString(), test_Get_Release_DC(), test_getregiondata(), test_gradientgetrect(), test_scans(), test_string_functions(), test_transform(), test_widen(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipCreateMatrix2 | ( | REAL | m11, |
| REAL | m12, | ||
| REAL | m21, | ||
| REAL | m22, | ||
| REAL | dx, | ||
| REAL | dy, | ||
| GpMatrix ** | matrix | ||
| ) |
Definition at line 59 of file matrix.c.
Referenced by GdipCreateMatrix3(), test_BeginContainer2(), test_constructor_destructor(), test_DrawImage_scale(), test_GdipDrawImageFX(), test_invert(), test_isidentity(), test_isinfinite(), test_isinvertible(), test_scale(), test_shear(), test_transform(), test_translate(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipCreateMatrix3 | ( | GDIPCONST GpRectF * | rect, |
| GDIPCONST GpPointF * | pt, | ||
| GpMatrix ** | matrix | ||
| ) |
Definition at line 83 of file matrix.c.
Referenced by GdipCreateMatrix3I(), METAFILE_PlaybackUpdateWorldTransform(), and test_constructor3().
| GpStatus WINGDIPAPI GdipCreateMatrix3I | ( | GDIPCONST GpRect * | rect, |
| GDIPCONST GpPoint * | pt, | ||
| GpMatrix ** | matrix | ||
| ) |
Definition at line 103 of file matrix.c.
| GpStatus WINGDIPAPI GdipCreateMetafileFromEmf | ( | HENHMETAFILE | hemf, |
| BOOL | delete, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4244 of file metafile.c.
Referenced by GdipCreateMetafileFromWmf(), GdipCreateMetafileFromWmfFile(), load_emf(), metafile_deserialize_image(), sync_metafile(), test_drawimage(), test_emfonly(), and test_empty().
| GpStatus WINGDIPAPI GdipCreateMetafileFromFile | ( | GDIPCONST WCHAR * | file, |
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4360 of file metafile.c.
Referenced by GdipGetMetafileHeaderFromFile().
| GpStatus WINGDIPAPI GdipCreateMetafileFromStream | ( | IStream * | stream, |
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4381 of file metafile.c.
Referenced by GdipCreateMetafileFromFile(), and GdipGetMetafileHeaderFromStream().
| GpStatus WINGDIPAPI GdipCreateMetafileFromWmf | ( | HMETAFILE | hwmf, |
| BOOL | delete, | ||
| GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4290 of file metafile.c.
Referenced by GdipCreateMetafileFromWmfFile(), GdipGetMetafileHeaderFromWmf(), load_wmf(), test_createfromwmf(), and test_createfromwmf_noplaceable().
| GpStatus WINGDIPAPI GdipCreateMetafileFromWmfFile | ( | GDIPCONST WCHAR * | file, |
| GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4341 of file metafile.c.
Referenced by test_fillpath().
| GpStatus WINGDIPAPI GdipCreatePath | ( | GpFillMode | fill, |
| GpPath ** | path | ||
| ) |
Definition at line 1298 of file graphicspath.c.
Referenced by GdipCreatePathGradient(), GdipCreatePathGradientI(), GdipCreateRegionHrgn(), GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangles(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRectangles(), get_region_hrgn(), metafile_deserialize_path(), read_element(), test_addclosedcurve(), test_addcurve(), test_addpie(), test_arc(), test_bezier(), test_beziers(), test_captype(), test_combinereplace(), test_constructor_destructor(), test_drawpath(), test_ellipse(), test_empty_rect(), test_fillpath(), test_flatten(), test_GdipFillPath(), test_Get_Release_DC(), test_getbounds(), test_gethrgn(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_hascurve(), test_incombinedregion(), test_inset(), test_is_outline_visible_path_point(), test_isvalid(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_lastpoint(), test_line2(), test_linei(), test_linejoin(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), test_nextsubpathpath(), test_pathgradientcenterpoint(), test_pathgradientpath(), test_pathpath(), test_pen(), test_pen_thickness(), test_polygon(), test_rect(), test_rect_line(), test_reverse(), test_scale(), test_setclippath(), test_strokecap(), test_transform(), test_translate(), test_widen(), test_widen_cap(), test_worldbounds(), transform_region_element(), and widen_flat_path_anchors().
| GpStatus WINGDIPAPI GdipCreatePath2 | ( | GDIPCONST GpPointF * | points, |
| GDIPCONST BYTE * | types, | ||
| INT | count, | ||
| GpFillMode | fill, | ||
| GpPath ** | path | ||
| ) |
Definition at line 1314 of file graphicspath.c.
Referenced by GdipClonePath(), GdipCreatePath2I(), metafile_deserialize_path(), and test_createpath2().
| GpStatus WINGDIPAPI GdipCreatePath2I | ( | GDIPCONST GpPoint * | points, |
| GDIPCONST BYTE * | types, | ||
| INT | count, | ||
| GpFillMode | fill, | ||
| GpPath ** | path | ||
| ) |
Definition at line 1371 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipCreatePathGradient | ( | GDIPCONST GpPointF * | points, |
| INT | count, | ||
| GpWrapMode | wrap, | ||
| GpPathGradient ** | grad | ||
| ) |
Definition at line 684 of file brush.c.
Referenced by test_getblend(), test_getbounds(), test_gradientblendcount(), test_gradientsurroundcolorcount(), test_pathgradientblend(), test_pathgradientcenterpoint(), test_pathgradientpath(), and test_pathgradientpresetblend().
| GpStatus WINGDIPAPI GdipCreatePathGradientFromPath | ( | GDIPCONST GpPath * | path, |
| GpPathGradient ** | grad | ||
| ) |
Definition at line 753 of file brush.c.
Referenced by test_pathgradientcenterpoint().
| GpStatus WINGDIPAPI GdipCreatePathGradientI | ( | GDIPCONST GpPoint * | points, |
| INT | count, | ||
| GpWrapMode | wrap, | ||
| GpPathGradient ** | grad | ||
| ) |
Definition at line 717 of file brush.c.
| GpStatus WINGDIPAPI GdipCreatePathIter | ( | GpPathIterator ** | iterator, |
| GpPath * | path | ||
| ) |
Definition at line 34 of file pathiterator.c.
Referenced by test_constructor_destructor(), test_getsubpathcount(), test_hascurve(), test_isvalid(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), and test_nextsubpathpath().
Definition at line 146 of file pen.c.
Referenced by test_brushfill(), test_compoundarray(), test_constructor_destructor(), test_customcap(), test_dasharray(), test_drawellipse(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_Get_Release_DC(), test_is_outline_visible_path_point(), test_pen(), test_pen_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), test_widen_cap(), and test_worldbounds().
Definition at line 160 of file pen.c.
Referenced by GdipCreatePen1(), METAFILE_PlaybackObject(), test_constructor_destructor2(), and test_penfilltype().
| GpStatus WINGDIPAPI GdipCreateRegion | ( | GpRegion ** | region | ) |
Definition at line 390 of file region.c.
Referenced by GdipCreateFromHDC2(), GdipCreateRegionHrgn(), GdipCreateRegionRgnData(), GdipEnumerateMetafileSrcRectDestPoints(), GdipGetClipBounds(), GdipGetVisibleClipBounds(), GdipIsVisibleClipEmpty(), GdipIsVisiblePoint(), GdipIsVisibleRect(), get_visible_clip_region(), graphics_from_image(), metafile_deserialize_region(), test_clip_xform(), test_clipping(), test_clipping_2(), test_combinereplace(), test_excludeinfinite(), test_font_height_scaling(), test_GdipCreateRegionRgnData(), test_Get_Release_DC(), test_getbounds(), test_gethrgn(), test_getregiondata(), test_incombinedregion(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisiblepoint(), test_isvisiblerect(), test_measure_string(), test_scans(), test_string_functions(), test_transform(), and test_translate().
| GpStatus WINGDIPAPI GdipCreateRegionHrgn | ( | HRGN | hrgn, |
| GpRegion ** | region | ||
| ) |
Definition at line 502 of file region.c.
Referenced by GdipSetClipHrgn(), and test_fromhrgn().
| GpStatus WINGDIPAPI GdipCreateRegionPath | ( | GpPath * | path, |
| GpRegion ** | region | ||
| ) |
Definition at line 425 of file region.c.
Referenced by GdipCombineRegionPath(), GdipCreateRegionHrgn(), GdipIsVisiblePathPoint(), GdipPlayMetafileRecord(), SOFTWARE_GdipDrawThinPath(), SOFTWARE_GdipFillPath(), test_gethrgn(), test_getregiondata(), and transform_region_element().
| GpStatus WINGDIPAPI GdipCreateRegionRect | ( | GDIPCONST GpRectF * | rect, |
| GpRegion ** | region | ||
| ) |
Definition at line 459 of file region.c.
Referenced by GdipCombineRegionRect(), GdipCreateRegionRectI(), GdipPlayMetafileRecord(), GdipSetClipRect(), test_clipping(), test_combinereplace(), test_fillregion(), test_get_set_clip(), test_gethrgn(), and test_incombinedregion().
| GpStatus WINGDIPAPI GdipCreateRegionRectI | ( | GDIPCONST GpRect * | rect, |
| GpRegion ** | region | ||
| ) |
Definition at line 939 of file region.c.
Referenced by test_GdipCreateRegionRgnData(), and test_region_data().
| GpStatus WINGDIPAPI GdipCreateSolidFill | ( | ARGB | color, |
| GpSolidFill ** | sf | ||
| ) |
Definition at line 783 of file brush.c.
Referenced by GdipCreatePen1(), GdipGraphicsClear(), GdipPlayMetafileRecord(), metafile_deserialize_brush(), test_brushfill(), test_clipping(), test_constructor_destructor(), test_containers(), test_drawdriverstring(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_Get_Release_DC(), test_hdc_caching(), test_nullframerect(), test_pagetransform(), test_penfilltype(), test_printer_dc(), test_string_functions(), test_type(), test_unknownfontdecode(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipCreateStreamOnFile | ( | GDIPCONST WCHAR * | filename, |
| UINT | access, | ||
| IStream ** | stream | ||
| ) |
Definition at line 2593 of file graphics.c.
Referenced by GdipCreateBitmapFromFile(), GdipCreateMetafileFromFile(), GdipLoadImageFromFile(), and GdipSaveImageToFile().
| GpStatus WINGDIPAPI GdipCreateStringFormat | ( | INT | attr, |
| LANGID | lang, | ||
| GpStringFormat ** | format | ||
| ) |
Definition at line 76 of file stringformat.c.
Referenced by test_characterrange(), test_constructor(), test_digitsubstitution(), test_font_height_scaling(), test_font_transform(), test_GdipDrawString(), test_GdipMeasureString(), test_measure_string(), test_measured_extra_space(), test_string_functions(), test_stringformatflags(), and test_tabstops().
| GpStatus WINGDIPAPI GdipCreateTexture | ( | GpImage * | image, |
| GpWrapMode | wrapmode, | ||
| GpTexture ** | texture | ||
| ) |
Definition at line 812 of file brush.c.
Referenced by metafile_deserialize_brush(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_texturewrap(), and test_transform().
| GpStatus WINGDIPAPI GdipCreateTexture2 | ( | GpImage * | image, |
| GpWrapMode | wrapmode, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| GpTexture ** | texture | ||
| ) |
| GpStatus WINGDIPAPI GdipCreateTexture2I | ( | GpImage * | image, |
| GpWrapMode | wrapmode, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| GpTexture ** | texture | ||
| ) |
Definition at line 954 of file brush.c.
| GpStatus WINGDIPAPI GdipCreateTextureIA | ( | GpImage * | image, |
| GDIPCONST GpImageAttributes * | imageattr, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| GpTexture ** | texture | ||
| ) |
Definition at line 874 of file brush.c.
Referenced by GdipCloneBrush(), GdipCreateTexture(), GdipCreateTexture2(), GdipCreateTexture2I(), and GdipCreateTextureIAI().
| GpStatus WINGDIPAPI GdipCreateTextureIAI | ( | GpImage * | image, |
| GDIPCONST GpImageAttributes * | imageattr, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| GpTexture ** | texture | ||
| ) |
| GpStatus WINGDIPAPI GdipDeleteBrush | ( | GpBrush * | brush | ) |
Definition at line 1020 of file brush.c.
Referenced by GdipCreatePen1(), GdipDeletePen(), GdipGraphicsClear(), GdipPlayMetafileRecord(), GdipSetPenBrushFill(), metafile_deserialize_brush(), metafile_free_object_table_entry(), METAFILE_PlaybackObject(), test_brushfill(), test_clipping(), test_constructor_destructor(), test_constructor_destructor2(), test_containers(), test_createHatchBrush(), test_createLineBrushFromRectWithAngle(), test_drawdriverstring(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_Get_Release_DC(), test_getblend(), test_getbounds(), test_getgamma(), test_getHatchStyle(), test_gradientblendcount(), test_gradientgetrect(), test_gradientsurroundcolorcount(), test_hatchBrushStyles(), test_hdc_caching(), test_lineargradient(), test_lineblend(), test_linelinearblend(), test_nullframerect(), test_pagetransform(), test_pathgradientblend(), test_pathgradientcenterpoint(), test_pathgradientpath(), test_pathgradientpresetblend(), test_penfilltype(), test_printer_dc(), test_renderingOrigin(), test_string_functions(), test_texturewrap(), test_transform(), test_type(), test_unknownfontdecode(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipDeleteCachedBitmap | ( | GpCachedBitmap * | cachedbmp | ) |
| GpStatus WINGDIPAPI GdipDeleteCustomLineCap | ( | GpCustomLineCap * | customCap | ) |
Definition at line 142 of file customlinecap.c.
Referenced by GdipDeletePen(), GdipSetPenCustomEndCap(), GdipSetPenCustomStartCap(), GdipSetPenEndCap(), GdipSetPenLineCap197819(), GdipSetPenStartCap(), metafile_deserialize_custom_line_cap(), METAFILE_PlaybackObject(), test_captype(), test_constructor_destructor(), test_create_adjustable_cap(), test_inset(), test_linejoin(), test_pen(), test_scale(), and test_strokecap().
| GpStatus WINGDIPAPI GdipDeleteEffect | ( | CGpEffect * | effect | ) |
| GpStatus WINGDIPAPI GdipDeleteFont | ( | GpFont * | font | ) |
Definition at line 272 of file font.c.
Referenced by check_family(), GdipAddPathString(), metafile_free_object_table_entry(), release_font_link_info(), test_CloneFont(), test_createfont(), test_createfont_charset(), test_drawdriverstring(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_font_transform(), test_GdipDrawString(), test_GdipMeasureString(), test_heightgivendpi(), test_logfont(), test_long_name(), test_measure_string(), test_measured_extra_space(), test_string_functions(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipDeleteFontFamily | ( | GpFontFamily * | FontFamily | ) |
Definition at line 821 of file font.c.
Referenced by check_family(), gdip_get_font_metrics(), GdipDeleteFont(), GdipDeletePrivateFontCollection(), METAFILE_PlaybackObject(), test_CloneFont(), test_createfont(), test_createfont_charset(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_fontfamily(), test_fontfamily_properties(), test_GdipGetFontCollectionFamilyList(), test_GdipMeasureString(), test_heightgivendpi(), test_logfont(), test_long_name(), test_measure_string(), test_measured_extra_space(), and test_string_functions().
| GpStatus WINGDIPAPI GdipDeleteGraphics | ( | GpGraphics * | graphics | ) |
Definition at line 2616 of file graphics.c.
Referenced by check_metafile(), GdipAddPathString(), GdipGetImageThumbnail(), get_path_hrgn(), METAFILE_DrawImagePointsRect(), test_alpha_hdc(), test_BeginContainer2(), test_bitmapfromgraphics(), test_clear(), test_clip_xform(), test_cliphrgn_transform(), test_clipping(), test_clipping_2(), test_colorkey(), test_colormatrix(), test_constructor_destructor(), test_container_rects(), test_containers(), test_converttoemfplus(), test_createfont_charset(), test_drawdriverstring(), test_drawellipse(), test_DrawImage(), test_drawimage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_font_transform(), test_frameunit(), test_fromhrgn(), test_fromMemoryBitmap(), test_gamma(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipCreateRegionRgnData(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawImageFX(), test_GdipDrawImagePointRect(), test_GdipDrawImagePointsRect(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_GdipDrawString(), test_GdipFillClosedCurve(), test_GdipFillClosedCurve2(), test_GdipFillClosedCurve2I(), test_GdipFillClosedCurveI(), test_GdipFillPath(), test_GdipFillRectangles(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetNearestColor(), test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_memoryDC(), test_GdipGetVisibleClipBounds_screen(), test_GdipGetVisibleClipBounds_window(), test_GdipGraphicsSetAbort(), test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_GdipMeasureString(), test_gditransform(), test_Get_Release_DC(), test_get_set_clip(), test_get_set_interpolation(), test_get_set_textrenderinghint(), test_getbounds(), test_getdc(), test_getdc_scaled(), test_gethrgn(), test_graphics_clear(), test_hatchBrushStyles(), test_hdc_caching(), test_is_outline_visible_path_point(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_lineargradient(), test_logfont(), test_measure_string(), test_measured_extra_space(), test_nullframerect(), test_offsetclip(), test_pagetransform(), test_pen(), test_pen_thickness(), test_printer_dc(), test_properties(), test_remaptable(), test_renderingOrigin(), test_resetclip(), test_resolution(), test_restoredc(), test_save_restore(), test_set_page_transform(), test_setclippath(), test_string_functions(), test_textcontrast(), test_texturewrap(), test_transform(), test_transformpoints(), test_translate(), test_unknownfontdecode(), test_worldtransform(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipDeleteMatrix | ( | GpMatrix * | matrix | ) |
Definition at line 156 of file matrix.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipIsOutlineVisiblePathPoint(), get_pen_transform(), METAFILE_PlaybackUpdateWorldTransform(), SOFTWARE_GdipDrawPath(), SOFTWARE_GdipDrawThinPath(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_constructor3(), test_constructor_destructor(), test_drawdriverstring(), test_DrawImage_scale(), test_excludeinfinite(), test_flatten(), test_font_transform(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawImageFX(), test_GdipDrawString(), test_Get_Release_DC(), test_getregiondata(), test_gradientgetrect(), test_invert(), test_isidentity(), test_isinfinite(), test_isinvertible(), test_scale(), test_scans(), test_shear(), test_string_functions(), test_transform(), test_translate(), test_widen(), test_worldbounds(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipDeletePath | ( | GpPath * | path | ) |
Definition at line 1394 of file graphicspath.c.
Referenced by brush_fill_pixels(), delete_element(), GdipAddPathRectangle(), GdipAddPathRectangles(), GdipAddPathString(), GdipCloneBrush(), GdipCreatePathGradient(), GdipCreatePathGradientFromPath(), GdipCreatePathGradientI(), GdipCreateRegionHrgn(), GdipDeleteBrush(), GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangles(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRectangles(), GdipIsOutlineVisiblePathPoint(), GdipSetClipPath(), GdipWidenPath(), get_region_hrgn(), metafile_deserialize_custom_line_cap(), metafile_free_object_table_entry(), SOFTWARE_GdipDrawPath(), SOFTWARE_GdipDrawThinPath(), test_addclosedcurve(), test_addcurve(), test_addpie(), test_arc(), test_bezier(), test_beziers(), test_captype(), test_combinereplace(), test_constructor_destructor(), test_createpath2(), test_drawpath(), test_ellipse(), test_empty_rect(), test_fillpath(), test_flatten(), test_GdipFillPath(), test_Get_Release_DC(), test_getbounds(), test_gethrgn(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_hascurve(), test_incombinedregion(), test_inset(), test_is_outline_visible_path_point(), test_isvalid(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_lastpoint(), test_line2(), test_linei(), test_linejoin(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), test_nextsubpathpath(), test_pathgradientcenterpoint(), test_pathgradientpath(), test_pathpath(), test_pen(), test_pen_thickness(), test_polygon(), test_rect(), test_rect_line(), test_reverse(), test_scale(), test_setclippath(), test_strokecap(), test_transform(), test_translate(), test_widen(), test_widen_cap(), test_worldbounds(), transform_region_element(), and widen_flat_path_anchors().
| GpStatus WINGDIPAPI GdipDeletePathIter | ( | GpPathIterator * | iter | ) |
Definition at line 69 of file pathiterator.c.
Referenced by test_constructor_destructor(), test_getsubpathcount(), test_hascurve(), test_isvalid(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpath(), and test_nextsubpathpath().
| GpStatus WINGDIPAPI GdipDeletePen | ( | GpPen * | pen | ) |
Definition at line 204 of file pen.c.
Referenced by GdipClonePen(), metafile_free_object_table_entry(), METAFILE_PlaybackObject(), test_brushfill(), test_compoundarray(), test_constructor_destructor(), test_constructor_destructor2(), test_customcap(), test_dasharray(), test_drawellipse(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), test_GdipDrawLineI(), test_GdipDrawLinesI(), test_Get_Release_DC(), test_pen(), test_pen_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), test_widen_cap(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipDeletePrivateFontCollection | ( | GpFontCollection ** | fontCollection | ) |
Definition at line 1076 of file font.c.
Referenced by test_GdipPrivateAddMemoryFont(), test_long_name(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipDeleteRegion | ( | GpRegion * | region | ) |
Definition at line 567 of file region.c.
Referenced by delete_container(), GdipCombineRegionPath(), GdipCombineRegionRect(), GdipCreateRegionHrgn(), GdipCreateRegionPath(), GdipCreateRegionRect(), GdipCreateRegionRgnData(), GdipDeleteGraphics(), GdipEnumerateMetafileSrcRectDestPoints(), GdipGetClip(), GdipGetClipBounds(), GdipGetVisibleClipBounds(), GdipIsVisibleClipEmpty(), GdipIsVisiblePathPoint(), GdipIsVisiblePoint(), GdipIsVisibleRect(), GdipPlayMetafileRecord(), GdipSetClipHrgn(), GdipSetClipRect(), GdipSetClipRegion(), get_clip_hrgn(), get_region_scans_data(), get_visible_clip_region(), metafile_deserialize_region(), metafile_free_object_table_entry(), restore_container(), SOFTWARE_GdipDrawThinPath(), SOFTWARE_GdipFillPath(), SOFTWARE_GdipFillRegion(), test_clip_xform(), test_clipping(), test_clipping_2(), test_combinereplace(), test_excludeinfinite(), test_fillregion(), test_font_height_scaling(), test_fromhrgn(), test_GdipCreateRegionRgnData(), test_Get_Release_DC(), test_get_set_clip(), test_getbounds(), test_gethrgn(), test_getregiondata(), test_incombinedregion(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisiblepoint(), test_isvisiblerect(), test_measure_string(), test_region_data(), test_scans(), test_string_functions(), test_transform(), and test_translate().
| GpStatus WINGDIPAPI GdipDeleteStringFormat | ( | GpStringFormat * | format | ) |
Definition at line 105 of file stringformat.c.
Referenced by test_characterrange(), test_constructor(), test_digitsubstitution(), test_font_height_scaling(), test_font_transform(), test_GdipDrawString(), test_GdipMeasureString(), test_getgenericdefault(), test_getgenerictypographic(), test_measure_string(), test_measured_extra_space(), test_string_functions(), test_stringformatflags(), and test_tabstops().
| GpStatus WINGDIPAPI GdipDisposeImage | ( | GpImage * | image | ) |
Definition at line 2099 of file image.c.
Referenced by decode_frame_wic(), DibLoadImage(), GdipCloneBitmapArea(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipCreateBitmapFromScan0(), GdipCreateBitmapFromStream(), GdipCreateMetafileFromStream(), GdipCreateTextureIA(), GdipDeleteBrush(), GdipDeleteCachedBitmap(), GdipGetImageThumbnail(), GdipGetMetafileHeaderFromFile(), GdipGetMetafileHeaderFromStream(), GdipGetMetafileHeaderFromWmf(), GdipImageRotateFlip(), load_image(), metafile_deserialize_brush(), metafile_deserialize_image(), METAFILE_DrawImagePointsRect(), metafile_free_object_table_entry(), Preview_pFreeImage(), select_frame_wic(), SetWallpaper(), sync_metafile(), test_ARGB_conversion(), test_bitmap_stride(), test_bitmapbits(), test_bitmapfromgraphics(), test_bufferrawformat(), test_clear(), test_clipping(), test_CloneBitmapArea(), test_colorkey(), test_colormatrix(), test_containers(), test_converttoemfplus(), test_createfromwmf(), test_createfromwmf_noplaceable(), test_createhbitmap(), test_dispose(), test_drawdriverstring(), test_drawellipse(), test_DrawImage(), test_drawimage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_frameunit(), test_FromGdiDib(), test_fromhicon(), test_fromMemoryBitmap(), test_gamma(), test_gdi_interop_bitmap(), test_GdipCloneImage(), test_GdipCreateBitmapFromHBITMAP(), test_GdipDrawImageFX(), test_GdipDrawImagePointRect(), test_GdipDrawImagePointsRect(), test_GdipDrawImagePointsRectOnMemoryDC(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetAllPropertyItems(), test_GdipGetImageFlags(), test_GdipGetNearestColor(), test_GdipImageGetFrameDimensionsCount(), test_GdipInitializePalette(), test_GdipMeasureString(), test_gditransform(), test_getdc(), test_getdc_scaled(), test_GetImageDimension(), test_getsetpixel(), test_getthumbnail(), test_gif_properties(), test_graphics_clear(), test_hatchBrushStyles(), test_histogram(), test_image_format(), test_image_properties(), test_imageabort(), test_lineargradient(), test_loadwmf(), test_LockBits(), test_LockBits_UserBuf(), test_multiframegif(), test_nullframerect(), test_offsetclip(), test_pagetransform(), test_palette(), test_PARGB_conversion(), test_pen(), test_pen_thickness(), test_png_color_formats(), test_png_datetime_property(), test_png_histogram_property(), test_png_save_palette(), test_png_unit_properties(), test_printer_dc(), test_properties(), test_remaptable(), test_renderingOrigin(), test_resetclip(), test_resolution(), test_restoredc(), test_rotateflip(), test_SavingImages(), test_SavingMultiPageTiff(), test_Scan0(), test_setclippath(), test_supported_encoders(), test_texturewrap(), test_tiff_palette(), test_tiff_properties(), test_transform(), test_unknownfontdecode(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipDisposeImageAttributes | ( | GpImageAttributes * | imageattr | ) |
Definition at line 97 of file imageattributes.c.
Referenced by GdipCreateTexture(), GdipCreateTexture2(), GdipCreateTexture2I(), GdipCreateTextureIA(), GdipDeleteBrush(), metafile_free_object_table_entry(), METAFILE_PlaybackObject(), test_colorkey(), test_colormatrix(), test_drawimage(), test_gamma(), test_getadjustedpalette(), test_remaptable(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipDrawArc | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 2662 of file graphics.c.
Referenced by GdipDrawArcI(), GdipPlayMetafileRecord(), test_GdipDrawArc(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawArcI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 2695 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_GdipDrawArcI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBezier | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x1, | ||
| REAL | y1, | ||
| REAL | x2, | ||
| REAL | y2, | ||
| REAL | x3, | ||
| REAL | y3, | ||
| REAL | x4, | ||
| REAL | y4 | ||
| ) |
Definition at line 2704 of file graphics.c.
Referenced by GdipDrawBezierI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBezierI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2, | ||
| INT | x3, | ||
| INT | y3, | ||
| INT | x4, | ||
| INT | y4 | ||
| ) |
Definition at line 2729 of file graphics.c.
Referenced by test_GdipDrawBezierI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBeziers | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 2738 of file graphics.c.
Referenced by GdipDrawBezier(), GdipDrawBeziersI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawBeziersI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 2763 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCachedBitmap | ( | GpGraphics * | graphics, |
| GpCachedBitmap * | cachedbmp, | ||
| INT | x, | ||
| INT | y | ||
| ) |
Definition at line 2015 of file image.c.
| GpStatus WINGDIPAPI GdipDrawClosedCurve | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 2794 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawClosedCurve2 | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2810 of file graphics.c.
Referenced by GdipDrawClosedCurve(), GdipDrawClosedCurve2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawClosedCurve2I | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2836 of file graphics.c.
Referenced by GdipDrawClosedCurveI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawClosedCurveI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 2802 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 2864 of file graphics.c.
Referenced by GdipDrawCurveI(), test_GdipDrawCurve(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve2 | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2900 of file graphics.c.
Referenced by GdipDrawCurve(), GdipDrawCurve2I(), GdipDrawCurve3(), test_GdipDrawCurve2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve2I | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension | ||
| ) |
Definition at line 2928 of file graphics.c.
Referenced by GdipDrawCurve3I(), test_GdipDrawCurve2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawCurve3 | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | numberOfSegments, | ||
| REAL | tension | ||
| ) |
Definition at line 2955 of file graphics.c.
Referenced by test_GdipDrawCurve3().
| GpStatus WINGDIPAPI GdipDrawCurve3I | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| INT | offset, | ||
| INT | numberOfSegments, | ||
| REAL | tension | ||
| ) |
Definition at line 2968 of file graphics.c.
Referenced by test_GdipDrawCurve3I().
| GpStatus WINGDIPAPI GdipDrawCurveI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 2872 of file graphics.c.
Referenced by test_GdipDrawCurveI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawDriverString | ( | GpGraphics * | graphics, |
| GDIPCONST UINT16 * | text, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST GpBrush * | brush, | ||
| GDIPCONST PointF * | positions, | ||
| INT | flags, | ||
| GDIPCONST GpMatrix * | matrix | ||
| ) |
Definition at line 7903 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_drawdriverstring(), test_GdipDrawString(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipDrawEllipse | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 2985 of file graphics.c.
Referenced by GdipDrawEllipseI(), GdipPlayMetafileRecord(), test_drawellipse(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawEllipseI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 3017 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawImage | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | x, | ||
| REAL | y | ||
| ) |
Definition at line 3026 of file graphics.c.
Referenced by GdipDrawCachedBitmap(), and GdipDrawImageI().
| GpStatus WINGDIPAPI GdipDrawImageFX | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GpRectF * | src_rect, | ||
| GpMatrix * | transform, | ||
| CGpEffect * | effect, | ||
| GpImageAttributes * | imageattr, | ||
| GpUnit | src_unit | ||
| ) |
Definition at line 3042 of file graphics.c.
Referenced by test_GdipDrawImageFX().
| GpStatus WINGDIPAPI GdipDrawImageI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | x, | ||
| INT | y | ||
| ) |
Definition at line 3087 of file graphics.c.
Referenced by test_DrawImage(), test_DrawImage_scale(), and test_DrawImage_SourceCopy().
| GpStatus WINGDIPAPI GdipDrawImagePointRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | srcx, | ||
| REAL | srcy, | ||
| REAL | srcwidth, | ||
| REAL | srcheight, | ||
| GpUnit | srcUnit | ||
| ) |
Definition at line 3095 of file graphics.c.
Referenced by GdipDrawImage(), and GdipDrawImagePointRectI().
| GpStatus WINGDIPAPI GdipDrawImagePointRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | x, | ||
| INT | y, | ||
| INT | srcx, | ||
| INT | srcy, | ||
| INT | srcwidth, | ||
| INT | srcheight, | ||
| GpUnit | srcUnit | ||
| ) |
Definition at line 3122 of file graphics.c.
Referenced by test_GdipDrawImagePointRect().
| GpStatus WINGDIPAPI GdipDrawImagePoints | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPointF * | dstpoints, | ||
| INT | count | ||
| ) |
Definition at line 3129 of file graphics.c.
Referenced by GdipDrawImagePointsI().
| GpStatus WINGDIPAPI GdipDrawImagePointsI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPoint * | dstpoints, | ||
| INT | count | ||
| ) |
Definition at line 3146 of file graphics.c.
| GpStatus WINGDIPAPI GdipDrawImagePointsRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | srcx, | ||
| REAL | srcy, | ||
| REAL | srcwidth, | ||
| REAL | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageAttributes, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3173 of file graphics.c.
Referenced by GdipDrawImageFX(), GdipDrawImagePointRect(), GdipDrawImagePoints(), GdipDrawImagePointsRectI(), GdipDrawImageRectRect(), GdipDrawImageRectRectI(), GdipPlayMetafileRecord(), test_clear(), test_drawimage(), test_emfonly(), test_fillrect(), test_GdipDrawImagePointsRect(), and test_getdc().
| GpStatus WINGDIPAPI GdipDrawImagePointsRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| INT | srcx, | ||
| INT | srcy, | ||
| INT | srcwidth, | ||
| INT | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageAttributes, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3523 of file graphics.c.
| GpStatus WINGDIPAPI GdipDrawImageRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 3597 of file graphics.c.
Referenced by GdipDrawImageRectI().
| GpStatus WINGDIPAPI GdipDrawImageRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 3618 of file graphics.c.
| GpStatus WINGDIPAPI GdipDrawImageRectRect | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| REAL | dstx, | ||
| REAL | dsty, | ||
| REAL | dstwidth, | ||
| REAL | dstheight, | ||
| REAL | srcx, | ||
| REAL | srcy, | ||
| REAL | srcwidth, | ||
| REAL | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageattr, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3551 of file graphics.c.
Referenced by GdipDrawImageRect(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipDrawImageRectRectI | ( | GpGraphics * | graphics, |
| GpImage * | image, | ||
| INT | dstx, | ||
| INT | dsty, | ||
| INT | dstwidth, | ||
| INT | dstheight, | ||
| INT | srcx, | ||
| INT | srcy, | ||
| INT | srcwidth, | ||
| INT | srcheight, | ||
| GpUnit | srcUnit, | ||
| GDIPCONST GpImageAttributes * | imageAttributes, | ||
| DrawImageAbort | callback, | ||
| VOID * | callbackData | ||
| ) |
Definition at line 3574 of file graphics.c.
Referenced by GdipGetImageThumbnail(), METAFILE_DrawImagePointsRect(), test_colorkey(), test_colormatrix(), test_gamma(), test_GdipDrawImagePointsRectOnMemoryDC(), and test_remaptable().
| GpStatus WINGDIPAPI GdipDrawLine | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x1, | ||
| REAL | y1, | ||
| REAL | x2, | ||
| REAL | y2 | ||
| ) |
Definition at line 3626 of file graphics.c.
Referenced by GdipDrawLineI(), test_Get_Release_DC(), and test_pen_thickness().
| GpStatus WINGDIPAPI GdipDrawLineI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x1, | ||
| INT | y1, | ||
| INT | x2, | ||
| INT | y2 | ||
| ) |
Definition at line 3646 of file graphics.c.
Referenced by test_emfonly(), test_GdipDrawLineI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawLines | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 3654 of file graphics.c.
Referenced by GdipDrawLine(), GdipDrawLinesI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawLinesI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 3679 of file graphics.c.
Referenced by test_GdipDrawLinesI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPath | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GpPath * | path | ||
| ) |
Definition at line 4207 of file graphics.c.
Referenced by GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangles(), GdipPlayMetafileRecord(), test_drawpath(), test_Get_Release_DC(), test_pen(), and test_pen_thickness().
| GpStatus WINGDIPAPI GdipDrawPie | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4232 of file graphics.c.
Referenced by GdipDrawPieI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPieI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4258 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPolygon | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 6938 of file graphics.c.
Referenced by GdipDrawPolygonI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawPolygonI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 6964 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectangle | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 4267 of file graphics.c.
Referenced by GdipDrawRectangleI(), test_drawrectangle(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectangleI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 4278 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectangles | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpRectF * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4286 of file graphics.c.
Referenced by GdipDrawRectangle(), GdipDrawRectanglesI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawRectanglesI | ( | GpGraphics * | graphics, |
| GpPen * | pen, | ||
| GDIPCONST GpRect * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4314 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipDrawString | ( | GpGraphics * | graphics, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST RectF * | rect, | ||
| GDIPCONST GpStringFormat * | format, | ||
| GDIPCONST GpBrush * | brush | ||
| ) |
Definition at line 6043 of file graphics.c.
Referenced by test_GdipDrawString(), and test_string_functions().
| GpStatus WINGDIPAPI GdipEmfToWmfBits | ( | HENHMETAFILE | hemf, |
| UINT | cbData16, | ||
| LPBYTE | pData16, | ||
| INT | iMapMode, | ||
| INT | eFlags | ||
| ) |
Definition at line 4458 of file metafile.c.
| GpStatus WINGDIPAPI GdipEndContainer | ( | GpGraphics * | graphics, |
| GraphicsContainer | state | ||
| ) |
Definition at line 6394 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipPlayMetafileRecord(), test_BeginContainer2(), test_container_rects(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestPoint | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpPointF * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4040 of file metafile.c.
Referenced by GdipEnumerateMetafileDestPointI().
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestPointI | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpPoint * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4058 of file metafile.c.
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestRect | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpRectF * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4007 of file metafile.c.
Referenced by GdipEnumerateMetafileDestPoint(), and GdipEnumerateMetafileDestRectI().
| GpStatus WINGDIPAPI GdipEnumerateMetafileDestRectI | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpRect * | dest, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 4024 of file metafile.c.
| GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestPoints | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpPointF * | destPoints, | ||
| INT | count, | ||
| GDIPCONST GpRectF * | srcRect, | ||
| Unit | srcUnit, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | callbackData, | ||
| GDIPCONST GpImageAttributes * | imageAttributes | ||
| ) |
Definition at line 3829 of file metafile.c.
Referenced by check_metafile(), GdipDrawImagePointsRect(), GdipEnumerateMetafileDestRect(), GdipEnumerateMetafileSrcRectDestRect(), and play_metafile().
| GpStatus WINGDIPAPI GdipEnumerateMetafileSrcRectDestRect | ( | GpGraphics * | graphics, |
| GDIPCONST GpMetafile * | metafile, | ||
| GDIPCONST GpRectF * | dest, | ||
| GDIPCONST GpRectF * | src, | ||
| Unit | srcUnit, | ||
| EnumerateMetafileProc | callback, | ||
| VOID * | cb_data, | ||
| GDIPCONST GpImageAttributes * | attrs | ||
| ) |
Definition at line 3970 of file metafile.c.
Referenced by GdipEnumerateMetafileSrcRectDestRectI().
| GpStatus WINGDIPAPI GdipFillClosedCurve | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 4400 of file graphics.c.
Referenced by test_GdipFillClosedCurve(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillClosedCurve2 | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | tension, | ||
| GpFillMode | fill | ||
| ) |
Definition at line 4339 of file graphics.c.
Referenced by GdipFillClosedCurve(), GdipFillClosedCurve2I(), GdipPlayMetafileRecord(), test_GdipFillClosedCurve2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillClosedCurve2I | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| REAL | tension, | ||
| GpFillMode | fill | ||
| ) |
Definition at line 4368 of file graphics.c.
Referenced by GdipFillClosedCurveI(), test_GdipFillClosedCurve2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillClosedCurveI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 4408 of file graphics.c.
Referenced by test_GdipFillClosedCurveI(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillEllipse | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 4416 of file graphics.c.
Referenced by GdipFillEllipseI(), GdipPlayMetafileRecord(), test_fillellipse(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillEllipseI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 4452 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPath | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GpPath * | path | ||
| ) |
Definition at line 4529 of file graphics.c.
Referenced by GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRectangles(), GdipPlayMetafileRecord(), SOFTWARE_GdipDrawPath(), test_fillpath(), test_GdipFillPath(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPie | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4562 of file graphics.c.
Referenced by GdipFillPieI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPieI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| REAL | startAngle, | ||
| REAL | sweepAngle | ||
| ) |
Definition at line 4599 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygon | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| GpFillMode | fillMode | ||
| ) |
Definition at line 4608 of file graphics.c.
Referenced by GdipFillPolygon2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygon2 | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 4666 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygon2I | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 4674 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillPolygonI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpPoint * | points, | ||
| INT | count, | ||
| GpFillMode | fillMode | ||
| ) |
Definition at line 4637 of file graphics.c.
Referenced by GdipFillPolygon2I(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillRectangle | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height | ||
| ) |
Definition at line 4682 of file graphics.c.
Referenced by draw_string_callback(), GdipGraphicsClear(), test_clipping(), test_containers(), test_Get_Release_DC(), test_pagetransform(), test_transform(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipFillRectangleI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height | ||
| ) |
Definition at line 4693 of file graphics.c.
Referenced by test_fillrect(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_Get_Release_DC(), test_hatchBrushStyles(), test_hdc_caching(), test_nullframerect(), test_pagetransform(), test_printer_dc(), test_renderingOrigin(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipFillRectangles | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpRectF * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4704 of file graphics.c.
Referenced by GdipFillRectangle(), GdipFillRectangleI(), GdipFillRectanglesI(), GdipPlayMetafileRecord(), test_GdipFillRectangles(), test_Get_Release_DC(), and test_lineargradient().
| GpStatus WINGDIPAPI GdipFillRectanglesI | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GDIPCONST GpRect * | rects, | ||
| INT | count | ||
| ) |
Definition at line 4733 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFillRegion | ( | GpGraphics * | graphics, |
| GpBrush * | brush, | ||
| GpRegion * | region | ||
| ) |
Definition at line 4891 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), SOFTWARE_GdipFillPath(), test_fillregion(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipFindFirstImageItem | ( | GpImage * | image, |
| ImageItemData * | item | ||
| ) |
Definition at line 2113 of file image.c.
| GpStatus WINGDIPAPI GdipFindNextImageItem | ( | GpImage * | , |
| ImageItemData * | |||
| ) |
| GpStatus WINGDIPAPI GdipFlattenPath | ( | GpPath * | path, |
| GpMatrix * | matrix, | ||
| REAL | flatness | ||
| ) |
Definition at line 1408 of file graphicspath.c.
Referenced by brush_fill_pixels(), GdipWidenPath(), SOFTWARE_GdipDrawThinPath(), and test_flatten().
| GpStatus WINGDIPAPI GdipFlush | ( | GpGraphics * | graphics, |
| GpFlushIntention | intention | ||
| ) |
Definition at line 4924 of file graphics.c.
Referenced by test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapFillState | ( | GpAdjustableArrowCap * | cap, |
| BOOL * | fill | ||
| ) |
Definition at line 364 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapHeight | ( | GpAdjustableArrowCap * | cap, |
| REAL * | height | ||
| ) |
Definition at line 375 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapMiddleInset | ( | GpAdjustableArrowCap * | cap, |
| REAL * | middle | ||
| ) |
Definition at line 386 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetAdjustableArrowCapWidth | ( | GpAdjustableArrowCap * | cap, |
| REAL * | width | ||
| ) |
Definition at line 397 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetAllPropertyItems | ( | GpImage * | image, |
| UINT | size, | ||
| UINT | count, | ||
| PropertyItem * | buf | ||
| ) |
Definition at line 2746 of file image.c.
Referenced by check_properties_get_all(), and test_image_properties().
| GpStatus WINGDIPAPI GdipGetBrushType | ( | GpBrush * | brush, |
| GpBrushType * | type | ||
| ) |
Definition at line 976 of file brush.c.
Referenced by test_brushfill(), and test_type().
| GpStatus WINGDIPAPI GdipGetCellAscent | ( | GDIPCONST GpFontFamily * | family, |
| INT | style, | ||
| UINT16 * | CellAscent | ||
| ) |
Definition at line 834 of file font.c.
Referenced by gdip_get_font_metrics(), and test_fontfamily_properties().
| GpStatus WINGDIPAPI GdipGetCellDescent | ( | GDIPCONST GpFontFamily * | family, |
| INT | style, | ||
| UINT16 * | CellDescent | ||
| ) |
Definition at line 845 of file font.c.
Referenced by gdip_get_font_metrics(), and test_fontfamily_properties().
| GpStatus WINGDIPAPI GdipGetClip | ( | GpGraphics * | graphics, |
| GpRegion * | region | ||
| ) |
Definition at line 7195 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipGetClipBounds(), test_clip_xform(), test_clipping(), test_clipping_2(), test_Get_Release_DC(), and test_get_set_clip().
| GpStatus WINGDIPAPI GdipGetClipBounds | ( | GpGraphics * | graphics, |
| GpRectF * | rect | ||
| ) |
Definition at line 4945 of file graphics.c.
Referenced by GdipGetClipBoundsI(), test_BeginContainer2(), test_clipping(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetClipBoundsI | ( | GpGraphics * | graphics, |
| GpRect * | rect | ||
| ) |
Definition at line 4972 of file graphics.c.
Referenced by test_clipping(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetCompositingMode | ( | GpGraphics * | graphics, |
| CompositingMode * | mode | ||
| ) |
Definition at line 4993 of file graphics.c.
Referenced by gdi_alpha_blend(), GdipGraphicsClear(), test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetCompositingQuality | ( | GpGraphics * | graphics, |
| CompositingQuality * | quality | ||
| ) |
Definition at line 5010 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetCustomLineCapBaseCap | ( | GpCustomLineCap * | customCap, |
| GpLineCap * | baseCap | ||
| ) |
Definition at line 260 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipGetCustomLineCapBaseInset | ( | GpCustomLineCap * | custom, |
| REAL * | inset | ||
| ) |
Definition at line 208 of file customlinecap.c.
Referenced by test_create_adjustable_cap(), and test_inset().
| GpStatus WINGDIPAPI GdipGetCustomLineCapStrokeJoin | ( | GpCustomLineCap * | customCap, |
| GpLineJoin * | lineJoin | ||
| ) |
Definition at line 156 of file customlinecap.c.
Referenced by test_create_adjustable_cap(), and test_linejoin().
| GpStatus WINGDIPAPI GdipGetCustomLineCapType | ( | GpCustomLineCap * | customCap, |
| CustomLineCapType * | type | ||
| ) |
| GpStatus WINGDIPAPI GdipGetCustomLineCapWidthScale | ( | GpCustomLineCap * | custom, |
| REAL * | widthScale | ||
| ) |
Definition at line 169 of file customlinecap.c.
Referenced by test_create_adjustable_cap(), and test_scale().
| GpStatus WINGDIPAPI GdipGetDC | ( | GpGraphics * | graphics, |
| HDC * | hdc | ||
| ) |
Definition at line 7050 of file graphics.c.
Referenced by METAFILE_PlaybackGetDC(), test_alpha_hdc(), test_emfonly(), test_fromMemoryBitmap(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawString(), test_gditransform(), test_Get_Release_DC(), test_getdc(), test_getdc_scaled(), test_nullframerect(), and test_restoredc().
| GpStatus WINGDIPAPI GdipGetDpiX | ( | GpGraphics * | graphics, |
| REAL * | dpi | ||
| ) |
Definition at line 6988 of file graphics.c.
Referenced by create_graphics(), GdipCreateBitmapFromGraphics(), test_bitmapfromgraphics(), test_container_rects(), test_containers(), test_Get_Release_DC(), test_measured_extra_space(), test_pagetransform(), test_printer_dc(), and test_resolution().
| GpStatus WINGDIPAPI GdipGetDpiY | ( | GpGraphics * | graphics, |
| REAL * | dpi | ||
| ) |
Definition at line 7002 of file graphics.c.
Referenced by create_graphics(), GdipCreateBitmapFromGraphics(), GdipGetFontHeight(), test_bitmapfromgraphics(), test_container_rects(), test_containers(), test_font_height_scaling(), test_Get_Release_DC(), test_pagetransform(), test_printer_dc(), and test_resolution().
| GpStatus WINGDIPAPI GdipGetEmHeight | ( | GDIPCONST GpFontFamily * | family, |
| INT | style, | ||
| UINT16 * | EmHeight | ||
| ) |
Definition at line 872 of file font.c.
Referenced by gdip_get_font_metrics(), GdipAddPathString(), GdipGetFontHeightGivenDPI(), test_fontfamily_properties(), and test_logfont().
| GpStatus WINGDIPAPI GdipGetEncoderParameterListSize | ( | GpImage * | image, |
| GDIPCONST CLSID * | clsidEncoder, | ||
| UINT * | size | ||
| ) |
| GpStatus WINGDIPAPI GdipGetFamily | ( | GpFont * | font, |
| GpFontFamily ** | family | ||
| ) |
Definition at line 321 of file font.c.
Referenced by gdip_get_font_metrics(), test_CloneFont(), test_createfont(), and test_logfont().
| GpStatus WINGDIPAPI GdipGetFamilyName | ( | GDIPCONST GpFontFamily * | family, |
| WCHAR * | name, | ||
| LANGID | language | ||
| ) |
Definition at line 786 of file font.c.
Referenced by check_family(), GdipCreateFont(), test_createfont(), test_fontfamily(), and test_long_name().
| GpStatus WINGDIPAPI GdipGetFontCollectionFamilyCount | ( | GpFontCollection * | fontCollection, |
| INT * | numFound | ||
| ) |
Definition at line 1528 of file font.c.
Referenced by is_family_in_collection(), test_GdipGetFontCollectionFamilyCount(), test_GdipGetFontCollectionFamilyList(), test_GdipPrivateAddMemoryFont(), test_long_name(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipGetFontCollectionFamilyList | ( | GpFontCollection * | fontCollection, |
| INT | numSought, | ||
| GpFontFamily * | gpfamilies[], | ||
| INT * | numFound | ||
| ) |
Definition at line 1543 of file font.c.
Referenced by is_family_in_collection(), test_GdipGetFontCollectionFamilyList(), test_long_name(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipGetFontHeight | ( | GDIPCONST GpFont * | font, |
| GDIPCONST GpGraphics * | graphics, | ||
| REAL * | height | ||
| ) |
Definition at line 530 of file font.c.
Referenced by gdip_get_font_metrics(), test_font_height_scaling(), test_font_transform(), and test_logfont().
Definition at line 577 of file font.c.
Referenced by GdipGetFontHeight(), and test_heightgivendpi().
| GpStatus WINGDIPAPI GdipGetFontSize | ( | GpFont * | font, |
| REAL * | size | ||
| ) |
Definition at line 352 of file font.c.
Referenced by gdip_get_font_metrics(), test_CloneFont(), test_createfont(), test_GdipMeasureString(), test_logfont(), and test_measured_extra_space().
| GpStatus WINGDIPAPI GdipGetFontStyle | ( | GpFont * | font, |
| INT * | style | ||
| ) |
Definition at line 395 of file font.c.
Referenced by gdip_get_font_metrics(), METAFILE_AddFontObject(), test_CloneFont(), and test_logfont().
| GpStatus WINGDIPAPI GdipGetFontUnit | ( | GpFont * | font, |
| Unit * | unit | ||
| ) |
Definition at line 419 of file font.c.
Referenced by test_CloneFont(), test_createfont(), test_font_metrics(), test_GdipMeasureString(), test_heightgivendpi(), and test_logfont().
| GpStatus WINGDIPAPI GdipGetGenericFontFamilyMonospace | ( | GpFontFamily ** | nativeFamily | ) |
Definition at line 965 of file font.c.
Referenced by test_getgenerics().
| GpStatus WINGDIPAPI GdipGetGenericFontFamilySansSerif | ( | GpFontFamily ** | nativeFamily | ) |
Definition at line 1029 of file font.c.
Referenced by GdipGetGenericFontFamilySerif(), METAFILE_PlaybackObject(), and test_getgenerics().
| GpStatus WINGDIPAPI GdipGetGenericFontFamilySerif | ( | GpFontFamily ** | nativeFamily | ) |
Definition at line 997 of file font.c.
Referenced by test_getgenerics().
| GpStatus WINGDIPAPI GdipGetHatchBackgroundColor | ( | GpHatch * | brush, |
| ARGB * | backcol | ||
| ) |
| GpStatus WINGDIPAPI GdipGetHatchForegroundColor | ( | GpHatch * | brush, |
| ARGB * | forecol | ||
| ) |
| GpStatus WINGDIPAPI GdipGetHatchStyle | ( | GpHatch * | brush, |
| GpHatchStyle * | hatchstyle | ||
| ) |
Definition at line 1009 of file brush.c.
Referenced by test_getHatchStyle().
| GpStatus WINGDIPAPI GdipGetHemfFromMetafile | ( | GpMetafile * | metafile, |
| HENHMETAFILE * | hEmf | ||
| ) |
Definition at line 1792 of file metafile.c.
Referenced by sync_metafile(), test_clear(), test_drawellipse(), test_drawimage(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_gditransform(), test_getdc(), test_offsetclip(), test_pen(), test_properties(), test_resetclip(), and test_setclippath().
| GpStatus WINGDIPAPI GdipGetImageAttributesAdjustedPalette | ( | GpImageAttributes * | imageattr, |
| ColorPalette * | palette, | ||
| ColorAdjustType | type | ||
| ) |
Definition at line 114 of file imageattributes.c.
Referenced by test_getadjustedpalette().
| GpStatus WINGDIPAPI GdipGetImageBounds | ( | GpImage * | image, |
| GpRectF * | srcRect, | ||
| GpUnit * | srcUnit | ||
| ) |
Definition at line 2140 of file image.c.
Referenced by GdipDrawImageFX(), GdipDrawImageRect(), get_graphics_device_bounds(), test_createfromwmf(), test_emfonly(), test_empty(), test_frameunit(), test_GdipCloneImage(), test_loadwmf(), and test_nullframerect().
| GpStatus WINGDIPAPI GdipGetImageDecoders | ( | UINT | numDecoders, |
| UINT | size, | ||
| ImageCodecInfo * | decoders | ||
| ) |
Definition at line 5258 of file image.c.
Referenced by GdipGetSupportedFileExtensions(), and pBuildFileList().
| GpStatus WINGDIPAPI GdipGetImageDecodersSize | ( | UINT * | numDecoders, |
| UINT * | size | ||
| ) |
Definition at line 5234 of file image.c.
Referenced by GdipGetSupportedFileExtensions(), and pBuildFileList().
| GpStatus WINGDIPAPI GdipGetImageDimension | ( | GpImage * | image, |
| REAL * | width, | ||
| REAL * | height | ||
| ) |
Definition at line 2168 of file image.c.
Referenced by test_GdipCreateBitmapFromHBITMAP(), test_GetImageDimension(), test_SavingImages(), and test_SavingMultiPageTiff().
| GpStatus WINGDIPAPI GdipGetImageEncoders | ( | UINT | numEncoders, |
| UINT | size, | ||
| ImageCodecInfo * | encoders | ||
| ) |
Definition at line 5309 of file image.c.
Referenced by GdipGetEncoderClsid(), get_encoder_clsid(), Preview_pSaveImage(), Preview_pSaveImageAs(), test_encoders(), and test_SavingImages().
| GpStatus WINGDIPAPI GdipGetImageEncodersSize | ( | UINT * | numEncoders, |
| UINT * | size | ||
| ) |
Definition at line 5285 of file image.c.
Referenced by GdipGetEncoderClsid(), get_encoder_clsid(), Preview_pSaveImage(), Preview_pSaveImageAs(), test_encoders(), and test_SavingImages().
| GpStatus WINGDIPAPI GdipGetImageFlags | ( | GpImage * | image, |
| UINT * | flags | ||
| ) |
Definition at line 5672 of file image.c.
Referenced by test_GdipGetImageFlags(), test_png_color_formats(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipGetImageGraphicsContext | ( | GpImage * | image, |
| GpGraphics ** | graphics | ||
| ) |
Definition at line 2195 of file image.c.
Referenced by create_graphics(), GdipGetImageThumbnail(), METAFILE_DrawImagePointsRect(), test_clear(), test_clipping(), test_colorkey(), test_colormatrix(), test_containers(), test_converttoemfplus(), test_drawdriverstring(), test_drawellipse(), test_DrawImage(), test_drawimage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_frameunit(), test_fromMemoryBitmap(), test_gamma(), test_gdi_interop_bitmap(), test_GdipDrawImagePointRect(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipGetNearestColor(), test_gditransform(), test_getdc(), test_getdc_scaled(), test_graphics_clear(), test_hatchBrushStyles(), test_is_outline_visible_path_point(), test_lineargradient(), test_nullframerect(), test_offsetclip(), test_pagetransform(), test_pen(), test_pen_thickness(), test_printer_dc(), test_properties(), test_remaptable(), test_renderingOrigin(), test_resetclip(), test_resolution(), test_restoredc(), test_setclippath(), test_unknownfontdecode(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipGetImageHeight | ( | GpImage * | image, |
| UINT * | height | ||
| ) |
Definition at line 2213 of file image.c.
Referenced by DibLoadImage(), encode_frame_wic(), expect_image_properties(), GdipBitmapGetHistogram(), GdipCloneBrush(), GdipCreateHBITMAPFromBitmap(), GdipCreateTexture(), GdipDrawImage(), GdipDrawImagePoints(), GdipGetImageThumbnail(), Preview_ResetZoom(), test_bitmapfromgraphics(), test_getthumbnail(), test_pagetransform(), test_rotateflip(), ZoomWnd_OnDraw(), ZoomWnd_OnHVScroll(), and ZoomWnd_UpdateScroll().
| GpStatus WINGDIPAPI GdipGetImageHorizontalResolution | ( | GpImage * | image, |
| REAL * | res | ||
| ) |
Definition at line 2236 of file image.c.
Referenced by create_graphics(), test_bitmapfromgraphics(), test_createfromwmf(), test_emfonly(), test_empty(), test_frameunit(), test_loadwmf(), test_pagetransform(), and test_resolution().
| GpStatus WINGDIPAPI GdipGetImageItemData | ( | GpImage * | image, |
| ImageItemData * | item | ||
| ) |
| GpStatus WINGDIPAPI GdipGetImagePalette | ( | GpImage * | image, |
| ColorPalette * | palette, | ||
| INT | size | ||
| ) |
Definition at line 4950 of file image.c.
Referenced by test_GdipCreateBitmapFromHBITMAP(), test_multiframegif(), test_palette(), and test_tiff_palette().
| GpStatus WINGDIPAPI GdipGetImagePaletteSize | ( | GpImage * | image, |
| INT * | size | ||
| ) |
Definition at line 2248 of file image.c.
Referenced by test_image_properties(), test_multiframegif(), test_palette(), and test_tiff_palette().
| GpStatus WINGDIPAPI GdipGetImagePixelFormat | ( | GpImage * | image, |
| PixelFormat * | format | ||
| ) |
Definition at line 2272 of file image.c.
Referenced by expect_image_properties(), test_bitmapfromgraphics(), test_FromGdiDib(), test_GdipCreateBitmapFromHBITMAP(), test_image_format(), test_multiframegif(), test_png_color_formats(), and test_tiff_palette().
| GpStatus WINGDIPAPI GdipGetImageRawFormat | ( | GpImage * | image, |
| GUID * | format | ||
| ) |
Definition at line 2287 of file image.c.
Referenced by expect_rawformat(), Preview_pSaveImage(), Preview_pSaveImageAs(), and SetWallpaper().
| GpStatus WINGDIPAPI GdipGetImageThumbnail | ( | GpImage * | image, |
| UINT | width, | ||
| UINT | height, | ||
| GpImage ** | ret_image, | ||
| GetThumbnailImageAbort | cb, | ||
| VOID * | cb_data | ||
| ) |
Definition at line 5715 of file image.c.
Referenced by test_getthumbnail(), and test_image_format().
| GpStatus WINGDIPAPI GdipGetImageType | ( | GpImage * | image, |
| ImageType * | type | ||
| ) |
Definition at line 2299 of file image.c.
Referenced by expect_image_properties(), load_image(), test_image_properties(), and test_png_color_formats().
| GpStatus WINGDIPAPI GdipGetImageVerticalResolution | ( | GpImage * | image, |
| REAL * | res | ||
| ) |
Definition at line 2311 of file image.c.
Referenced by create_graphics(), test_bitmapfromgraphics(), test_createfromwmf(), test_emfonly(), test_empty(), test_frameunit(), test_loadwmf(), test_pagetransform(), and test_resolution().
| GpStatus WINGDIPAPI GdipGetImageWidth | ( | GpImage * | image, |
| UINT * | width | ||
| ) |
Definition at line 2323 of file image.c.
Referenced by DibLoadImage(), encode_frame_wic(), expect_image_properties(), GdipBitmapGetHistogram(), GdipCloneBrush(), GdipCreateHBITMAPFromBitmap(), GdipCreateTexture(), GdipDrawImage(), GdipDrawImagePoints(), GdipGetImageThumbnail(), Preview_ResetZoom(), test_bitmapfromgraphics(), test_getthumbnail(), test_pagetransform(), test_rotateflip(), ZoomWnd_OnDraw(), ZoomWnd_OnHVScroll(), and ZoomWnd_UpdateScroll().
| GpStatus WINGDIPAPI GdipGetInterpolationMode | ( | GpGraphics * | graphics, |
| InterpolationMode * | mode | ||
| ) |
Definition at line 5027 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), test_get_set_interpolation(), and test_save_restore().
| GpStatus WINGDIPAPI GdipGetLineBlend | ( | GpLineGradient * | brush, |
| REAL * | factors, | ||
| REAL * | positions, | ||
| INT | count | ||
| ) |
Definition at line 1429 of file brush.c.
Referenced by test_lineblend(), and test_linelinearblend().
| GpStatus WINGDIPAPI GdipGetLineBlendCount | ( | GpLineGradient * | brush, |
| INT * | count | ||
| ) |
Definition at line 1446 of file brush.c.
Referenced by test_lineblend(), and test_linelinearblend().
| GpStatus WINGDIPAPI GdipGetLineColors | ( | GpLineGradient * | brush, |
| ARGB * | colors | ||
| ) |
Definition at line 2009 of file brush.c.
Referenced by test_gradientgetrect().
| GpStatus WINGDIPAPI GdipGetLineGammaCorrection | ( | GpLineGradient * | line, |
| BOOL * | usinggamma | ||
| ) |
Definition at line 1056 of file brush.c.
Referenced by test_getgamma().
| GpStatus WINGDIPAPI GdipGetLinePresetBlend | ( | GpLineGradient * | brush, |
| ARGB * | blend, | ||
| REAL * | positions, | ||
| INT | count | ||
| ) |
Definition at line 2103 of file brush.c.
Referenced by test_lineblend().
| GpStatus WINGDIPAPI GdipGetLinePresetBlendCount | ( | GpLineGradient * | brush, |
| INT * | count | ||
| ) |
| GpStatus WINGDIPAPI GdipGetLineRect | ( | GpLineGradient * | brush, |
| GpRectF * | rect | ||
| ) |
Definition at line 2217 of file brush.c.
Referenced by GdipGetLineRectI(), test_gradientgetrect(), and test_transform().
| GpStatus WINGDIPAPI GdipGetLineRectI | ( | GpLineGradient * | brush, |
| GpRect * | rect | ||
| ) |
Definition at line 2229 of file brush.c.
| GpStatus WINGDIPAPI GdipGetLineSpacing | ( | GDIPCONST GpFontFamily * | family, |
| INT | style, | ||
| UINT16 * | LineSpacing | ||
| ) |
Definition at line 899 of file font.c.
Referenced by gdip_get_font_metrics(), GdipGetFontHeightGivenDPI(), test_fontfamily_properties(), and test_logfont().
| GpStatus WINGDIPAPI GdipGetLineTransform | ( | GpLineGradient * | brush, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 2155 of file brush.c.
Referenced by test_gradientgetrect(), and test_transform().
| GpStatus WINGDIPAPI GdipGetLineWrapMode | ( | GpLineGradient * | brush, |
| GpWrapMode * | wrapmode | ||
| ) |
| GpStatus WINGDIPAPI GdipGetLogFontA | ( | GpFont * | font, |
| GpGraphics * | graphics, | ||
| LOGFONTA * | lfa | ||
| ) |
Definition at line 434 of file font.c.
Referenced by test_font_substitution(), test_font_transform(), and test_logfont().
| GpStatus WINGDIPAPI GdipGetLogFontW | ( | GpFont * | font, |
| GpGraphics * | graphics, | ||
| LOGFONTW * | lf | ||
| ) |
Definition at line 457 of file font.c.
Referenced by GdipGetLogFontA(), test_createfont_charset(), test_font_metrics(), and test_GdipMeasureString().
| GpStatus WINGDIPAPI GdipGetMatrixElements | ( | GDIPCONST GpMatrix * | matrix, |
| REAL * | out | ||
| ) |
Definition at line 168 of file matrix.c.
Referenced by get_pen_transform(), test_BeginContainer2(), test_constructor3(), test_gradientgetrect(), test_invert(), test_scale(), test_transform(), test_translate(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipGetMetafileDownLevelRasterizationLimit | ( | GDIPCONST GpMetafile * | metafile, |
| UINT * | limitDpi | ||
| ) |
Definition at line 4401 of file metafile.c.
Referenced by test_empty().
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromEmf | ( | HENHMETAFILE | hemf, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4128 of file metafile.c.
Referenced by GdipCreateMetafileFromEmf(), GdipGetMetafileHeaderFromMetafile(), METAFILE_GraphicsDeleted(), test_emfonly(), and test_empty().
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromFile | ( | GDIPCONST WCHAR * | filename, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4204 of file metafile.c.
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromMetafile | ( | GpMetafile * | metafile, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4072 of file metafile.c.
Referenced by GdipGetMetafileHeaderFromFile(), GdipGetMetafileHeaderFromStream(), GdipGetMetafileHeaderFromWmf(), test_createfromwmf(), test_emfonly(), test_empty(), test_gditransform(), and test_loadwmf().
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromStream | ( | IStream * | stream, |
| MetafileHeader * | header | ||
| ) |
Definition at line 4224 of file metafile.c.
| GpStatus WINGDIPAPI GdipGetMetafileHeaderFromWmf | ( | HMETAFILE | hwmf, |
| GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
| MetafileHeader * | header | ||
| ) |
Definition at line 4187 of file metafile.c.
| GpStatus WINGDIPAPI GdipGetNearestColor | ( | GpGraphics * | graphics, |
| ARGB * | argb | ||
| ) |
Definition at line 5044 of file graphics.c.
Referenced by test_GdipGetNearestColor(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetPageScale | ( | GpGraphics * | graphics, |
| REAL * | scale | ||
| ) |
Definition at line 5065 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), test_pagetransform(), and test_set_page_transform().
| GpStatus WINGDIPAPI GdipGetPageUnit | ( | GpGraphics * | graphics, |
| GpUnit * | unit | ||
| ) |
Definition at line 5080 of file graphics.c.
Referenced by test_BeginContainer2(), test_clipping(), test_clipping_2(), test_Get_Release_DC(), test_pagetransform(), test_printer_dc(), and test_set_page_transform().
| GpStatus WINGDIPAPI GdipGetPathData | ( | GpPath * | path, |
| GpPathData * | pathData | ||
| ) |
Definition at line 1493 of file graphicspath.c.
Referenced by test_createpath2(), and test_getpathdata().
| GpStatus WINGDIPAPI GdipGetPathFillMode | ( | GpPath * | path, |
| GpFillMode * | fillmode | ||
| ) |
Definition at line 1508 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipGetPathGradientBlend | ( | GpPathGradient * | brush, |
| REAL * | blend, | ||
| REAL * | positions, | ||
| INT | count | ||
| ) |
Definition at line 1081 of file brush.c.
Referenced by test_getblend(), and test_pathgradientblend().
| GpStatus WINGDIPAPI GdipGetPathGradientBlendCount | ( | GpPathGradient * | brush, |
| INT * | count | ||
| ) |
Definition at line 1100 of file brush.c.
Referenced by test_gradientblendcount(), and test_pathgradientblend().
| GpStatus WINGDIPAPI GdipGetPathGradientCenterColor | ( | GpPathGradient * | grad, |
| ARGB * | colors | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPathGradientCenterPoint | ( | GpPathGradient * | grad, |
| GpPointF * | point | ||
| ) |
Definition at line 1112 of file brush.c.
Referenced by GdipGetPathGradientCenterPointI(), and test_pathgradientcenterpoint().
| GpStatus WINGDIPAPI GdipGetPathGradientCenterPointI | ( | GpPathGradient * | grad, |
| GpPoint * | point | ||
| ) |
Definition at line 1126 of file brush.c.
| GpStatus WINGDIPAPI GdipGetPathGradientFocusScales | ( | GpPathGradient * | grad, |
| REAL * | x, | ||
| REAL * | y | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPathGradientGammaCorrection | ( | GpPathGradient * | grad, |
| BOOL * | gamma | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPathGradientPath | ( | GpPathGradient * | grad, |
| GpPath * | path | ||
| ) |
Definition at line 1187 of file brush.c.
Referenced by test_pathgradientpath().
| GpStatus WINGDIPAPI GdipGetPathGradientPointCount | ( | GpPathGradient * | grad, |
| INT * | count | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPathGradientPresetBlend | ( | GpPathGradient * | brush, |
| ARGB * | blend, | ||
| REAL * | pos, | ||
| INT | count | ||
| ) |
Definition at line 1642 of file brush.c.
Referenced by test_pathgradientpresetblend().
| GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount | ( | GpPathGradient * | brush, |
| INT * | count | ||
| ) |
Definition at line 1669 of file brush.c.
Referenced by test_pathgradientpresetblend().
| GpStatus WINGDIPAPI GdipGetPathGradientRect | ( | GpPathGradient * | brush, |
| GpRectF * | rect | ||
| ) |
Definition at line 1212 of file brush.c.
Referenced by GdipGetPathGradientRectI(), and test_getbounds().
| GpStatus WINGDIPAPI GdipGetPathGradientRectI | ( | GpPathGradient * | brush, |
| GpRect * | rect | ||
| ) |
Definition at line 1226 of file brush.c.
| GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorCount | ( | GpPathGradient * | brush, |
| INT * | count | ||
| ) |
Definition at line 1270 of file brush.c.
Referenced by test_gradientsurroundcolorcount().
| GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorsWithCount | ( | GpPathGradient * | grad, |
| ARGB * | argb, | ||
| INT * | count | ||
| ) |
Definition at line 1247 of file brush.c.
Referenced by test_gradientsurroundcolorcount().
| GpStatus WINGDIPAPI GdipGetPathGradientTransform | ( | GpPathGradient * | grad, |
| GpMatrix * | matrix | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPathGradientWrapMode | ( | GpPathGradient * | brush, |
| GpWrapMode * | wrapmode | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPathLastPoint | ( | GpPath * | path, |
| GpPointF * | lastPoint | ||
| ) |
Definition at line 1520 of file graphicspath.c.
Referenced by test_lastpoint().
| GpStatus WINGDIPAPI GdipGetPathPoints | ( | GpPath * | path, |
| GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 1536 of file graphicspath.c.
Referenced by _ok_path_fudge(), and GdipGetPathPointsI().
| GpStatus WINGDIPAPI GdipGetPathPointsI | ( | GpPath * | path, |
| GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 1551 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipGetPathTypes | ( | GpPath * | path, |
| BYTE * | types, | ||
| INT | count | ||
| ) |
Definition at line 1576 of file graphicspath.c.
Referenced by _ok_path_fudge().
| GpStatus WINGDIPAPI GdipGetPathWorldBounds | ( | GpPath * | path, |
| GpRectF * | bounds, | ||
| GDIPCONST GpMatrix * | matrix, | ||
| GDIPCONST GpPen * | pen | ||
| ) |
Definition at line 1595 of file graphicspath.c.
Referenced by GdipGetPathGradientRect(), GdipGetPathWorldBoundsI(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipGetPathWorldBoundsI | ( | GpPath * | path, |
| GpRect * | bounds, | ||
| GDIPCONST GpMatrix * | matrix, | ||
| GDIPCONST GpPen * | pen | ||
| ) |
Definition at line 1678 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipGetPenBrushFill | ( | GpPen * | pen, |
| GpBrush ** | brush | ||
| ) |
Definition at line 220 of file pen.c.
Referenced by test_brushfill().
| GpStatus WINGDIPAPI GdipGetPenColor | ( | GpPen * | pen, |
| ARGB * | argb | ||
| ) |
Definition at line 230 of file pen.c.
Referenced by test_brushfill().
| GpStatus WINGDIPAPI GdipGetPenCompoundArray | ( | GpPen * | pen, |
| REAL * | compoundarray, | ||
| INT | count | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenCompoundCount | ( | GpPen * | pen, |
| INT * | count | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenCustomEndCap | ( | GpPen * | pen, |
| GpCustomLineCap ** | customCap | ||
| ) |
Definition at line 243 of file pen.c.
Referenced by test_customcap().
| GpStatus WINGDIPAPI GdipGetPenCustomStartCap | ( | GpPen * | pen, |
| GpCustomLineCap ** | customCap | ||
| ) |
Definition at line 258 of file pen.c.
Referenced by test_customcap().
| GpStatus WINGDIPAPI GdipGetPenDashArray | ( | GpPen * | pen, |
| REAL * | dash, | ||
| INT | count | ||
| ) |
Definition at line 273 of file pen.c.
Referenced by test_dasharray().
| GpStatus WINGDIPAPI GdipGetPenDashCap197819 | ( | GpPen * | pen, |
| GpDashCap * | dashCap | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenDashCount | ( | GpPen * | pen, |
| INT * | count | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenDashOffset | ( | GpPen * | pen, |
| REAL * | offset | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenDashStyle | ( | GpPen * | pen, |
| GpDashStyle * | dash | ||
| ) |
Definition at line 325 of file pen.c.
Referenced by test_dasharray().
| GpStatus WINGDIPAPI GdipGetPenEndCap | ( | GpPen * | pen, |
| GpLineCap * | endCap | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenFillType | ( | GpPen * | pen, |
| GpPenType * | type | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenLineJoin | ( | GpPen * | pen, |
| GpLineJoin * | lineJoin | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenMiterLimit | ( | GpPen * | pen, |
| REAL * | miterLimit | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenMode | ( | GpPen * | pen, |
| GpPenAlignment * | mode | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenStartCap | ( | GpPen * | pen, |
| GpLineCap * | startCap | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenTransform | ( | GpPen * | pen, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 466 of file pen.c.
Referenced by get_pen_transform(), and test_transform().
| GpStatus WINGDIPAPI GdipGetPenUnit | ( | GpPen * | pen, |
| GpUnit * | unit | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPenWidth | ( | GpPen * | pen, |
| REAL * | width | ||
| ) |
| GpStatus WINGDIPAPI GdipGetPixelOffsetMode | ( | GpGraphics * | graphics, |
| PixelOffsetMode * | mode | ||
| ) |
Definition at line 5096 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetPointCount | ( | GpPath * | path, |
| INT * | count | ||
| ) |
Definition at line 1698 of file graphicspath.c.
Referenced by _ok_path_fudge(), test_createpath2(), test_empty_rect(), test_getpathdata(), test_nextmarkerpath(), test_nextsubpathpath(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipGetPropertyCount | ( | GpImage * | image, |
| UINT * | num | ||
| ) |
Definition at line 2346 of file image.c.
Referenced by check_properties_id_list(), and test_image_properties().
| GpStatus WINGDIPAPI GdipGetPropertyIdList | ( | GpImage * | image, |
| UINT | num, | ||
| PROPID * | list | ||
| ) |
Definition at line 2369 of file image.c.
Referenced by check_properties_id_list(), and test_image_properties().
| GpStatus WINGDIPAPI GdipGetPropertyItem | ( | GpImage * | image, |
| PROPID | propid, | ||
| UINT | size, | ||
| PropertyItem * | buffer | ||
| ) |
Definition at line 2617 of file image.c.
Referenced by Anime_LoadInfo(), check_properties_id_list(), and test_image_properties().
| GpStatus WINGDIPAPI GdipGetPropertyItemSize | ( | GpImage * | image, |
| PROPID | propid, | ||
| UINT * | size | ||
| ) |
Definition at line 2471 of file image.c.
Referenced by Anime_LoadInfo(), check_properties_id_list(), and test_image_properties().
| GpStatus WINGDIPAPI GdipGetPropertySize | ( | GpImage * | image, |
| UINT * | size, | ||
| UINT * | count | ||
| ) |
Definition at line 2670 of file image.c.
Referenced by add_property(), check_properties_get_all(), GdipGetAllPropertyItems(), and test_image_properties().
| GpStatus WINGDIPAPI GdipGetRegionBounds | ( | GpRegion * | region, |
| GpGraphics * | graphics, | ||
| GpRectF * | rect | ||
| ) |
Definition at line 583 of file region.c.
Referenced by GdipGetClipBounds(), GdipGetRegionBoundsI(), GdipGetVisibleClipBounds(), GdipIsEmptyRegion(), test_clipping(), test_font_height_scaling(), test_getbounds(), and test_measure_string().
| GpStatus WINGDIPAPI GdipGetRegionBoundsI | ( | GpRegion * | region, |
| GpGraphics * | graphics, | ||
| GpRect * | rect | ||
| ) |
| GpStatus WINGDIPAPI GdipGetRegionData | ( | GpRegion * | region, |
| BYTE * | buffer, | ||
| UINT | size, | ||
| UINT * | needed | ||
| ) |
Definition at line 740 of file region.c.
Referenced by get_region_type(), test_clip_xform(), test_combinereplace(), test_fromhrgn(), test_GdipCreateRegionRgnData(), test_getregiondata(), and test_region_data().
| GpStatus WINGDIPAPI GdipGetRegionDataSize | ( | GpRegion * | region, |
| UINT * | needed | ||
| ) |
Definition at line 978 of file region.c.
Referenced by get_region_type(), test_combinereplace(), test_fromhrgn(), test_getregiondata(), and test_region_data().
| GpStatus WINGDIPAPI GdipGetRegionHRgn | ( | GpRegion * | region, |
| GpGraphics * | graphics, | ||
| HRGN * | hrgn | ||
| ) |
Definition at line 1201 of file region.c.
Referenced by GDI32_GdipFillRegion(), GdipIsEqualRegion(), GdipIsVisiblePathPoint(), GdipIsVisibleRegionPoint(), GdipIsVisibleRegionRect(), get_clip_hrgn(), get_region_scans_data(), SOFTWARE_GdipDrawThinPath(), SOFTWARE_GdipFillRegion(), test_clipping(), test_clipping_2(), and test_gethrgn().
| GpStatus WINGDIPAPI GdipGetRegionScans | ( | GpRegion * | region, |
| GpRectF * | scans, | ||
| INT * | count, | ||
| GpMatrix * | matrix | ||
| ) |
Definition at line 1878 of file region.c.
Referenced by test_excludeinfinite(), and test_scans().
| GpStatus WINGDIPAPI GdipGetRegionScansCount | ( | GpRegion * | region, |
| UINT * | count, | ||
| GpMatrix * | matrix | ||
| ) |
Definition at line 1823 of file region.c.
Referenced by test_excludeinfinite(), and test_scans().
| GpStatus WINGDIPAPI GdipGetRegionScansI | ( | GpRegion * | region, |
| GpRect * | scans, | ||
| INT * | count, | ||
| GpMatrix * | matrix | ||
| ) |
Definition at line 1844 of file region.c.
Referenced by test_scans().
| GpStatus WINGDIPAPI GdipGetRenderingOrigin | ( | GpGraphics * | graphics, |
| INT * | x, | ||
| INT * | y | ||
| ) |
Definition at line 6641 of file graphics.c.
Referenced by test_renderingOrigin().
| GpStatus WINGDIPAPI GdipGetSmoothingMode | ( | GpGraphics * | graphics, |
| SmoothingMode * | mode | ||
| ) |
Definition at line 5113 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipGetSolidFillColor | ( | GpSolidFill * | sf, |
| ARGB * | argb | ||
| ) |
Definition at line 1299 of file brush.c.
Referenced by GdipGetPenColor(), and test_brushfill().
| GpStatus WINGDIPAPI GdipGetStringFormatAlign | ( | GpStringFormat * | format, |
| StringAlignment * | align | ||
| ) |
Definition at line 130 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatDigitSubstitution | ( | GDIPCONST GpStringFormat * | format, |
| LANGID * | language, | ||
| StringDigitSubstitute * | substitute | ||
| ) |
Definition at line 141 of file stringformat.c.
Referenced by test_constructor(), test_digitsubstitution(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatFlags | ( | GDIPCONST GpStringFormat * | format, |
| INT * | flags | ||
| ) |
Definition at line 153 of file stringformat.c.
Referenced by test_getgenericdefault(), test_getgenerictypographic(), and test_stringformatflags().
| GpStatus WINGDIPAPI GdipGetStringFormatHotkeyPrefix | ( | GDIPCONST GpStringFormat * | format, |
| INT * | hkpx | ||
| ) |
Definition at line 164 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatLineAlign | ( | GpStringFormat * | format, |
| StringAlignment * | align | ||
| ) |
Definition at line 175 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetStringFormatMeasurableCharacterRangeCount | ( | GDIPCONST GpStringFormat * | format, |
| INT * | count | ||
| ) |
Definition at line 186 of file stringformat.c.
Referenced by test_characterrange(), and test_constructor().
| GpStatus WINGDIPAPI GdipGetStringFormatTabStopCount | ( | GDIPCONST GpStringFormat * | format, |
| INT * | count | ||
| ) |
Definition at line 199 of file stringformat.c.
Referenced by test_getgenericdefault(), test_getgenerictypographic(), and test_tabstops().
| GpStatus WINGDIPAPI GdipGetStringFormatTabStops | ( | GDIPCONST GpStringFormat * | format, |
| INT | count, | ||
| REAL * | firsttab, | ||
| REAL * | tabs | ||
| ) |
Definition at line 210 of file stringformat.c.
Referenced by test_tabstops().
| GpStatus WINGDIPAPI GdipGetStringFormatTrimming | ( | GpStringFormat * | format, |
| StringTrimming * | trimming | ||
| ) |
Definition at line 225 of file stringformat.c.
Referenced by test_constructor(), test_getgenericdefault(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipGetTextContrast | ( | GpGraphics * | graphics, |
| UINT * | contrast | ||
| ) |
Definition at line 5128 of file graphics.c.
Referenced by test_BeginContainer2(), and test_textcontrast().
| GpStatus WINGDIPAPI GdipGetTextRenderingHint | ( | GpGraphics * | graphics, |
| TextRenderingHint * | hint | ||
| ) |
Definition at line 5141 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), and test_get_set_textrenderinghint().
| GpStatus WINGDIPAPI GdipGetTextureImage | ( | GpTexture * | brush, |
| GpImage ** | image | ||
| ) |
| GpStatus WINGDIPAPI GdipGetTextureTransform | ( | GpTexture * | brush, |
| GpMatrix * | matrix | ||
| ) |
| GpStatus WINGDIPAPI GdipGetTextureWrapMode | ( | GpTexture * | brush, |
| GpWrapMode * | wrapmode | ||
| ) |
Definition at line 1342 of file brush.c.
Referenced by test_texturewrap().
| GpStatus WINGDIPAPI GdipGetVisibleClipBounds | ( | GpGraphics * | graphics, |
| GpRectF * | rect | ||
| ) |
Definition at line 5157 of file graphics.c.
Referenced by GdipGetVisibleClipBoundsI(), GdipGraphicsClear(), test_alpha_hdc(), test_cliphrgn_transform(), test_clipping(), test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_screen(), and test_GdipGetVisibleClipBounds_window().
| GpStatus WINGDIPAPI GdipGetVisibleClipBoundsI | ( | GpGraphics * | graphics, |
| GpRect * | rect | ||
| ) |
Definition at line 5194 of file graphics.c.
Referenced by test_GdipGetVisibleClipBounds(), test_GdipGetVisibleClipBounds_memoryDC(), test_GdipGetVisibleClipBounds_screen(), and test_GdipGetVisibleClipBounds_window().
| GpStatus WINGDIPAPI GdipGetWorldTransform | ( | GpGraphics * | graphics, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 5215 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipGraphicsClear | ( | GpGraphics * | graphics, |
| ARGB | color | ||
| ) |
Definition at line 5229 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_alpha_hdc(), test_clear(), test_clip_xform(), test_fromMemoryBitmap(), test_GdipDrawString(), test_Get_Release_DC(), test_graphics_clear(), and test_pen_thickness().
| GpStatus WINGDIPAPI GdipGraphicsSetAbort | ( | GpGraphics * | graphics, |
| GdiplusAbort * | pabort | ||
| ) |
Definition at line 7965 of file graphics.c.
| GpStatus WINGDIPAPI GdipImageForceValidation | ( | GpImage * | image | ) |
| GpStatus WINGDIPAPI GdipImageGetFrameCount | ( | GpImage * | image, |
| GDIPCONST GUID * | dimensionID, | ||
| UINT * | count | ||
| ) |
Definition at line 2855 of file image.c.
Referenced by Anime_LoadInfo(), test_GdipGetAllPropertyItems(), test_GdipImageGetFrameDimensionsCount(), test_gif_properties(), test_multiframegif(), test_SavingMultiPageTiff(), and test_tiff_properties().
| GpStatus WINGDIPAPI GdipImageGetFrameDimensionsCount | ( | GpImage * | image, |
| UINT * | count | ||
| ) |
Definition at line 2875 of file image.c.
Referenced by Anime_LoadInfo(), test_GdipGetAllPropertyItems(), test_GdipImageGetFrameDimensionsCount(), test_gif_properties(), test_multiframegif(), and test_tiff_properties().
| GpStatus WINGDIPAPI GdipImageGetFrameDimensionsList | ( | GpImage * | image, |
| GUID * | dimensionIDs, | ||
| UINT | count | ||
| ) |
Definition at line 2890 of file image.c.
Referenced by Anime_LoadInfo(), test_GdipGetAllPropertyItems(), test_GdipImageGetFrameDimensionsCount(), test_gif_properties(), test_multiframegif(), and test_tiff_properties().
| GpStatus WINGDIPAPI GdipImageRotateFlip | ( | GpImage * | image, |
| RotateFlipType | type | ||
| ) |
Definition at line 5764 of file image.c.
Referenced by Preview_OnCommand(), test_multiframegif(), and test_rotateflip().
| GpStatus WINGDIPAPI GdipImageSelectActiveFrame | ( | GpImage * | image, |
| GDIPCONST GUID * | dimensionID, | ||
| UINT | frame | ||
| ) |
Definition at line 4474 of file image.c.
Referenced by Anime_SetFrameIndex(), test_GdipImageGetFrameDimensionsCount(), test_gif_properties(), test_multiframegif(), and test_SavingMultiPageTiff().
| GpStatus WINGDIPAPI GdipImageSetAbort | ( | GpImage * | image, |
| GdiplusAbort * | pabort | ||
| ) |
| GpStatus WINGDIPAPI GdipInitializePalette | ( | ColorPalette * | palette, |
| PaletteType | type, | ||
| INT | desired, | ||
| BOOL | transparent, | ||
| GpBitmap * | bitmap | ||
| ) |
Definition at line 6092 of file image.c.
| GpStatus WINGDIPAPI GdipInvertMatrix | ( | GpMatrix * | matrix | ) |
Definition at line 181 of file matrix.c.
Referenced by brush_fill_pixels(), GdipDrawImagePointsRect(), get_graphics_transform(), SOFTWARE_GdipDrawPath(), and test_invert().
| GpStatus WINGDIPAPI GdipIsClipEmpty | ( | GpGraphics * | graphics, |
| BOOL * | res | ||
| ) |
Definition at line 5266 of file graphics.c.
Referenced by test_isempty().
| GpStatus WINGDIPAPI GdipIsEmptyRegion | ( | GpRegion * | region, |
| GpGraphics * | graphics, | ||
| BOOL * | res | ||
| ) |
Definition at line 1211 of file region.c.
Referenced by GdipIsClipEmpty(), GdipIsVisibleClipEmpty(), test_fromhrgn(), test_GdipCreateRegionRgnData(), test_get_set_clip(), test_isempty(), and test_string_functions().
| GpStatus WINGDIPAPI GdipIsEqualRegion | ( | GpRegion * | region, |
| GpRegion * | region2, | ||
| GpGraphics * | graphics, | ||
| BOOL * | res | ||
| ) |
Definition at line 1233 of file region.c.
Referenced by test_isequal(), test_transform(), and test_translate().
| GpStatus WINGDIPAPI GdipIsInfiniteRegion | ( | GpRegion * | region, |
| GpGraphics * | graphics, | ||
| BOOL * | res | ||
| ) |
Definition at line 1268 of file region.c.
Referenced by test_GdipCreateRegionRgnData(), test_get_set_clip(), test_isinfinite(), test_isvisiblepoint(), and test_isvisiblerect().
| GpStatus WINGDIPAPI GdipIsMatrixEqual | ( | GDIPCONST GpMatrix * | matrix, |
| GDIPCONST GpMatrix * | matrix2, | ||
| BOOL * | result | ||
| ) |
Definition at line 500 of file matrix.c.
Referenced by GdipIsMatrixIdentity(), test_invert(), test_shear(), and test_transform().
| GpStatus WINGDIPAPI GdipIsMatrixIdentity | ( | GDIPCONST GpMatrix * | matrix, |
| BOOL * | result | ||
| ) |
Definition at line 513 of file matrix.c.
Referenced by brush_fill_pixels(), GdipSetClipRect(), GdipSetClipRegion(), get_clip_hrgn(), METAFILE_AddPenObject(), METAFILE_DrawDriverString(), METAFILE_FillBrushData(), METAFILE_PrepareBrushData(), test_gradientgetrect(), test_isidentity(), test_transform(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipIsMatrixInvertible | ( | GDIPCONST GpMatrix * | matrix, |
| BOOL * | result | ||
| ) |
Definition at line 224 of file matrix.c.
Referenced by GdipSetPenTransform(), and test_isinvertible().
| GpStatus WINGDIPAPI GdipIsOutlineVisiblePathPoint | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| GpPen * | pen, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
Definition at line 1774 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPointI(), and test_is_outline_visible_path_point().
| GpStatus WINGDIPAPI GdipIsOutlineVisiblePathPointI | ( | GpPath * | path, |
| INT | x, | ||
| INT | y, | ||
| GpPen * | pen, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
Definition at line 1766 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipIsStyleAvailable | ( | GDIPCONST GpFontFamily * | family, |
| INT | style, | ||
| BOOL * | IsStyleAvailable | ||
| ) |
Definition at line 930 of file font.c.
| GpStatus WINGDIPAPI GdipIsVisibleClipEmpty | ( | GpGraphics * | graphics, |
| BOOL * | res | ||
| ) |
Definition at line 7920 of file graphics.c.
| GpStatus WINGDIPAPI GdipIsVisiblePathPoint | ( | GpPath * | path, |
| REAL | x, | ||
| REAL | y, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
Definition at line 1826 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPoint(), GdipIsVisiblePathPointI(), test_empty_rect(), and test_isvisible().
| GpStatus WINGDIPAPI GdipIsVisiblePathPointI | ( | GpPath * | path, |
| INT | x, | ||
| INT | y, | ||
| GpGraphics * | graphics, | ||
| BOOL * | result | ||
| ) |
| GpStatus WINGDIPAPI GdipIsVisiblePoint | ( | GpGraphics * | graphics, |
| REAL | x, | ||
| REAL | y, | ||
| BOOL * | result | ||
| ) |
Definition at line 5276 of file graphics.c.
Referenced by GdipIsVisiblePointI(), test_cliphrgn_transform(), test_GdipIsVisiblePoint(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipIsVisiblePointI | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y, | ||
| BOOL * | result | ||
| ) |
Definition at line 5309 of file graphics.c.
Referenced by test_GdipIsVisiblePoint(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipIsVisibleRect | ( | GpGraphics * | graphics, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| BOOL * | result | ||
| ) |
Definition at line 5314 of file graphics.c.
Referenced by GdipIsVisibleRectI(), and test_GdipIsVisibleRect().
| GpStatus WINGDIPAPI GdipIsVisibleRectI | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| BOOL * | result | ||
| ) |
Definition at line 5353 of file graphics.c.
Referenced by test_GdipIsVisibleRect().
| GpStatus WINGDIPAPI GdipIsVisibleRegionPoint | ( | GpRegion * | region, |
| REAL | x, | ||
| REAL | y, | ||
| GpGraphics * | graphics, | ||
| BOOL * | res | ||
| ) |
Definition at line 1529 of file region.c.
Referenced by GdipIsVisiblePoint(), GdipIsVisibleRegionPointI(), test_incombinedregion(), and test_isvisiblepoint().
| GpStatus WINGDIPAPI GdipIsVisibleRegionPointI | ( | GpRegion * | region, |
| INT | x, | ||
| INT | y, | ||
| GpGraphics * | graphics, | ||
| BOOL * | res | ||
| ) |
| GpStatus WINGDIPAPI GdipIsVisibleRegionRect | ( | GpRegion * | region, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | w, | ||
| REAL | h, | ||
| GpGraphics * | graphics, | ||
| BOOL * | res | ||
| ) |
Definition at line 1284 of file region.c.
Referenced by GdipIsVisibleRect(), GdipIsVisibleRegionRectI(), and test_isvisiblerect().
| GpStatus WINGDIPAPI GdipIsVisibleRegionRectI | ( | GpRegion * | region, |
| INT | x, | ||
| INT | y, | ||
| INT | w, | ||
| INT | h, | ||
| GpGraphics * | graphics, | ||
| BOOL * | res | ||
| ) |
| GpStatus WINGDIPAPI GdipLoadImageFromFile | ( | GDIPCONST WCHAR * | filename, |
| GpImage ** | image | ||
| ) |
Definition at line 2918 of file image.c.
Referenced by GdipLoadImageFromFileICM(), SetWallpaper(), test_LoadingImages(), test_SavingImages(), and test_SavingMultiPageTiff().
| GpStatus WINGDIPAPI GdipLoadImageFromFileICM | ( | GDIPCONST WCHAR * | filename, |
| GpImage ** | image | ||
| ) |
Definition at line 2944 of file image.c.
Referenced by test_LoadingImages().
| GpStatus WINGDIPAPI GdipLoadImageFromStream | ( | IStream * | stream, |
| GpImage ** | image | ||
| ) |
Definition at line 4525 of file image.c.
Referenced by GdipCreateBitmapFromStream(), GdipCreateMetafileFromStream(), GdipLoadImageFromFile(), GdipLoadImageFromStreamICM(), load_image(), test_bufferrawformat(), test_GdipLoadImageFromStream(), test_loadwmf(), and test_transform().
| GpStatus WINGDIPAPI GdipLoadImageFromStreamICM | ( | IStream * | stream, |
| GpImage ** | image | ||
| ) |
Definition at line 112 of file gdiplus.c.
| GpStatus WINGDIPAPI GdipMeasureCharacterRanges | ( | GpGraphics * | graphics, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST RectF * | layoutRect, | ||
| GDIPCONST GpStringFormat * | stringFormat, | ||
| INT | regionCount, | ||
| GpRegion ** | regions | ||
| ) |
Definition at line 5758 of file graphics.c.
Referenced by test_font_height_scaling(), test_measure_string(), and test_string_functions().
| GpStatus WINGDIPAPI GdipMeasureDriverString | ( | GpGraphics * | graphics, |
| GDIPCONST UINT16 * | text, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST PointF * | positions, | ||
| INT | flags, | ||
| GDIPCONST GpMatrix * | matrix, | ||
| RectF * | boundingBox | ||
| ) |
Definition at line 7456 of file graphics.c.
Referenced by test_font_transform(), and test_string_functions().
| GpStatus WINGDIPAPI GdipMeasureString | ( | GpGraphics * | graphics, |
| GDIPCONST WCHAR * | string, | ||
| INT | length, | ||
| GDIPCONST GpFont * | font, | ||
| GDIPCONST RectF * | rect, | ||
| GDIPCONST GpStringFormat * | format, | ||
| RectF * | bounds, | ||
| INT * | codepointsfitted, | ||
| INT * | linesfilled | ||
| ) |
Definition at line 5890 of file graphics.c.
Referenced by GdipDrawString(), test_font_height_scaling(), test_font_transform(), test_GdipMeasureString(), test_measure_string(), test_measured_extra_space(), and test_string_functions().
| GpStatus WINGDIPAPI GdipMultiplyLineTransform | ( | GpLineGradient * | brush, |
| GDIPCONST GpMatrix * | matrix, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 2178 of file brush.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipMultiplyMatrix | ( | GpMatrix * | matrix, |
| GDIPCONST GpMatrix * | matrix2, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 239 of file matrix.c.
Referenced by GdipBeginContainer(), GdipGetLogFontW(), GdipMultiplyLineTransform(), GdipMultiplyPathGradientTransform(), GdipMultiplyPenTransform(), GdipMultiplyTextureTransform(), GdipMultiplyWorldTransform(), GdipPlayMetafileRecord(), get_graphics_transform(), linegradient_init_transform(), and METAFILE_PlaybackUpdateWorldTransform().
| GpStatus WINGDIPAPI GdipMultiplyPathGradientTransform | ( | GpPathGradient * | grad, |
| GDIPCONST GpMatrix * | matrix, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipMultiplyPenTransform | ( | GpPen * | pen, |
| GDIPCONST GpMatrix * | matrix, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 508 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipMultiplyTextureTransform | ( | GpTexture * | brush, |
| GDIPCONST GpMatrix * | matrix, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipMultiplyWorldTransform | ( | GpGraphics * | graphics, |
| GDIPCONST GpMatrix * | matrix, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 7016 of file graphics.c.
Referenced by test_Get_Release_DC(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipNewInstalledFontCollection | ( | GpFontCollection ** | fontCollection | ) |
Definition at line 1669 of file font.c.
Referenced by GdipCreateFontFamilyFromName(), test_CloneFont(), test_GdipGetFontCollectionFamilyCount(), test_GdipGetFontCollectionFamilyList(), and test_installedfonts().
| GpStatus WINGDIPAPI GdipNewPrivateFontCollection | ( | GpFontCollection ** | fontCollection | ) |
Definition at line 1054 of file font.c.
Referenced by test_GdipPrivateAddMemoryFont(), test_long_name(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipPathIterCopyData | ( | GpPathIterator * | iterator, |
| INT * | resultCount, | ||
| GpPointF * | points, | ||
| BYTE * | types, | ||
| INT | startIndex, | ||
| INT | endIndex | ||
| ) |
Definition at line 83 of file pathiterator.c.
Referenced by GdipPathIterEnumerate().
| GpStatus WINGDIPAPI GdipPathIterEnumerate | ( | GpPathIterator * | iterator, |
| INT * | resultCount, | ||
| GpPointF * | points, | ||
| BYTE * | types, | ||
| INT | count | ||
| ) |
Definition at line 270 of file pathiterator.c.
| GpStatus WINGDIPAPI GdipPathIterGetCount | ( | GpPathIterator * | iterator, |
| INT * | count | ||
| ) |
Definition at line 258 of file pathiterator.c.
Referenced by test_nextpathtype().
| GpStatus WINGDIPAPI GdipPathIterGetSubpathCount | ( | GpPathIterator * | iterator, |
| INT * | count | ||
| ) |
Definition at line 127 of file pathiterator.c.
Referenced by test_getsubpathcount().
| GpStatus WINGDIPAPI GdipPathIterHasCurve | ( | GpPathIterator * | iterator, |
| BOOL * | hasCurve | ||
| ) |
Definition at line 107 of file pathiterator.c.
Referenced by test_hascurve().
| GpStatus WINGDIPAPI GdipPathIterIsValid | ( | GpPathIterator * | iterator, |
| BOOL * | valid | ||
| ) |
| GpStatus WINGDIPAPI GdipPathIterNextMarker | ( | GpPathIterator * | iterator, |
| INT * | resultCount, | ||
| INT * | startIndex, | ||
| INT * | endIndex | ||
| ) |
Definition at line 145 of file pathiterator.c.
Referenced by GdipPathIterNextMarkerPath(), test_isvalid(), and test_nextmarker().
| GpStatus WINGDIPAPI GdipPathIterNextMarkerPath | ( | GpPathIterator * | iterator, |
| INT * | result, | ||
| GpPath * | path | ||
| ) |
Definition at line 173 of file pathiterator.c.
Referenced by test_nextmarkerpath().
| GpStatus WINGDIPAPI GdipPathIterNextPathType | ( | GpPathIterator * | iter, |
| INT * | result, | ||
| BYTE * | type, | ||
| INT * | start, | ||
| INT * | end | ||
| ) |
Definition at line 298 of file pathiterator.c.
Referenced by test_nextpathtype().
| GpStatus WINGDIPAPI GdipPathIterNextSubpath | ( | GpPathIterator * | iterator, |
| INT * | resultCount, | ||
| INT * | startIndex, | ||
| INT * | endIndex, | ||
| BOOL * | isClosed | ||
| ) |
Definition at line 199 of file pathiterator.c.
Referenced by GdipPathIterNextSubpathPath(), test_nextpathtype(), and test_nextsubpath().
| GpStatus WINGDIPAPI GdipPathIterNextSubpathPath | ( | GpPathIterator * | iter, |
| INT * | result, | ||
| GpPath * | path, | ||
| BOOL * | closed | ||
| ) |
Definition at line 333 of file pathiterator.c.
Referenced by test_nextsubpathpath().
| GpStatus WINGDIPAPI GdipPathIterRewind | ( | GpPathIterator * | iterator | ) |
Definition at line 244 of file pathiterator.c.
| GpStatus WINGDIPAPI GdipPlayMetafileRecord | ( | GDIPCONST GpMetafile * | metafile, |
| EmfPlusRecordType | recordType, | ||
| UINT | flags, | ||
| UINT | dataSize, | ||
| GDIPCONST BYTE * | data | ||
| ) |
Definition at line 2766 of file metafile.c.
Referenced by play_metafile_proc(), and test_gditransform_cb().
| GpStatus WINGDIPAPI GdipPrivateAddFontFile | ( | GpFontCollection * | collection, |
| GDIPCONST WCHAR * | name | ||
| ) |
Definition at line 1095 of file font.c.
Referenced by test_long_name(), and test_unknownfontdecode().
| GpStatus WINGDIPAPI GdipPrivateAddMemoryFont | ( | GpFontCollection * | fontCollection, |
| GDIPCONST void * | memory, | ||
| INT | length | ||
| ) |
Definition at line 1479 of file font.c.
Referenced by GdipPrivateAddFontFile(), and test_GdipPrivateAddMemoryFont().
| GpStatus WINGDIPAPI GdipRecordMetafile | ( | HDC | hdc, |
| EmfType | type, | ||
| GDIPCONST GpRectF * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 828 of file metafile.c.
Referenced by GdipRecordMetafileI(), GdipRecordMetafileStream(), test_clear(), test_clipping(), test_containers(), test_converttoemfplus(), test_drawdriverstring(), test_drawellipse(), test_drawimage(), test_drawpath(), test_drawrectangle(), test_emfonly(), test_empty(), test_fillellipse(), test_fillpath(), test_fillrect(), test_fillregion(), test_frameunit(), test_gditransform(), test_getdc(), test_lineargradient(), test_nullframerect(), test_offsetclip(), test_pagetransform(), test_pen(), test_printer_dc(), test_properties(), test_resetclip(), test_restoredc(), test_setclippath(), test_unknownfontdecode(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipRecordMetafileFileName | ( | GDIPCONST WCHAR * | fileName, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRectF * | pFrameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4465 of file metafile.c.
Referenced by GdipRecordMetafile().
| GpStatus WINGDIPAPI GdipRecordMetafileFileNameI | ( | GDIPCONST WCHAR * | fileName, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRect * | pFrameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 4576 of file metafile.c.
| GpStatus WINGDIPAPI GdipRecordMetafileI | ( | HDC | hdc, |
| EmfType | type, | ||
| GDIPCONST GpRect * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 840 of file metafile.c.
| GpStatus WINGDIPAPI GdipRecordMetafileStream | ( | IStream * | stream, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRectF * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 876 of file metafile.c.
Referenced by GdipRecordMetafileStreamI().
| GpStatus WINGDIPAPI GdipRecordMetafileStreamI | ( | IStream * | stream, |
| HDC | hdc, | ||
| EmfType | type, | ||
| GDIPCONST GpRect * | frameRect, | ||
| MetafileFrameUnit | frameUnit, | ||
| GDIPCONST WCHAR * | desc, | ||
| GpMetafile ** | metafile | ||
| ) |
Definition at line 858 of file metafile.c.
| GpStatus WINGDIPAPI GdipReleaseDC | ( | GpGraphics * | graphics, |
| HDC | hdc | ||
| ) |
Definition at line 7141 of file graphics.c.
Referenced by METAFILE_PlaybackReleaseDC(), test_alpha_hdc(), test_emfonly(), test_fromMemoryBitmap(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_GdipDrawString(), test_gditransform(), test_Get_Release_DC(), test_getdc(), test_getdc_scaled(), test_nullframerect(), and test_restoredc().
| GpStatus WINGDIPAPI GdipRemovePropertyItem | ( | GpImage * | image, |
| PROPID | propId | ||
| ) |
| GpStatus WINGDIPAPI GdipResetClip | ( | GpGraphics * | graphics | ) |
Definition at line 6172 of file graphics.c.
Referenced by test_clip_xform(), test_GdipGetVisibleClipBounds_window(), test_Get_Release_DC(), test_get_set_clip(), and test_resetclip().
| GpStatus WINGDIPAPI GdipResetImageAttributes | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type | ||
| ) |
Definition at line 323 of file imageattributes.c.
Referenced by test_colorkey(), test_colormatrix(), test_gamma(), and test_remaptable().
| GpStatus WINGDIPAPI GdipResetLineTransform | ( | GpLineGradient * | brush | ) |
Definition at line 2132 of file brush.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipResetPageTransform | ( | GpGraphics * | graphics | ) |
Definition at line 7940 of file graphics.c.
Referenced by test_Get_Release_DC(), test_getbounds(), and test_set_page_transform().
| GpStatus WINGDIPAPI GdipResetPath | ( | GpPath * | path | ) |
Definition at line 1864 of file graphicspath.c.
Referenced by GdipPathIterNextMarkerPath(), GdipPathIterNextSubpathPath(), test_addcurve(), test_addpie(), test_arc(), test_flatten(), test_GdipFillPath(), test_line2(), test_transform(), test_translate(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipResetPathGradientTransform | ( | GpPathGradient * | grad | ) |
| GpStatus WINGDIPAPI GdipResetPenTransform | ( | GpPen * | pen | ) |
Definition at line 433 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipResetTextureTransform | ( | GpTexture * | brush | ) |
Definition at line 1371 of file brush.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipResetWorldTransform | ( | GpGraphics * | graphics | ) |
Definition at line 6194 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), test_clip_xform(), test_container_rects(), test_GdipDrawString(), test_Get_Release_DC(), test_getbounds(), test_is_outline_visible_path_point(), test_isvisible(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipRestoreGraphics | ( | GpGraphics * | graphics, |
| GraphicsState | state | ||
| ) |
Definition at line 6400 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_clipping(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipReversePath | ( | GpPath * | path | ) |
Definition at line 1710 of file graphicspath.c.
Referenced by test_reverse().
| GpStatus WINGDIPAPI GdipRotateLineTransform | ( | GpLineGradient * | brush, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipRotateMatrix | ( | GpMatrix * | matrix, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 257 of file matrix.c.
Referenced by draw_cap(), GDI32_GdipDrawDriverString(), GdipPlayMetafileRecord(), GdipRotatePathGradientTransform(), GdipRotatePenTransform(), GdipRotateTextureTransform(), GdipRotateWorldTransform(), test_clipping(), test_clipping_2(), test_font_transform(), and test_transform().
| GpStatus WINGDIPAPI GdipRotatePathGradientTransform | ( | GpPathGradient * | grad, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipRotatePenTransform | ( | GpPen * | pen, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 498 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipRotateTextureTransform | ( | GpTexture * | brush, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 2025 of file brush.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipRotateWorldTransform | ( | GpGraphics * | graphics, |
| REAL | angle, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 6217 of file graphics.c.
Referenced by test_GdipDrawString(), test_Get_Release_DC(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipSaveAdd | ( | GpImage * | image, |
| GDIPCONST EncoderParameters * | params | ||
| ) |
Definition at line 4913 of file image.c.
Referenced by test_SavingMultiPageTiff().
| GpStatus WINGDIPAPI GdipSaveAddImage | ( | GpImage * | image, |
| GpImage * | additional_image, | ||
| GDIPCONST EncoderParameters * | params | ||
| ) |
Definition at line 4928 of file image.c.
Referenced by GdipSaveAdd(), and test_SavingMultiPageTiff().
| GpStatus WINGDIPAPI GdipSaveGraphics | ( | GpGraphics * | graphics, |
| GraphicsState * | state | ||
| ) |
Definition at line 6267 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_clipping(), test_containers(), and test_save_restore().
| GpStatus WINGDIPAPI GdipSaveImageToFile | ( | GpImage * | image, |
| GDIPCONST WCHAR * | filename, | ||
| GDIPCONST CLSID * | clsidEncoder, | ||
| GDIPCONST EncoderParameters * | encoderParams | ||
| ) |
Definition at line 4596 of file image.c.
Referenced by Preview_pSaveImage(), Preview_pSaveImageAs(), SetWallpaper(), test_SavingImages(), and test_SavingMultiPageTiff().
| GpStatus WINGDIPAPI GdipSaveImageToStream | ( | GpImage * | image, |
| IStream * | stream, | ||
| GDIPCONST CLSID * | clsid, | ||
| GDIPCONST EncoderParameters * | params | ||
| ) |
Definition at line 4880 of file image.c.
Referenced by GdipSaveImageToFile(), test_png_save_palette(), and test_supported_encoders().
| GpStatus WINGDIPAPI GdipScaleLineTransform | ( | GpLineGradient * | brush, |
| REAL | sx, | ||
| REAL | sy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 2167 of file brush.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipScaleMatrix | ( | GpMatrix * | matrix, |
| REAL | scaleX, | ||
| REAL | scaleY, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 288 of file matrix.c.
Referenced by draw_cap(), GdipGetLogFontW(), GdipPlayMetafileRecord(), GdipScaleLineTransform(), GdipScalePathGradientTransform(), GdipScalePenTransform(), GdipScaleTextureTransform(), GdipScaleWorldTransform(), get_graphics_transform(), linegradient_init_transform(), METAFILE_PlaybackUpdateWorldTransform(), test_clipping(), test_clipping_2(), test_font_transform(), test_scale(), test_transform(), and test_widen().
| GpStatus WINGDIPAPI GdipScalePathGradientTransform | ( | GpPathGradient * | grad, |
| REAL | sx, | ||
| REAL | sy, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipScalePenTransform | ( | GpPen * | pen, |
| REAL | sx, | ||
| REAL | sy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 488 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipScaleTextureTransform | ( | GpTexture * | brush, |
| REAL | sx, | ||
| REAL | sy, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipScaleWorldTransform | ( | GpGraphics * | graphics, |
| REAL | sx, | ||
| REAL | sy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 6406 of file graphics.c.
Referenced by test_clip_xform(), test_container_rects(), test_containers(), test_font_height_scaling(), test_GdipDrawString(), test_GdipGetVisibleClipBounds_window(), test_Get_Release_DC(), test_getbounds(), test_getdc_scaled(), test_gethrgn(), test_is_outline_visible_path_point(), test_isvisible(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapFillState | ( | GpAdjustableArrowCap * | cap, |
| BOOL | fill | ||
| ) |
Definition at line 408 of file customlinecap.c.
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapHeight | ( | GpAdjustableArrowCap * | cap, |
| REAL | height | ||
| ) |
Definition at line 420 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapMiddleInset | ( | GpAdjustableArrowCap * | cap, |
| REAL | middle | ||
| ) |
Definition at line 432 of file customlinecap.c.
Referenced by metafile_deserialize_custom_line_cap(), test_create_adjustable_cap(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipSetAdjustableArrowCapWidth | ( | GpAdjustableArrowCap * | cap, |
| REAL | width | ||
| ) |
Definition at line 444 of file customlinecap.c.
| GpStatus WINGDIPAPI GdipSetClipGraphics | ( | GpGraphics * | graphics, |
| GpGraphics * | srcgraphics, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6429 of file graphics.c.
| GpStatus WINGDIPAPI GdipSetClipHrgn | ( | GpGraphics * | graphics, |
| HRGN | hrgn, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6774 of file graphics.c.
Referenced by test_cliphrgn_transform(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipSetClipPath | ( | GpGraphics * | graphics, |
| GpPath * | path, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6806 of file graphics.c.
Referenced by test_Get_Release_DC(), test_get_set_clip(), and test_setclippath().
| GpStatus WINGDIPAPI GdipSetClipRect | ( | GpGraphics * | graphics, |
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6842 of file graphics.c.
Referenced by GdipSetClipRectI(), test_BeginContainer2(), test_clip_xform(), test_clipping(), test_GdipGetVisibleClipBounds_screen(), test_GdipGetVisibleClipBounds_window(), test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_Get_Release_DC(), and test_isvisible().
| GpStatus WINGDIPAPI GdipSetClipRectI | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y, | ||
| INT | width, | ||
| INT | height, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6884 of file graphics.c.
Referenced by test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_GdipGetVisibleClipBounds_memoryDC(), and test_Get_Release_DC().
| GpStatus WINGDIPAPI GdipSetClipRegion | ( | GpGraphics * | graphics, |
| GpRegion * | region, | ||
| CombineMode | mode | ||
| ) |
Definition at line 6899 of file graphics.c.
Referenced by test_clipping(), test_clipping_2(), test_Get_Release_DC(), and test_get_set_clip().
| GpStatus WINGDIPAPI GdipSetCompositingMode | ( | GpGraphics * | graphics, |
| CompositingMode | mode | ||
| ) |
Definition at line 6440 of file graphics.c.
Referenced by GdipGraphicsClear(), GdipPlayMetafileRecord(), test_BeginContainer2(), test_DrawImage_SourceCopy(), test_Get_Release_DC(), and test_properties().
| GpStatus WINGDIPAPI GdipSetCompositingQuality | ( | GpGraphics * | graphics, |
| CompositingQuality | quality | ||
| ) |
Definition at line 6469 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_Get_Release_DC(), and test_properties().
| GpStatus WINGDIPAPI GdipSetCustomLineCapBaseCap | ( | GpCustomLineCap * | custom, |
| GpLineCap | basecap | ||
| ) |
Definition at line 196 of file customlinecap.c.
Referenced by test_create_adjustable_cap().
| GpStatus WINGDIPAPI GdipSetCustomLineCapBaseInset | ( | GpCustomLineCap * | custom, |
| REAL | inset | ||
| ) |
Definition at line 221 of file customlinecap.c.
Referenced by test_inset().
| GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeCaps | ( | GpCustomLineCap * | custom, |
| GpLineCap | startcap, | ||
| GpLineCap | endcap | ||
| ) |
Definition at line 182 of file customlinecap.c.
Referenced by metafile_deserialize_custom_line_cap(), and test_strokecap().
| GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin | ( | GpCustomLineCap * | custom, |
| GpLineJoin | join | ||
| ) |
Definition at line 235 of file customlinecap.c.
Referenced by metafile_deserialize_custom_line_cap(), and test_linejoin().
| GpStatus WINGDIPAPI GdipSetCustomLineCapWidthScale | ( | GpCustomLineCap * | custom, |
| REAL | width | ||
| ) |
Definition at line 248 of file customlinecap.c.
Referenced by metafile_deserialize_custom_line_cap(), and test_scale().
| GpStatus WINGDIPAPI GdipSetEmpty | ( | GpRegion * | region | ) |
Definition at line 1581 of file region.c.
Referenced by GdipCreateRegionHrgn(), GdipMeasureCharacterRanges(), test_clipping(), test_clipping_2(), test_GdipCreateRegionRgnData(), test_get_set_clip(), test_getbounds(), test_gethrgn(), test_getregiondata(), test_incombinedregion(), test_isempty(), test_isequal(), test_scans(), test_string_functions(), test_transform(), and test_translate().
| GpStatus WINGDIPAPI GdipSetImageAttributesCachedBackground | ( | GpImageAttributes * | imageAttr, |
| BOOL | enableFlag | ||
| ) |
Definition at line 191 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesColorKeys | ( | GpImageAttributes * | imageattr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| ARGB | colorLow, | ||
| ARGB | colorHigh | ||
| ) |
Definition at line 129 of file imageattributes.c.
Referenced by GdipResetImageAttributes(), and test_colorkey().
| GpStatus WINGDIPAPI GdipSetImageAttributesColorMatrix | ( | GpImageAttributes * | imageattr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| GDIPCONST ColorMatrix * | colorMatrix, | ||
| GDIPCONST ColorMatrix * | grayMatrix, | ||
| ColorMatrixFlags | flags | ||
| ) |
Definition at line 144 of file imageattributes.c.
Referenced by test_colormatrix(), and test_drawimage().
| GpStatus WINGDIPAPI GdipSetImageAttributesGamma | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| REAL | gamma | ||
| ) |
Definition at line 204 of file imageattributes.c.
Referenced by GdipResetImageAttributes(), and test_gamma().
| GpStatus WINGDIPAPI GdipSetImageAttributesNoOp | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag | ||
| ) |
Definition at line 218 of file imageattributes.c.
Referenced by test_colormatrix().
| GpStatus WINGDIPAPI GdipSetImageAttributesOutputChannel | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| ColorChannelFlags | channelFlags | ||
| ) |
Definition at line 231 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesOutputChannelColorProfile | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| GDIPCONST WCHAR * | colorProfileFilename | ||
| ) |
Definition at line 244 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesRemapTable | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| UINT | mapSize, | ||
| GDIPCONST ColorMap * | map | ||
| ) |
Definition at line 258 of file imageattributes.c.
Referenced by GdipResetImageAttributes(), test_getadjustedpalette(), and test_remaptable().
| GpStatus WINGDIPAPI GdipSetImageAttributesThreshold | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type, | ||
| BOOL | enableFlag, | ||
| REAL | threshold | ||
| ) |
Definition at line 297 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesToIdentity | ( | GpImageAttributes * | imageAttr, |
| ColorAdjustType | type | ||
| ) |
Definition at line 310 of file imageattributes.c.
| GpStatus WINGDIPAPI GdipSetImageAttributesWrapMode | ( | GpImageAttributes * | imageAttr, |
| WrapMode | wrap, | ||
| ARGB | argb, | ||
| BOOL | clamp | ||
| ) |
Definition at line 176 of file imageattributes.c.
Referenced by METAFILE_PlaybackObject(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipSetImagePalette | ( | GpImage * | image, |
| GDIPCONST ColorPalette * | palette | ||
| ) |
Definition at line 4984 of file image.c.
Referenced by GdipCreateBitmapFromHBITMAP(), metafile_deserialize_image(), test_bitmapbits(), and test_palette().
| GpStatus WINGDIPAPI GdipSetInfinite | ( | GpRegion * | region | ) |
Definition at line 1596 of file region.c.
Referenced by GdipResetClip(), test_gethrgn(), test_getregiondata(), and test_isequal().
| GpStatus WINGDIPAPI GdipSetInterpolationMode | ( | GpGraphics * | graphics, |
| InterpolationMode | mode | ||
| ) |
Definition at line 6498 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_DrawImage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_GdipDrawImagePointRect(), test_Get_Release_DC(), test_get_set_interpolation(), test_properties(), test_save_restore(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipSetLineBlend | ( | GpLineGradient * | brush, |
| GDIPCONST REAL * | factors, | ||
| GDIPCONST REAL * | positions, | ||
| INT | count | ||
| ) |
Definition at line 1395 of file brush.c.
Referenced by GdipSetLineLinearBlend(), GdipSetLineSigmaBlend(), metafile_deserialize_brush(), test_lineargradient(), and test_lineblend().
| GpStatus WINGDIPAPI GdipSetLineColors | ( | GpLineGradient * | brush, |
| ARGB | color1, | ||
| ARGB | color2 | ||
| ) |
| GpStatus WINGDIPAPI GdipSetLineGammaCorrection | ( | GpLineGradient * | line, |
| BOOL | usegamma | ||
| ) |
| GpStatus WINGDIPAPI GdipSetLineLinearBlend | ( | GpLineGradient * | brush, |
| REAL | focus, | ||
| REAL | scale | ||
| ) |
Definition at line 2036 of file brush.c.
Referenced by test_linelinearblend().
| GpStatus WINGDIPAPI GdipSetLinePresetBlend | ( | GpLineGradient * | brush, |
| GDIPCONST ARGB * | blend, | ||
| GDIPCONST REAL * | positions, | ||
| INT | count | ||
| ) |
Definition at line 2068 of file brush.c.
Referenced by metafile_deserialize_brush(), test_lineargradient(), and test_lineblend().
| GpStatus WINGDIPAPI GdipSetLineSigmaBlend | ( | GpLineGradient * | line, |
| REAL | focus, | ||
| REAL | scale | ||
| ) |
Definition at line 1471 of file brush.c.
| GpStatus WINGDIPAPI GdipSetLineTransform | ( | GpLineGradient * | brush, |
| GDIPCONST GpMatrix * | matrix | ||
| ) |
Definition at line 2142 of file brush.c.
Referenced by metafile_deserialize_brush(), and test_transform().
| GpStatus WINGDIPAPI GdipSetLineWrapMode | ( | GpLineGradient * | line, |
| GpWrapMode | wrap | ||
| ) |
| GpStatus WINGDIPAPI GdipSetMatrixElements | ( | GpMatrix * | matrix, |
| REAL | m11, | ||
| REAL | m12, | ||
| REAL | m21, | ||
| REAL | m22, | ||
| REAL | dx, | ||
| REAL | dy | ||
| ) |
Definition at line 318 of file matrix.c.
Referenced by create_line_brush(), create_path_gradient(), draw_cap(), GDI32_GdipDrawDriverString(), GdipCreateFromHDC2(), GdipCreatePen2(), GdipCreateTextureIA(), GdipDrawImagePointsRect(), GdipPlayMetafileRecord(), GdipResetLineTransform(), GdipResetPathGradientTransform(), GdipResetPenTransform(), GdipResetTextureTransform(), GdipResetWorldTransform(), get_gdi_transform(), get_graphics_transform(), graphics_from_image(), linegradient_init_transform(), test_drawdriverstring(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_isidentity(), test_transform(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipSetMetafileDownLevelRasterizationLimit | ( | GpMetafile * | metafile, |
| UINT | limitDpi | ||
| ) |
Definition at line 4417 of file metafile.c.
Referenced by test_empty().
| GpStatus WINGDIPAPI GdipSetPageScale | ( | GpGraphics * | graphics, |
| REAL | scale | ||
| ) |
Definition at line 6533 of file graphics.c.
Referenced by create_graphics(), GdipEnumerateMetafileSrcRectDestPoints(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_Get_Release_DC(), test_getbounds(), test_pagetransform(), test_pen_thickness(), test_set_page_transform(), and test_transformpoints().
| GpStatus WINGDIPAPI GdipSetPageUnit | ( | GpGraphics * | graphics, |
| GpUnit | unit | ||
| ) |
Definition at line 6560 of file graphics.c.
Referenced by create_graphics(), GdipEnumerateMetafileSrcRectDestPoints(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_container_rects(), test_font_height_scaling(), test_font_transform(), test_Get_Release_DC(), test_getbounds(), test_is_outline_visible_path_point(), test_measured_extra_space(), test_pagetransform(), test_pen_thickness(), test_set_page_transform(), and test_transformpoints().
| GpStatus WINGDIPAPI GdipSetPathFillMode | ( | GpPath * | path, |
| GpFillMode | fill | ||
| ) |
Definition at line 1878 of file graphicspath.c.
| GpStatus WINGDIPAPI GdipSetPathGradientBlend | ( | GpPathGradient * | brush, |
| GDIPCONST REAL * | blend, | ||
| GDIPCONST REAL * | pos, | ||
| INT | count | ||
| ) |
Definition at line 1540 of file brush.c.
Referenced by GdipSetPathGradientLinearBlend(), GdipSetPathGradientSigmaBlend(), and test_pathgradientblend().
| GpStatus WINGDIPAPI GdipSetPathGradientCenterColor | ( | GpPathGradient * | grad, |
| ARGB | argb | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPathGradientCenterPoint | ( | GpPathGradient * | grad, |
| GpPointF * | point | ||
| ) |
Definition at line 1694 of file brush.c.
Referenced by GdipSetPathGradientCenterPointI(), and test_pathgradientcenterpoint().
| GpStatus WINGDIPAPI GdipSetPathGradientCenterPointI | ( | GpPathGradient * | grad, |
| GpPoint * | point | ||
| ) |
Definition at line 1708 of file brush.c.
| GpStatus WINGDIPAPI GdipSetPathGradientFocusScales | ( | GpPathGradient * | grad, |
| REAL | x, | ||
| REAL | y | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPathGradientGammaCorrection | ( | GpPathGradient * | grad, |
| BOOL | gamma | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPathGradientLinearBlend | ( | GpPathGradient * | brush, |
| REAL | focus, | ||
| REAL | scale | ||
| ) |
Definition at line 1574 of file brush.c.
| GpStatus WINGDIPAPI GdipSetPathGradientPath | ( | GpPathGradient * | grad, |
| GDIPCONST GpPath * | path | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPathGradientPresetBlend | ( | GpPathGradient * | brush, |
| GDIPCONST ARGB * | blend, | ||
| GDIPCONST REAL * | pos, | ||
| INT | count | ||
| ) |
Definition at line 1607 of file brush.c.
Referenced by test_pathgradientpresetblend().
| GpStatus WINGDIPAPI GdipSetPathGradientSigmaBlend | ( | GpPathGradient * | grad, |
| REAL | focus, | ||
| REAL | scale | ||
| ) |
Definition at line 1763 of file brush.c.
| GpStatus WINGDIPAPI GdipSetPathGradientSurroundColorsWithCount | ( | GpPathGradient * | grad, |
| GDIPCONST ARGB * | argb, | ||
| INT * | count | ||
| ) |
Definition at line 1819 of file brush.c.
Referenced by test_gradientsurroundcolorcount().
| GpStatus WINGDIPAPI GdipSetPathGradientTransform | ( | GpPathGradient * | grad, |
| GpMatrix * | matrix | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPathGradientWrapMode | ( | GpPathGradient * | grad, |
| GpWrapMode | wrap | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPathMarker | ( | GpPath * | path | ) |
Definition at line 2793 of file graphicspath.c.
Referenced by test_nextmarker(), and test_nextmarkerpath().
| GpStatus WINGDIPAPI GdipSetPenBrushFill | ( | GpPen * | pen, |
| GpBrush * | brush | ||
| ) |
Definition at line 519 of file pen.c.
Referenced by test_brushfill().
| GpStatus WINGDIPAPI GdipSetPenColor | ( | GpPen * | pen, |
| ARGB | argb | ||
| ) |
Definition at line 530 of file pen.c.
| GpStatus WINGDIPAPI GdipSetPenCompoundArray | ( | GpPen * | pen, |
| GDIPCONST REAL * | compoundarray, | ||
| INT | count | ||
| ) |
Definition at line 564 of file pen.c.
Referenced by test_compoundarray().
| GpStatus WINGDIPAPI GdipSetPenCustomEndCap | ( | GpPen * | pen, |
| GpCustomLineCap * | customCap | ||
| ) |
Definition at line 590 of file pen.c.
Referenced by METAFILE_PlaybackObject(), test_customcap(), test_pen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipSetPenCustomStartCap | ( | GpPen * | pen, |
| GpCustomLineCap * | customCap | ||
| ) |
Definition at line 609 of file pen.c.
Referenced by METAFILE_PlaybackObject(), test_customcap(), test_pen(), and test_widen_cap().
Definition at line 628 of file pen.c.
Referenced by test_dasharray().
| GpStatus WINGDIPAPI GdipSetPenDashCap197819 | ( | GpPen * | pen, |
| GpDashCap | dashCap | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPenDashOffset | ( | GpPen * | pen, |
| REAL | offset | ||
| ) |
Definition at line 676 of file pen.c.
Referenced by METAFILE_PlaybackObject().
| GpStatus WINGDIPAPI GdipSetPenDashStyle | ( | GpPen * | pen, |
| GpDashStyle | dash | ||
| ) |
Definition at line 688 of file pen.c.
Referenced by GdipSetPenDashArray(), METAFILE_PlaybackObject(), test_dasharray(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipSetPenEndCap | ( | GpPen * | pen, |
| GpLineCap | cap | ||
| ) |
Definition at line 709 of file pen.c.
Referenced by METAFILE_PlaybackObject(), test_widen_cap(), and test_worldbounds().
| GpStatus WINGDIPAPI GdipSetPenLineCap197819 | ( | GpPen * | pen, |
| GpLineCap | start, | ||
| GpLineCap | end, | ||
| GpDashCap | dash | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPenLineJoin | ( | GpPen * | pen, |
| GpLineJoin | join | ||
| ) |
Definition at line 746 of file pen.c.
Referenced by METAFILE_PlaybackObject().
| GpStatus WINGDIPAPI GdipSetPenMiterLimit | ( | GpPen * | pen, |
| REAL | limit | ||
| ) |
Definition at line 759 of file pen.c.
Referenced by METAFILE_PlaybackObject().
| GpStatus WINGDIPAPI GdipSetPenMode | ( | GpPen * | pen, |
| GpPenAlignment | mode | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPenStartCap | ( | GpPen * | pen, |
| GpLineCap | cap | ||
| ) |
Definition at line 771 of file pen.c.
Referenced by METAFILE_PlaybackObject(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipSetPenTransform | ( | GpPen * | pen, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 445 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipSetPenWidth | ( | GpPen * | pen, |
| REAL | width | ||
| ) |
| GpStatus WINGDIPAPI GdipSetPixelOffsetMode | ( | GpGraphics * | graphics, |
| PixelOffsetMode | mode | ||
| ) |
Definition at line 6587 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_DrawImage_scale(), test_Get_Release_DC(), and test_properties().
| GpStatus WINGDIPAPI GdipSetPropertyItem | ( | GpImage * | image, |
| GDIPCONST PropertyItem * | item | ||
| ) |
| GpStatus WINGDIPAPI GdipSetRenderingOrigin | ( | GpGraphics * | graphics, |
| INT | x, | ||
| INT | y | ||
| ) |
Definition at line 6616 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_properties(), and test_renderingOrigin().
| GpStatus WINGDIPAPI GdipSetSmoothingMode | ( | GpGraphics * | graphics, |
| SmoothingMode | mode | ||
| ) |
Definition at line 6654 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_Get_Release_DC(), test_properties(), and ZoomWnd_OnDraw().
| GpStatus WINGDIPAPI GdipSetSolidFillColor | ( | GpSolidFill * | sf, |
| ARGB | argb | ||
| ) |
Definition at line 1951 of file brush.c.
Referenced by GdipSetPenColor(), and test_brushfill().
| GpStatus WINGDIPAPI GdipSetStringFormatAlign | ( | GpStringFormat * | format, |
| StringAlignment | align | ||
| ) |
Definition at line 236 of file stringformat.c.
Referenced by test_measure_string().
| GpStatus WINGDIPAPI GdipSetStringFormatDigitSubstitution | ( | GpStringFormat * | format, |
| LANGID | language, | ||
| StringDigitSubstitute | substitute | ||
| ) |
Definition at line 250 of file stringformat.c.
Referenced by test_digitsubstitution().
| GpStatus WINGDIPAPI GdipSetStringFormatFlags | ( | GpStringFormat * | format, |
| INT | flags | ||
| ) |
Definition at line 350 of file stringformat.c.
Referenced by test_getgenericdefault(), test_getgenerictypographic(), test_measure_string(), and test_stringformatflags().
| GpStatus WINGDIPAPI GdipSetStringFormatHotkeyPrefix | ( | GpStringFormat * | format, |
| INT | hkpx | ||
| ) |
Definition at line 264 of file stringformat.c.
| GpStatus WINGDIPAPI GdipSetStringFormatLineAlign | ( | GpStringFormat * | format, |
| StringAlignment | align | ||
| ) |
Definition at line 277 of file stringformat.c.
Referenced by test_measure_string().
| GpStatus WINGDIPAPI GdipSetStringFormatMeasurableCharacterRanges | ( | GpStringFormat * | format, |
| INT | rangeCount, | ||
| GDIPCONST CharacterRange * | ranges | ||
| ) |
Definition at line 290 of file stringformat.c.
Referenced by test_characterrange(), test_font_height_scaling(), test_measure_string(), and test_string_functions().
| GpStatus WINGDIPAPI GdipSetStringFormatTabStops | ( | GpStringFormat * | format, |
| REAL | firsttab, | ||
| INT | count, | ||
| GDIPCONST REAL * | tabs | ||
| ) |
Definition at line 312 of file stringformat.c.
Referenced by test_tabstops().
| GpStatus WINGDIPAPI GdipSetStringFormatTrimming | ( | GpStringFormat * | format, |
| StringTrimming | trimming | ||
| ) |
Definition at line 337 of file stringformat.c.
| GpStatus WINGDIPAPI GdipSetTextContrast | ( | GpGraphics * | graphics, |
| UINT | contrast | ||
| ) |
Definition at line 6684 of file graphics.c.
Referenced by test_BeginContainer2().
| GpStatus WINGDIPAPI GdipSetTextRenderingHint | ( | GpGraphics * | graphics, |
| TextRenderingHint | hint | ||
| ) |
Definition at line 6696 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_Get_Release_DC(), test_get_set_textrenderinghint(), and test_properties().
| GpStatus WINGDIPAPI GdipSetTextureTransform | ( | GpTexture * | texture, |
| GDIPCONST GpMatrix * | matrix | ||
| ) |
Definition at line 1965 of file brush.c.
Referenced by metafile_deserialize_brush(), and test_transform().
| GpStatus WINGDIPAPI GdipSetTextureWrapMode | ( | GpTexture * | brush, |
| GpWrapMode | wrapmode | ||
| ) |
Definition at line 1983 of file brush.c.
Referenced by test_texturewrap().
| GpStatus WINGDIPAPI GdipSetWorldTransform | ( | GpGraphics * | graphics, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 6724 of file graphics.c.
Referenced by METAFILE_PlaybackUpdateWorldTransform(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_DrawImage_scale(), test_font_transform(), test_gdi_interop_bitmap(), test_gdi_interop_hdc(), test_Get_Release_DC(), test_isinfinite(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipShearMatrix | ( | GpMatrix * | matrix, |
| REAL | shearX, | ||
| REAL | shearY, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 337 of file matrix.c.
Referenced by test_font_transform(), and test_shear().
| GpStatus WINGDIPAPI GdipStartPathFigure | ( | GpPath * | path | ) |
Definition at line 1852 of file graphicspath.c.
Referenced by test_flatten(), test_getsubpathcount(), test_nextpathtype(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipStringFormatGetGenericDefault | ( | GpStringFormat ** | format | ) |
Definition at line 120 of file stringformat.c.
Referenced by test_getgenericdefault().
| GpStatus WINGDIPAPI GdipStringFormatGetGenericTypographic | ( | GpStringFormat ** | format | ) |
Definition at line 401 of file stringformat.c.
Referenced by test_font_transform(), and test_getgenerictypographic().
| GpStatus WINGDIPAPI GdipTestControl | ( | GpTestControlEnum | control, |
| void * | param | ||
| ) |
Definition at line 5684 of file image.c.
Referenced by test_testcontrol().
| GpStatus WINGDIPAPI GdipTransformMatrixPoints | ( | GpMatrix * | matrix, |
| GpPointF * | pts, | ||
| INT | count | ||
| ) |
Definition at line 365 of file matrix.c.
Referenced by brush_fill_pixels(), draw_cap(), GDI32_GdipDrawDriverString(), gdip_transform_points(), GdipDrawImageFX(), GdipGetPathWorldBounds(), GdipIsOutlineVisiblePathPoint(), GdipMeasureDriverString(), GdipTransformMatrixPointsI(), GdipTransformPath(), test_transform(), transform_properties(), and transform_region_element().
| GpStatus WINGDIPAPI GdipTransformMatrixPointsI | ( | GpMatrix * | matrix, |
| GpPoint * | pts, | ||
| INT | count | ||
| ) |
| GpStatus WINGDIPAPI GdipTransformPath | ( | GpPath * | path, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 1890 of file graphicspath.c.
Referenced by brush_fill_pixels(), GdipFlattenPath(), GdipSetClipPath(), GdipWidenPath(), SOFTWARE_GdipDrawPath(), and test_flatten().
| GpStatus WINGDIPAPI GdipTransformPoints | ( | GpGraphics * | graphics, |
| GpCoordinateSpace | dst_space, | ||
| GpCoordinateSpace | src_space, | ||
| GpPointF * | points, | ||
| INT | count | ||
| ) |
Definition at line 7356 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipIsVisiblePoint(), GdipIsVisibleRect(), GdipTransformPointsI(), METAFILE_FillRectangles(), test_clipping(), test_clipping_2(), test_container_rects(), test_font_height_scaling(), test_GdipMeasureString(), test_Get_Release_DC(), test_pen_thickness(), test_transform(), and test_transformpoints().
| GpStatus WINGDIPAPI GdipTransformPointsI | ( | GpGraphics * | graphics, |
| GpCoordinateSpace | dst_space, | ||
| GpCoordinateSpace | src_space, | ||
| GpPoint * | points, | ||
| INT | count | ||
| ) |
Definition at line 7373 of file graphics.c.
Referenced by test_transformpoints().
| GpStatus WINGDIPAPI GdipTransformRegion | ( | GpRegion * | region, |
| GpMatrix * | matrix | ||
| ) |
Definition at line 1702 of file region.c.
Referenced by GdipGetClip(), GdipGetVisibleClipBounds(), GdipSetClipHrgn(), GdipSetClipRect(), GdipSetClipRegion(), get_clip_hrgn(), get_region_scans_data(), metafile_set_clip_region(), SOFTWARE_GdipFillRegion(), test_clipping(), test_getregiondata(), and test_transform().
| GpStatus WINGDIPAPI GdipTranslateClip | ( | GpGraphics * | graphics, |
| REAL | dx, | ||
| REAL | dy | ||
| ) |
Definition at line 7421 of file graphics.c.
Referenced by GdipTranslateClipI(), test_Get_Release_DC(), and test_offsetclip().
| GpStatus WINGDIPAPI GdipTranslateClipI | ( | GpGraphics * | graphics, |
| INT | dx, | ||
| INT | dy | ||
| ) |
Definition at line 7446 of file graphics.c.
Referenced by test_Get_Release_DC(), and test_offsetclip().
| GpStatus WINGDIPAPI GdipTranslateLineTransform | ( | GpLineGradient * | brush, |
| REAL | dx, | ||
| REAL | dy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 2192 of file brush.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipTranslateMatrix | ( | GpMatrix * | matrix, |
| REAL | offsetX, | ||
| REAL | offsetY, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 420 of file matrix.c.
Referenced by draw_cap(), GdipPlayMetafileRecord(), GdipTranslateLineTransform(), GdipTranslatePathGradientTransform(), GdipTranslatePenTransform(), GdipTranslateTextureTransform(), GdipTranslateWorldTransform(), linegradient_init_transform(), test_clipping(), test_clipping_2(), test_font_transform(), and test_translate().
| GpStatus WINGDIPAPI GdipTranslatePathGradientTransform | ( | GpPathGradient * | grad, |
| REAL | dx, | ||
| REAL | dy, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipTranslatePenTransform | ( | GpPen * | pen, |
| REAL | dx, | ||
| REAL | dy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 478 of file pen.c.
Referenced by test_transform().
| GpStatus WINGDIPAPI GdipTranslateRegion | ( | GpRegion * | region, |
| REAL | dx, | ||
| REAL | dy | ||
| ) |
Definition at line 1742 of file region.c.
Referenced by GdipTranslateClip(), GdipTranslateRegionI(), test_getregiondata(), and test_translate().
| GpStatus WINGDIPAPI GdipTranslateRegionI | ( | GpRegion * | region, |
| INT | dx, | ||
| INT | dy | ||
| ) |
| GpStatus WINGDIPAPI GdipTranslateTextureTransform | ( | GpTexture * | brush, |
| REAL | dx, | ||
| REAL | dy, | ||
| GpMatrixOrder | order | ||
| ) |
| GpStatus WINGDIPAPI GdipTranslateWorldTransform | ( | GpGraphics * | graphics, |
| REAL | dx, | ||
| REAL | dy, | ||
| GpMatrixOrder | order | ||
| ) |
Definition at line 6748 of file graphics.c.
Referenced by test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_Get_Release_DC(), test_is_outline_visible_path_point(), test_isvisiblepoint(), test_isvisiblerect(), test_transformpoints(), and test_worldtransform().
| GpStatus WINGDIPAPI GdipVectorTransformMatrixPoints | ( | GpMatrix * | matrix, |
| GpPointF * | pts, | ||
| INT | count | ||
| ) |
Definition at line 446 of file matrix.c.
Referenced by GdipVectorTransformMatrixPointsI().
| GpStatus WINGDIPAPI GdipVectorTransformMatrixPointsI | ( | GpMatrix * | matrix, |
| GpPoint * | pts, | ||
| INT | count | ||
| ) |
Definition at line 468 of file matrix.c.
| GpStatus WINGDIPAPI GdipWarpPath | ( | GpPath * | path, |
| GpMatrix * | matrix, | ||
| GDIPCONST GpPointF * | points, | ||
| INT | count, | ||
| REAL | x, | ||
| REAL | y, | ||
| REAL | width, | ||
| REAL | height, | ||
| WarpMode | warpmode, | ||
| REAL | flatness | ||
| ) |
Definition at line 1904 of file graphicspath.c.
Definition at line 2587 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPoint(), SOFTWARE_GdipDrawPath(), test_widen(), and test_widen_cap().
| GpStatus WINGDIPAPI GdipWindingModeOutline | ( | GpPath * | path, |
| GpMatrix * | matrix, | ||
| REAL | flatness | ||
| ) |
Definition at line 2830 of file graphicspath.c.