ReactOS 0.4.16-dev-981-g80eb313
|
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 | x1, | ||
REAL | y1, | ||
REAL | x2, | ||
REAL | y2, | ||
REAL | startAngle, | ||
REAL | sweepAngle | ||
) |
Definition at line 195 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 234 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 243 of file graphicspath.c.
Referenced by GdipAddPathBezierI().
GpStatus WINGDIPAPI GdipAddPathBezierI | ( | GpPath * | path, |
INT | x1, | ||
INT | y1, | ||
INT | x2, | ||
INT | y2, | ||
INT | x3, | ||
INT | y3, | ||
INT | x4, | ||
INT | y4 | ||
) |
Definition at line 280 of file graphicspath.c.
Definition at line 290 of file graphicspath.c.
Referenced by GdipAddPathBeziersI(), GdipAddPathClosedCurve2(), GdipAddPathCurve2(), and GdipDrawBeziers().
Definition at line 319 of file graphicspath.c.
GpStatus WINGDIPAPI GdipAddPathClosedCurve | ( | GpPath * | path, |
GDIPCONST GpPointF * | points, | ||
INT | count | ||
) |
Definition at line 346 of file graphicspath.c.
GpStatus WINGDIPAPI GdipAddPathClosedCurve2 | ( | GpPath * | path, |
GDIPCONST GpPointF * | points, | ||
INT | count, | ||
REAL | tension | ||
) |
Definition at line 362 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 432 of file graphicspath.c.
Referenced by GdipAddPathClosedCurveI().
GpStatus WINGDIPAPI GdipAddPathClosedCurveI | ( | GpPath * | path, |
GDIPCONST GpPoint * | points, | ||
INT | count | ||
) |
Definition at line 354 of file graphicspath.c.
Definition at line 460 of file graphicspath.c.
GpStatus WINGDIPAPI GdipAddPathCurve2 | ( | GpPath * | path, |
GDIPCONST GpPointF * | points, | ||
INT | count, | ||
REAL | tension | ||
) |
Definition at line 480 of file graphicspath.c.
Referenced by GdipAddPathCurve(), GdipAddPathCurve2I(), GdipAddPathCurve3(), GdipDrawCurve2(), and test_addcurve().
GpStatus WINGDIPAPI GdipAddPathCurve2I | ( | GpPath * | path, |
GDIPCONST GpPoint * | points, | ||
INT | count, | ||
REAL | tension | ||
) |
Definition at line 533 of file graphicspath.c.
Referenced by GdipAddPathCurve3I(), and GdipAddPathCurveI().
GpStatus WINGDIPAPI GdipAddPathCurve3 | ( | GpPath * | path, |
GDIPCONST GpPointF * | points, | ||
INT | count, | ||
INT | offset, | ||
INT | nseg, | ||
REAL | tension | ||
) |
GpStatus WINGDIPAPI GdipAddPathCurve3I | ( | GpPath * | path, |
GDIPCONST GpPoint * | points, | ||
INT | count, | ||
INT | offset, | ||
INT | nseg, | ||
REAL | tension | ||
) |
Definition at line 572 of file graphicspath.c.
Definition at line 470 of file graphicspath.c.
Definition at line 583 of file graphicspath.c.
Referenced by GdipAddPathEllipseI(), GdipDrawEllipse(), GdipFillEllipse(), test_combinereplace(), test_ellipse(), test_flatten(), test_hascurve(), test_isvisiblepoint(), test_isvisiblerect(), test_nextpathtype(), test_transform(), and test_translate().
Definition at line 615 of file graphicspath.c.
Definition at line 704 of file graphicspath.c.
Referenced by GdipAddPathLineI(), GdipAddPathPie(), GdipAddPathRectangle(), test_addcurve(), test_drawpath(), test_fillpath(), test_flatten(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_isvalid(), test_nextmarker(), test_nextmarkerpath(), test_nextpathtype(), test_nextsubpathpath(), test_pen_thickness(), test_polygon(), and test_widen().
Definition at line 623 of file graphicspath.c.
Referenced by GdipAddPathLine2I(), GdipAddPathRectangle(), GdipCreatePathGradient(), GdipDrawLines(), test_ellipse(), test_line2(), test_reverse(), and test_worldbounds().
Definition at line 654 of file graphicspath.c.
Referenced by GdipCreatePathGradientI().
Definition at line 738 of file graphicspath.c.
Referenced by test_GdipFillPath(), and test_linei().
Definition at line 745 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 776 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 835 of file graphicspath.c.
Definition at line 844 of file graphicspath.c.
Referenced by GdipAddPathPolygonI(), GdipDrawPolygon(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillPolygon(), and test_polygon().
Definition at line 870 of file graphicspath.c.
Referenced by GdipFillPolygonI().
Definition at line 2296 of file graphicspath.c.
Referenced by GdipAddPathRectangleI(), GdipAddPathRectangles(), GdipCreateRegionHrgn(), GdipDrawRectangle(), get_region_hrgn(), test_captype(), test_constructor_destructor(), test_empty_rect(), test_GdipFillPath(), test_gethrgn(), test_getregiondata(), test_hascurve(), test_inset(), test_isvisible(), test_lastpoint(), test_linejoin(), test_nextmarker(), test_nextmarkerpath(), test_rect(), test_scale(), and transform_region_element().
Definition at line 2346 of file graphicspath.c.
Referenced by test_getregiondata().
Definition at line 2354 of file graphicspath.c.
Referenced by GdipAddPathRectanglesI(), GdipDrawRectangles(), GdipFillRectangles(), and test_rect().
Definition at line 2392 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 1007 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 1106 of file graphicspath.c.
GpStatus WINGDIPAPI GdipBeginContainer | ( | GpGraphics * | graphics, |
GDIPCONST GpRectF * | dstrect, | ||
GDIPCONST GpRectF * | srcrect, | ||
GpUnit | unit, | ||
GraphicsContainer * | state | ||
) |
Definition at line 5928 of file graphics.c.
Referenced by GdipBeginContainerI(), test_container_rects(), and test_containers().
GpStatus WINGDIPAPI GdipBeginContainer2 | ( | GpGraphics * | graphics, |
GraphicsContainer * | state | ||
) |
Definition at line 5921 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 5972 of file graphics.c.
GpStatus WINGDIPAPI GdipBitmapApplyEffect | ( | GpBitmap * | bitmap, |
CGpEffect * | effect, | ||
RECT * | roi, | ||
BOOL | useAuxData, | ||
VOID ** | auxData, | ||
INT * | auxDataSize | ||
) |
Definition at line 134 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 145 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 5613 of file image.c.
GpStatus WINGDIPAPI GdipBitmapGetHistogramSize | ( | HistogramFormat | format, |
UINT * | num_of_entries | ||
) |
Definition at line 288 of file image.c.
Referenced by alpha_blend_bmp_pixels(), GdipBitmapGetHistogram(), test_clear(), test_clipping(), test_colorkey(), test_colormatrix(), test_containers(), test_emfonly(), test_fillrect(), test_gamma(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipImageGetFrameDimensionsCount(), test_gditransform(), test_getdc(), test_getdc_scaled(), test_getsetpixel(), test_LockBits(), test_LockBits_UserBuf(), test_multiframegif(), test_pagetransform(), test_palette(), test_remaptable(), test_rotateflip(), and test_worldtransform().
GpStatus WINGDIPAPI GdipBitmapLockBits | ( | GpBitmap * | bitmap, |
GDIPCONST GpRect * | rect, | ||
UINT | flags, | ||
PixelFormat | format, | ||
BitmapData * | lockeddata | ||
) |
Definition at line 1030 of file image.c.
Referenced by brush_fill_pixels(), create_optimal_palette(), decode_frame_wic(), DibLoadImage(), encode_image_wic(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), GdipImageRotateFlip(), test_ARGB_conversion(), test_bitmapbits(), test_CloneBitmapArea(), test_createhbitmap(), test_image_format(), test_LockBits(), test_LockBits_UserBuf(), and test_pen_thickness().
Definition at line 494 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(), and test_remaptable().
GpStatus WINGDIPAPI GdipBitmapSetResolution | ( | GpBitmap * | bitmap, |
REAL | xdpi, | ||
REAL | ydpi | ||
) |
Definition at line 1163 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 1176 of file image.c.
Referenced by brush_fill_pixels(), create_optimal_palette(), decode_frame_wic(), DibLoadImage(), encode_image_wic(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipCreateHICONFromBitmap(), GdipDrawImagePointsRect(), GdipImageRotateFlip(), test_ARGB_conversion(), test_bitmapbits(), test_CloneBitmapArea(), test_createhbitmap(), test_image_format(), test_LockBits(), test_LockBits_UserBuf(), and test_pen_thickness().
GpStatus WINGDIPAPI GdipClearPathMarkers | ( | GpPath * | path | ) |
Definition at line 2439 of file graphicspath.c.
GpStatus WINGDIPAPI GdipCloneBitmapArea | ( | REAL | x, |
REAL | y, | ||
REAL | width, | ||
REAL | height, | ||
PixelFormat | format, | ||
GpBitmap * | srcBitmap, | ||
GpBitmap ** | dstBitmap | ||
) |
Definition at line 1237 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 1300 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 520 of file font.c.
GpStatus WINGDIPAPI GdipCloneFontFamily | ( | GpFontFamily * | FontFamily, |
GpFontFamily ** | clonedFontFamily | ||
) |
Definition at line 803 of file font.c.
Referenced by GdipCloneFont(), GdipGetFamily(), GdipGetFontCollectionFamilyList(), and test_fontfamily().
GpStatus WINGDIPAPI GdipCloneImage | ( | GpImage * | image, |
GpImage ** | cloneImage | ||
) |
Definition at line 1308 of file image.c.
Referenced by GdipCreateCachedBitmap(), GdipGetTextureImage(), load_image(), sync_metafile(), test_emfonly(), and test_GdipCloneImage().
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 1135 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 211 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 369 of file stringformat.c.
GpStatus WINGDIPAPI GdipClosePathFigure | ( | GpPath * | path | ) |
Definition at line 1163 of file graphicspath.c.
Referenced by GdipAddPathPie(), test_ellipse(), test_getregiondata(), test_line2(), test_linei(), test_nextpathtype(), test_nextsubpathpath(), test_pen_thickness(), and test_reverse().
GpStatus WINGDIPAPI GdipClosePathFigures | ( | GpPath * | path | ) |
Definition at line 1178 of file graphicspath.c.
GpStatus WINGDIPAPI GdipCombineRegionPath | ( | GpRegion * | region, |
GpPath * | path, | ||
CombineMode | mode | ||
) |
Definition at line 232 of file region.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipSetClipPath(), test_combinereplace(), test_getregiondata(), test_isvisiblepoint(), test_isvisiblerect(), test_transform(), and test_translate().
GpStatus WINGDIPAPI GdipCombineRegionRect | ( | GpRegion * | region, |
GDIPCONST GpRectF * | rect, | ||
CombineMode | mode | ||
) |
Definition at line 278 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 325 of file region.c.
Referenced by 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(), and test_getregiondata().
GpStatus WINGDIPAPI GdipComment | ( | GpGraphics * | graphics, |
UINT | sizeData, | ||
GDIPCONST BYTE * | data | ||
) |
Definition at line 5994 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 test_captype(), and test_create_adjustable_cap().
GpStatus WINGDIPAPI GdipCreateBitmapFromFile | ( | GDIPCONST WCHAR * | filename, |
GpBitmap ** | bitmap | ||
) |
Definition at line 1360 of file image.c.
Referenced by DibLoadImage(), GdipCreateBitmapFromFileICM(), and test_LoadingImages().
GpStatus WINGDIPAPI GdipCreateBitmapFromFileICM | ( | GDIPCONST WCHAR * | filename, |
GpBitmap ** | bitmap | ||
) |
Definition at line 1436 of file image.c.
GpStatus WINGDIPAPI GdipCreateBitmapFromGdiDib | ( | GDIPCONST BITMAPINFO * | info, |
VOID * | bits, | ||
GpBitmap ** | bitmap | ||
) |
Definition at line 1385 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 1542 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 5156 of file image.c.
Referenced by GdipCreateBitmapFromResource(), GdipCreateBitmapFromStream(), and test_GdipCreateBitmapFromHBITMAP().
GpStatus WINGDIPAPI GdipCreateBitmapFromHICON | ( | HICON | hicon, |
GpBitmap ** | bitmap | ||
) |
Definition at line 1564 of file image.c.
Referenced by test_fromhicon().
GpStatus WINGDIPAPI GdipCreateBitmapFromResource | ( | HINSTANCE | hInstance, |
GDIPCONST WCHAR * | lpBitmapName, | ||
GpBitmap ** | bitmap | ||
) |
Definition at line 1444 of file image.c.
GpStatus WINGDIPAPI GdipCreateBitmapFromScan0 | ( | INT | width, |
INT | height, | ||
INT | stride, | ||
PixelFormat | format, | ||
BYTE * | scan0, | ||
GpBitmap ** | bitmap | ||
) |
Definition at line 1760 of file image.c.
Referenced by create_graphics(), decode_frame_wic(), GdipCloneBitmapArea(), GdipCreateBitmapFromGdiDib(), GdipCreateBitmapFromGraphics(), GdipCreateBitmapFromHBITMAP(), GdipCreateBitmapFromHICON(), GdipGetImageThumbnail(), GdipImageRotateFlip(), metafile_deserialize_image(), METAFILE_DrawImagePointsRect(), test_ARGB_conversion(), test_bitmapbits(), test_clear(), test_clipping(), test_CloneBitmapArea(), test_colorkey(), test_colormatrix(), test_containers(), test_createhbitmap(), test_dispose(), test_DrawImage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_emfonly(), test_fillrect(), test_fromMemoryBitmap(), test_gamma(), test_GdipCloneImage(), 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_histogram(), test_image_format(), test_imageabort(), test_LockBits(), test_LockBits_UserBuf(), test_pagetransform(), test_palette(), test_pen_thickness(), test_remaptable(), test_resolution(), test_rotateflip(), test_SavingImages(), test_Scan0(), test_supported_encoders(), and test_worldtransform().
GpStatus WINGDIPAPI GdipCreateBitmapFromStream | ( | IStream * | stream, |
GpBitmap ** | bitmap | ||
) |
Definition at line 1935 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 1978 of file image.c.
GpStatus WINGDIPAPI GdipCreateCustomLineCap | ( | GpPath * | fillPath, |
GpPath * | strokePath, | ||
GpLineCap | baseCap, | ||
REAL | baseInset, | ||
GpCustomLineCap ** | customCap | ||
) |
Definition at line 108 of file customlinecap.c.
Referenced by test_captype(), test_constructor_destructor(), test_inset(), test_linejoin(), and test_scale().
GpStatus WINGDIPAPI GdipCreateFont | ( | GDIPCONST GpFontFamily * | fontFamily, |
REAL | emSize, | ||
INT | style, | ||
Unit | unit, | ||
GpFont ** | font | ||
) |
Definition at line 144 of file font.c.
Referenced by check_family(), GdipAddPathString(), METAFILE_PlaybackObject(), test_createfont(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_GdipMeasureString(), test_heightgivendpi(), test_long_name(), test_measure_string(), test_measured_extra_space(), and test_string_functions().
GpStatus WINGDIPAPI GdipCreateFontFamilyFromName | ( | GDIPCONST WCHAR * | name, |
GpFontCollection * | fontCollection, | ||
GpFontFamily ** | FontFamily | ||
) |
Definition at line 746 of file font.c.
Referenced by add_font_proc(), GdipCreateFontFromLogfontW(), GdipGetGenericFontFamilyMonospace(), GdipGetGenericFontFamilySansSerif(), GdipGetGenericFontFamilySerif(), METAFILE_PlaybackObject(), test_createfont(), 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 286 of file font.c.
GpStatus WINGDIPAPI GdipCreateFontFromLogfontA | ( | HDC | hdc, |
GDIPCONST LOGFONTA * | lfa, | ||
GpFont ** | font | ||
) |
Definition at line 249 of file font.c.
Referenced by test_font_substitution(), test_font_transform(), test_GdipDrawString(), and test_logfont().
GpStatus WINGDIPAPI GdipCreateFontFromLogfontW | ( | HDC | hdc, |
GDIPCONST LOGFONTW * | logfont, | ||
GpFont ** | font | ||
) |
Definition at line 203 of file font.c.
Referenced by GdipCreateFontFromDC(), GdipCreateFontFromLogfontA(), and test_font_metrics().
GpStatus WINGDIPAPI GdipCreateFromHDC | ( | HDC | hdc, |
GpGraphics ** | graphics | ||
) |
Definition at line 2395 of file graphics.c.
Referenced by check_metafile(), GdipAddPathString(), GdipCreateFromHWND(), GdipGetImageGraphicsContext(), 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_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_font_transform(), test_fromhrgn(), test_GdipCreateRegionRgnData(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), 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_hdc_caching(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_logfont(), test_measure_string(), test_measured_extra_space(), test_save_restore(), 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 2416 of file graphics.c.
Referenced by GdipCreateFromHDC().
GpStatus WINGDIPAPI GdipCreateFromHWND | ( | HWND | hwnd, |
GpGraphics ** | graphics | ||
) |
Definition at line 2529 of file graphics.c.
Referenced by GdipCreateFromHWNDICM(), test_constructor_destructor(), and test_transform().
GpStatus WINGDIPAPI GdipCreateFromHWNDICM | ( | HWND | hwnd, |
GpGraphics ** | graphics | ||
) |
Definition at line 2551 of file graphics.c.
Referenced by test_constructor_destructor().
HPALETTE WINGDIPAPI GdipCreateHalftonePalette | ( | void | ) |
Definition at line 7015 of file graphics.c.
GpStatus WINGDIPAPI GdipCreateHatchBrush | ( | GpHatchStyle | hatchstyle, |
ARGB | forecol, | ||
ARGB | backcol, | ||
GpHatch ** | brush | ||
) |
Definition at line 276 of file brush.c.
Referenced by GdipCloneBrush(), metafile_deserialize_brush(), test_createHatchBrush(), and test_getHatchStyle().
GpStatus WINGDIPAPI GdipCreateHBITMAPFromBitmap | ( | GpBitmap * | bitmap, |
HBITMAP * | hbmReturn, | ||
ARGB | background | ||
) |
Definition at line 1479 of file image.c.
Referenced by GdipDrawImagePointsRect(), test_createhbitmap(), and test_image_format().
GpStatus WINGDIPAPI GdipCreateHICONFromBitmap | ( | GpBitmap * | bitmap, |
HICON * | hicon | ||
) |
Definition at line 2001 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 372 of file brush.c.
Referenced by GdipCreateLineBrushI(), metafile_deserialize_brush(), 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 436 of file brush.c.
Referenced by GdipCreateLineBrushFromRectI(), test_gradientgetrect(), and test_transform().
GpStatus WINGDIPAPI GdipCreateLineBrushFromRectI | ( | GDIPCONST GpRect * | rect, |
ARGB | startcolor, | ||
ARGB | endcolor, | ||
LinearGradientMode | mode, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 469 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 489 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 593 of file brush.c.
GpStatus WINGDIPAPI GdipCreateLineBrushI | ( | GDIPCONST GpPoint * | startpoint, |
GDIPCONST GpPoint * | endpoint, | ||
ARGB | startcolor, | ||
ARGB | endcolor, | ||
GpWrapMode | wrap, | ||
GpLineGradient ** | line | ||
) |
Definition at line 415 of file brush.c.
GpStatus WINGDIPAPI GdipCreateMatrix | ( | GpMatrix ** | matrix | ) |
Definition at line 140 of file matrix.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), GdipIsOutlineVisiblePathPoint(), get_pen_transform(), SOFTWARE_GdipDrawPath(), SOFTWARE_GdipDrawThinPath(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_excludeinfinite(), test_flatten(), test_font_transform(), 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 61 of file matrix.c.
Referenced by GdipCreateMatrix3(), test_BeginContainer2(), test_constructor_destructor(), test_DrawImage_scale(), test_invert(), test_isidentity(), test_isinfinite(), test_isinvertible(), test_shear(), test_transform(), and test_worldbounds().
GpStatus WINGDIPAPI GdipCreateMatrix3 | ( | GDIPCONST GpRectF * | rect, |
GDIPCONST GpPointF * | pt, | ||
GpMatrix ** | matrix | ||
) |
Definition at line 85 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 104 of file matrix.c.
GpStatus WINGDIPAPI GdipCreateMetafileFromEmf | ( | HENHMETAFILE | hemf, |
BOOL | delete, | ||
GpMetafile ** | metafile | ||
) |
Definition at line 3804 of file metafile.c.
Referenced by GdipCreateMetafileFromWmf(), GdipCreateMetafileFromWmfFile(), load_emf(), sync_metafile(), test_drawimage(), test_emfonly(), and test_empty().
GpStatus WINGDIPAPI GdipCreateMetafileFromFile | ( | GDIPCONST WCHAR * | file, |
GpMetafile ** | metafile | ||
) |
Definition at line 3915 of file metafile.c.
Referenced by GdipGetMetafileHeaderFromFile().
GpStatus WINGDIPAPI GdipCreateMetafileFromStream | ( | IStream * | stream, |
GpMetafile ** | metafile | ||
) |
Definition at line 3936 of file metafile.c.
Referenced by GdipCreateMetafileFromFile(), and GdipGetMetafileHeaderFromStream().
GpStatus WINGDIPAPI GdipCreateMetafileFromWmf | ( | HMETAFILE | hwmf, |
BOOL | delete, | ||
GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
GpMetafile ** | metafile | ||
) |
Definition at line 3845 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 3896 of file metafile.c.
Referenced by test_fillpath().
GpStatus WINGDIPAPI GdipCreatePath | ( | GpFillMode | fill, |
GpPath ** | path | ||
) |
Definition at line 1197 of file graphicspath.c.
Referenced by GdipCreatePathGradient(), GdipCreatePathGradientI(), GdipCreateRegionHrgn(), GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangle(), 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_captype(), test_combinereplace(), test_constructor_destructor(), test_drawpath(), test_ellipse(), test_empty_rect(), test_fillpath(), test_flatten(), test_GdipFillPath(), test_Get_Release_DC(), test_gethrgn(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_hascurve(), test_inset(), 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_pathgradientpath(), test_pathpath(), test_pen_thickness(), test_polygon(), test_rect(), test_reverse(), test_scale(), test_transform(), test_translate(), test_widen(), test_worldbounds(), and transform_region_element().
GpStatus WINGDIPAPI GdipCreatePath2 | ( | GDIPCONST GpPointF * | points, |
GDIPCONST BYTE * | types, | ||
INT | count, | ||
GpFillMode | fill, | ||
GpPath ** | path | ||
) |
Definition at line 1213 of file graphicspath.c.
Referenced by GdipCreatePath2I().
GpStatus WINGDIPAPI GdipCreatePath2I | ( | GDIPCONST GpPoint * | points, |
GDIPCONST BYTE * | types, | ||
INT | count, | ||
GpFillMode | fill, | ||
GpPath ** | path | ||
) |
Definition at line 1245 of file graphicspath.c.
GpStatus WINGDIPAPI GdipCreatePathGradient | ( | GDIPCONST GpPointF * | points, |
INT | count, | ||
GpWrapMode | wrap, | ||
GpPathGradient ** | grad | ||
) |
Definition at line 658 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 727 of file brush.c.
GpStatus WINGDIPAPI GdipCreatePathGradientI | ( | GDIPCONST GpPoint * | points, |
INT | count, | ||
GpWrapMode | wrap, | ||
GpPathGradient ** | grad | ||
) |
Definition at line 691 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 136 of file pen.c.
Referenced by test_brushfill(), test_compoundarray(), test_constructor_destructor(), test_customcap(), test_dasharray(), test_drawpath(), 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_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), and test_worldbounds().
Definition at line 150 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_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 506 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_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_get_set_clip(), and test_gethrgn().
GpStatus WINGDIPAPI GdipCreateRegionRectI | ( | GDIPCONST GpRect * | rect, |
GpRegion ** | region | ||
) |
Definition at line 488 of file region.c.
Referenced by test_getregiondata().
Definition at line 946 of file region.c.
Referenced by test_GdipCreateRegionRgnData(), and test_region_data().
GpStatus WINGDIPAPI GdipCreateSolidFill | ( | ARGB | color, |
GpSolidFill ** | sf | ||
) |
Definition at line 757 of file brush.c.
Referenced by GdipCreatePen1(), GdipGraphicsClear(), GdipPlayMetafileRecord(), metafile_deserialize_brush(), test_brushfill(), test_clipping(), test_constructor_destructor(), test_containers(), test_fillpath(), test_fillrect(), 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_string_functions(), test_type(), and test_worldtransform().
GpStatus WINGDIPAPI GdipCreateStreamOnFile | ( | GDIPCONST WCHAR * | filename, |
UINT | access, | ||
IStream ** | stream | ||
) |
Definition at line 2558 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 786 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 | ||
) |
Definition at line 821 of file brush.c.
GpStatus WINGDIPAPI GdipCreateTexture2I | ( | GpImage * | image, |
GpWrapMode | wrapmode, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height, | ||
GpTexture ** | texture | ||
) |
Definition at line 928 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 848 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 994 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_fillpath(), test_fillrect(), 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_hdc_caching(), test_lineblend(), test_linelinearblend(), test_nullframerect(), test_pagetransform(), test_pathgradientblend(), test_pathgradientcenterpoint(), test_pathgradientpath(), test_pathgradientpresetblend(), test_penfilltype(), test_string_functions(), test_texturewrap(), test_transform(), test_type(), and test_worldtransform().
GpStatus WINGDIPAPI GdipDeleteCachedBitmap | ( | GpCachedBitmap * | cachedbmp | ) |
GpStatus WINGDIPAPI GdipDeleteCustomLineCap | ( | GpCustomLineCap * | customCap | ) |
Definition at line 139 of file customlinecap.c.
Referenced by GdipDeletePen(), GdipSetPenCustomEndCap(), GdipSetPenCustomStartCap(), GdipSetPenEndCap(), GdipSetPenLineCap197819(), GdipSetPenStartCap(), test_captype(), test_constructor_destructor(), test_create_adjustable_cap(), test_inset(), test_linejoin(), and test_scale().
GpStatus WINGDIPAPI GdipDeleteEffect | ( | CGpEffect * | effect | ) |
GpStatus WINGDIPAPI GdipDeleteFont | ( | GpFont * | font | ) |
Definition at line 270 of file font.c.
Referenced by check_family(), GdipAddPathString(), metafile_free_object_table_entry(), test_createfont(), 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(), and test_string_functions().
GpStatus WINGDIPAPI GdipDeleteFontFamily | ( | GpFontFamily * | FontFamily | ) |
Definition at line 869 of file font.c.
Referenced by add_font_proc(), check_family(), free_installed_fonts(), gdip_get_font_metrics(), GdipDeleteFont(), GdipGetFontCollectionFamilyList(), METAFILE_PlaybackObject(), test_createfont(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_fontfamily(), test_fontfamily_properties(), test_GdipGetFontCollectionFamilyList(), test_GdipMeasureString(), test_heightgivendpi(), test_logfont(), test_measure_string(), test_measured_extra_space(), and test_string_functions().
GpStatus WINGDIPAPI GdipDeleteGraphics | ( | GpGraphics * | graphics | ) |
Definition at line 2581 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_DrawImage(), test_drawimage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_drawpath(), test_emfonly(), test_empty(), test_fillpath(), test_fillrect(), test_font_height_scaling(), test_font_metrics(), test_font_substitution(), test_font_transform(), test_frameunit(), test_fromhrgn(), test_fromMemoryBitmap(), test_gamma(), test_GdipCreateRegionRgnData(), test_GdipDrawArc(), test_GdipDrawArcI(), test_GdipDrawBezierI(), test_GdipDrawCurve(), test_GdipDrawCurve2(), test_GdipDrawCurve2I(), test_GdipDrawCurve3(), test_GdipDrawCurve3I(), test_GdipDrawCurveI(), 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_hdc_caching(), test_isempty(), test_isequal(), test_isinfinite(), test_isvisible(), test_isvisiblepoint(), test_isvisiblerect(), test_logfont(), test_measure_string(), test_measured_extra_space(), test_nullframerect(), test_pagetransform(), test_pen_thickness(), test_properties(), test_remaptable(), test_resolution(), test_save_restore(), test_string_functions(), test_textcontrast(), test_texturewrap(), test_transform(), test_transformpoints(), test_translate(), test_worldtransform(), and ZoomWnd_OnDraw().
GpStatus WINGDIPAPI GdipDeleteMatrix | ( | GpMatrix * | matrix | ) |
Definition at line 160 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_DrawImage_scale(), test_excludeinfinite(), test_flatten(), test_font_transform(), test_GdipDrawString(), test_Get_Release_DC(), test_getregiondata(), test_gradientgetrect(), test_invert(), test_isidentity(), test_isinfinite(), test_isinvertible(), test_scans(), test_shear(), test_string_functions(), test_transform(), test_widen(), test_worldbounds(), and test_worldtransform().
GpStatus WINGDIPAPI GdipDeletePath | ( | GpPath * | path | ) |
Definition at line 1268 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(), GdipDrawRectangle(), GdipDrawRectangles(), GdipEnumerateMetafileSrcRectDestPoints(), GdipFillClosedCurve2(), GdipFillEllipse(), GdipFillPie(), GdipFillPolygon(), GdipFillPolygonI(), GdipFillRectangles(), GdipIsOutlineVisiblePathPoint(), GdipSetClipPath(), GdipWidenPath(), get_region_hrgn(), metafile_deserialize_path(), metafile_free_object_table_entry(), SOFTWARE_GdipDrawPath(), SOFTWARE_GdipDrawThinPath(), test_addclosedcurve(), test_addcurve(), test_addpie(), test_arc(), 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_gethrgn(), test_getpathdata(), test_getregiondata(), test_getsubpathcount(), test_hascurve(), test_inset(), 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_pathgradientpath(), test_pathpath(), test_pen_thickness(), test_polygon(), test_rect(), test_reverse(), test_scale(), test_transform(), test_translate(), test_widen(), test_worldbounds(), and transform_region_element().
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 192 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_drawpath(), 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_thickness(), test_penfilltype(), test_startup(), test_transform(), test_widen(), and test_worldbounds().
GpStatus WINGDIPAPI GdipDeletePrivateFontCollection | ( | GpFontCollection ** | fontCollection | ) |
Definition at line 1118 of file font.c.
Referenced by test_long_name().
GpStatus WINGDIPAPI GdipDeleteRegion | ( | GpRegion * | region | ) |
Definition at line 571 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_GdipFillPath(), SOFTWARE_GdipFillRegion(), test_clip_xform(), test_clipping(), test_clipping_2(), test_combinereplace(), test_excludeinfinite(), test_font_height_scaling(), test_fromhrgn(), test_GdipCreateRegionRgnData(), test_Get_Release_DC(), test_get_set_clip(), test_getbounds(), test_gethrgn(), test_getregiondata(), 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 2155 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(), SetWallpaper(), sync_metafile(), test_ARGB_conversion(), 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_DrawImage(), test_drawimage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_drawpath(), test_emfonly(), test_empty(), test_fillpath(), test_fillrect(), test_frameunit(), test_FromGdiDib(), test_fromhicon(), test_fromMemoryBitmap(), test_gamma(), test_GdipCloneImage(), test_GdipCreateBitmapFromHBITMAP(), 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_histogram(), test_image_format(), test_image_properties(), test_imageabort(), test_loadwmf(), test_LockBits(), test_LockBits_UserBuf(), test_multiframegif(), test_nullframerect(), test_pagetransform(), test_palette(), test_pen_thickness(), test_png_color_formats(), test_properties(), test_remaptable(), test_resolution(), test_rotateflip(), test_SavingImages(), test_Scan0(), test_supported_encoders(), test_texturewrap(), test_tiff_color_formats(), test_tiff_palette(), test_tiff_properties(), test_transform(), 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 2619 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 2645 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 2654 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 2679 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 2688 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 2713 of file graphics.c.
Referenced by test_Get_Release_DC().
GpStatus WINGDIPAPI GdipDrawCachedBitmap | ( | GpGraphics * | graphics, |
GpCachedBitmap * | cachedbmp, | ||
INT | x, | ||
INT | y | ||
) |
Definition at line 2068 of file image.c.
GpStatus WINGDIPAPI GdipDrawClosedCurve | ( | GpGraphics * | graphics, |
GpPen * | pen, | ||
GDIPCONST GpPointF * | points, | ||
INT | count | ||
) |
Definition at line 2744 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 2760 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 2786 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 2752 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 2814 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 2850 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 2878 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 2905 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 2918 of file graphics.c.
Referenced by test_GdipDrawCurve3I().
GpStatus WINGDIPAPI GdipDrawCurveI | ( | GpGraphics * | graphics, |
GpPen * | pen, | ||
GDIPCONST GpPoint * | points, | ||
INT | count | ||
) |
Definition at line 2822 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 7462 of file graphics.c.
Referenced by test_GdipDrawString().
GpStatus WINGDIPAPI GdipDrawEllipse | ( | GpGraphics * | graphics, |
GpPen * | pen, | ||
REAL | x, | ||
REAL | y, | ||
REAL | width, | ||
REAL | height | ||
) |
Definition at line 2935 of file graphics.c.
Referenced by GdipDrawEllipseI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipDrawEllipseI | ( | GpGraphics * | graphics, |
GpPen * | pen, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height | ||
) |
Definition at line 2960 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 2969 of file graphics.c.
Referenced by GdipDrawCachedBitmap(), and GdipDrawImageI().
GpStatus WINGDIPAPI GdipDrawImageI | ( | GpGraphics * | graphics, |
GpImage * | image, | ||
INT | x, | ||
INT | y | ||
) |
Definition at line 2985 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 2993 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 3020 of file graphics.c.
Referenced by test_GdipDrawImagePointRect().
GpStatus WINGDIPAPI GdipDrawImagePoints | ( | GpGraphics * | graphics, |
GpImage * | image, | ||
GDIPCONST GpPointF * | dstpoints, | ||
INT | count | ||
) |
Definition at line 3027 of file graphics.c.
Referenced by GdipDrawImagePointsI().
GpStatus WINGDIPAPI GdipDrawImagePointsI | ( | GpGraphics * | graphics, |
GpImage * | image, | ||
GDIPCONST GpPoint * | dstpoints, | ||
INT | count | ||
) |
Definition at line 3044 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 3071 of file graphics.c.
Referenced by 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 3473 of file graphics.c.
GpStatus WINGDIPAPI GdipDrawImageRect | ( | GpGraphics * | graphics, |
GpImage * | image, | ||
REAL | x, | ||
REAL | y, | ||
REAL | width, | ||
REAL | height | ||
) |
Definition at line 3544 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 3565 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 3498 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 3521 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 3573 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 3593 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 3601 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 3626 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 4070 of file graphics.c.
Referenced by GdipDrawArc(), GdipDrawBeziers(), GdipDrawClosedCurve2(), GdipDrawCurve2(), GdipDrawEllipse(), GdipDrawLines(), GdipDrawPie(), GdipDrawPolygon(), GdipDrawRectangle(), GdipDrawRectangles(), GdipPlayMetafileRecord(), test_drawpath(), test_Get_Release_DC(), 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 4095 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 4121 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 6576 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 6602 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 4130 of file graphics.c.
Referenced by GdipDrawRectangleI(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipDrawRectangleI | ( | GpGraphics * | graphics, |
GpPen * | pen, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height | ||
) |
Definition at line 4155 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 4163 of file graphics.c.
Referenced by GdipDrawRectanglesI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipDrawRectanglesI | ( | GpGraphics * | graphics, |
GpPen * | pen, | ||
GDIPCONST GpRect * | rects, | ||
INT | count | ||
) |
Definition at line 4188 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 5700 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 3986 of file metafile.c.
GpStatus WINGDIPAPI GdipEndContainer | ( | GpGraphics * | graphics, |
GraphicsContainer | state | ||
) |
Definition at line 6043 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 3602 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 3618 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 3569 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 3586 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 3435 of file metafile.c.
Referenced by check_metafile(), GdipDrawImagePointsRect(), GdipEnumerateMetafileDestRect(), and play_metafile().
GpStatus WINGDIPAPI GdipFillClosedCurve | ( | GpGraphics * | graphics, |
GpBrush * | brush, | ||
GDIPCONST GpPointF * | points, | ||
INT | count | ||
) |
Definition at line 4278 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 4217 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 4246 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 4286 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 4294 of file graphics.c.
Referenced by GdipFillEllipseI(), GdipPlayMetafileRecord(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipFillEllipseI | ( | GpGraphics * | graphics, |
GpBrush * | brush, | ||
INT | x, | ||
INT | y, | ||
INT | width, | ||
INT | height | ||
) |
Definition at line 4323 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipFillPath | ( | GpGraphics * | graphics, |
GpBrush * | brush, | ||
GpPath * | path | ||
) |
Definition at line 4395 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 4428 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 4458 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 4467 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 4525 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 4533 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 4496 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 4541 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 4556 of file graphics.c.
Referenced by test_fillrect(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipFillRectanglesOnMemoryDCSolidBrush(), test_GdipFillRectanglesOnMemoryDCTextureBrush(), test_Get_Release_DC(), test_hdc_caching(), test_nullframerect(), test_pagetransform(), and test_worldtransform().
GpStatus WINGDIPAPI GdipFillRectangles | ( | GpGraphics * | graphics, |
GpBrush * | brush, | ||
GDIPCONST GpRectF * | rects, | ||
INT | count | ||
) |
Definition at line 4571 of file graphics.c.
Referenced by GdipFillRectangle(), GdipFillRectangleI(), GdipFillRectanglesI(), GdipPlayMetafileRecord(), test_GdipFillRectangles(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipFillRectanglesI | ( | GpGraphics * | graphics, |
GpBrush * | brush, | ||
GDIPCONST GpRect * | rects, | ||
INT | count | ||
) |
Definition at line 4600 of file graphics.c.
Referenced by test_Get_Release_DC().
GpStatus WINGDIPAPI GdipFillRegion | ( | GpGraphics * | graphics, |
GpBrush * | brush, | ||
GpRegion * | region | ||
) |
Definition at line 4762 of file graphics.c.
Referenced by SOFTWARE_GdipFillPath(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipFindFirstImageItem | ( | GpImage * | image, |
ImageItemData * | item | ||
) |
GpStatus WINGDIPAPI GdipFindNextImageItem | ( | GpImage * | , |
ImageItemData * | |||
) |
GpStatus WINGDIPAPI GdipFlattenPath | ( | GpPath * | path, |
GpMatrix * | matrix, | ||
REAL | flatness | ||
) |
Definition at line 1282 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 4790 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 2805 of file image.c.
Referenced by test_GdipGetAllPropertyItems(), and test_gif_properties().
GpStatus WINGDIPAPI GdipGetBrushType | ( | GpBrush * | brush, |
GpBrushType * | type | ||
) |
Definition at line 950 of file brush.c.
Referenced by test_brushfill(), and test_type().
GpStatus WINGDIPAPI GdipGetCellAscent | ( | GDIPCONST GpFontFamily * | family, |
INT | style, | ||
UINT16 * | CellAscent | ||
) |
Definition at line 880 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 891 of file font.c.
Referenced by gdip_get_font_metrics(), and test_fontfamily_properties().
GpStatus WINGDIPAPI GdipGetClip | ( | GpGraphics * | graphics, |
GpRegion * | region | ||
) |
Definition at line 6813 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 4811 of file graphics.c.
Referenced by test_BeginContainer2(), test_clipping(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipGetClipBoundsI | ( | GpGraphics * | graphics, |
GpRect * | rect | ||
) |
Definition at line 4838 of file graphics.c.
Referenced by test_Get_Release_DC().
GpStatus WINGDIPAPI GdipGetCompositingMode | ( | GpGraphics * | graphics, |
CompositingMode * | mode | ||
) |
Definition at line 4852 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipGetCompositingQuality | ( | GpGraphics * | graphics, |
CompositingQuality * | quality | ||
) |
Definition at line 4869 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 153 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 166 of file customlinecap.c.
Referenced by test_create_adjustable_cap(), and test_scale().
GpStatus WINGDIPAPI GdipGetDC | ( | GpGraphics * | graphics, |
HDC * | hdc | ||
) |
Definition at line 6686 of file graphics.c.
Referenced by METAFILE_PlaybackGetDC(), test_alpha_hdc(), test_emfonly(), test_fromMemoryBitmap(), test_gditransform(), test_Get_Release_DC(), test_getdc(), test_getdc_scaled(), and test_nullframerect().
GpStatus WINGDIPAPI GdipGetDpiX | ( | GpGraphics * | graphics, |
REAL * | dpi | ||
) |
Definition at line 6625 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(), and test_resolution().
GpStatus WINGDIPAPI GdipGetDpiY | ( | GpGraphics * | graphics, |
REAL * | dpi | ||
) |
Definition at line 6639 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(), and test_resolution().
GpStatus WINGDIPAPI GdipGetEmHeight | ( | GDIPCONST GpFontFamily * | family, |
INT | style, | ||
UINT16 * | EmHeight | ||
) |
Definition at line 918 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 319 of file font.c.
Referenced by gdip_get_font_metrics(), test_createfont(), and test_logfont().
GpStatus WINGDIPAPI GdipGetFamilyName | ( | GDIPCONST GpFontFamily * | family, |
WCHAR * | name, | ||
LANGID | language | ||
) |
Definition at line 837 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 1559 of file font.c.
Referenced by test_GdipGetFontCollectionFamilyCount(), test_GdipGetFontCollectionFamilyList(), and test_long_name().
GpStatus WINGDIPAPI GdipGetFontCollectionFamilyList | ( | GpFontCollection * | fontCollection, |
INT | numSought, | ||
GpFontFamily * | gpfamilies[], | ||
INT * | numFound | ||
) |
Definition at line 1574 of file font.c.
Referenced by test_GdipGetFontCollectionFamilyList(), and test_long_name().
GpStatus WINGDIPAPI GdipGetFontHeight | ( | GDIPCONST GpFont * | font, |
GDIPCONST GpGraphics * | graphics, | ||
REAL * | height | ||
) |
Definition at line 552 of file font.c.
Referenced by gdip_get_font_metrics(), test_font_height_scaling(), test_font_transform(), and test_logfont().
Definition at line 599 of file font.c.
Referenced by GdipGetFontHeight(), and test_heightgivendpi().
GpStatus WINGDIPAPI GdipGetFontSize | ( | GpFont * | font, |
REAL * | size | ||
) |
Definition at line 350 of file font.c.
Referenced by gdip_get_font_metrics(), test_createfont(), test_GdipMeasureString(), test_logfont(), and test_measured_extra_space().
GpStatus WINGDIPAPI GdipGetFontStyle | ( | GpFont * | font, |
INT * | style | ||
) |
Definition at line 393 of file font.c.
Referenced by gdip_get_font_metrics(), and test_logfont().
GpStatus WINGDIPAPI GdipGetFontUnit | ( | GpFont * | font, |
Unit * | unit | ||
) |
Definition at line 417 of file font.c.
Referenced by test_createfont(), test_font_metrics(), test_GdipMeasureString(), test_heightgivendpi(), and test_logfont().
GpStatus WINGDIPAPI GdipGetGenericFontFamilyMonospace | ( | GpFontFamily ** | nativeFamily | ) |
Definition at line 1010 of file font.c.
Referenced by test_getgenerics().
GpStatus WINGDIPAPI GdipGetGenericFontFamilySansSerif | ( | GpFontFamily ** | nativeFamily | ) |
Definition at line 1074 of file font.c.
Referenced by test_getgenerics().
GpStatus WINGDIPAPI GdipGetGenericFontFamilySerif | ( | GpFontFamily ** | nativeFamily | ) |
Definition at line 1041 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 983 of file brush.c.
Referenced by test_getHatchStyle().
GpStatus WINGDIPAPI GdipGetHemfFromMetafile | ( | GpMetafile * | metafile, |
HENHMETAFILE * | hEmf | ||
) |
Definition at line 1613 of file metafile.c.
Referenced by sync_metafile(), test_clear(), test_drawimage(), test_drawpath(), test_emfonly(), test_empty(), test_fillpath(), test_fillrect(), test_gditransform(), test_getdc(), and test_properties().
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 2196 of file image.c.
Referenced by 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 5022 of file image.c.
Referenced by GdipGetSupportedFileExtensions(), and pBuildFileList().
GpStatus WINGDIPAPI GdipGetImageDecodersSize | ( | UINT * | numDecoders, |
UINT * | size | ||
) |
Definition at line 4998 of file image.c.
Referenced by GdipGetSupportedFileExtensions(), and pBuildFileList().
GpStatus WINGDIPAPI GdipGetImageDimension | ( | GpImage * | image, |
REAL * | width, | ||
REAL * | height | ||
) |
Definition at line 2224 of file image.c.
Referenced by test_GdipCreateBitmapFromHBITMAP(), test_GetImageDimension(), and test_SavingImages().
GpStatus WINGDIPAPI GdipGetImageEncoders | ( | UINT | numEncoders, |
UINT | size, | ||
ImageCodecInfo * | encoders | ||
) |
Definition at line 5073 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 5049 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 5318 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 2249 of file image.c.
Referenced by create_graphics(), GdipGetImageThumbnail(), METAFILE_DrawImagePointsRect(), test_clear(), test_clipping(), test_colorkey(), test_colormatrix(), test_containers(), test_converttoemfplus(), test_DrawImage(), test_drawimage(), test_DrawImage_scale(), test_DrawImage_SourceCopy(), test_drawpath(), test_emfonly(), test_empty(), test_fillpath(), test_fillrect(), test_frameunit(), test_fromMemoryBitmap(), test_gamma(), test_GdipDrawImagePointRect(), test_GdipFillRectanglesOnBitmapTextureBrush(), test_GdipGetNearestColor(), test_gditransform(), test_getdc(), test_getdc_scaled(), test_nullframerect(), test_pagetransform(), test_pen_thickness(), test_properties(), test_remaptable(), test_resolution(), and test_worldtransform().
GpStatus WINGDIPAPI GdipGetImageHeight | ( | GpImage * | image, |
UINT * | height | ||
) |
Definition at line 2287 of file image.c.
Referenced by DibLoadImage(), encode_image_wic(), GdipBitmapGetHistogram(), GdipCloneBrush(), GdipCreateHBITMAPFromBitmap(), GdipCreateTexture(), GdipDrawImage(), GdipDrawImagePoints(), GdipGetImageThumbnail(), Preview_ResetZoom(), test_bitmapfromgraphics(), test_fromhicon(), test_getthumbnail(), test_pagetransform(), test_rotateflip(), ZoomWnd_OnDraw(), ZoomWnd_OnHVScroll(), and ZoomWnd_UpdateScroll().
GpStatus WINGDIPAPI GdipGetImageHorizontalResolution | ( | GpImage * | image, |
REAL * | res | ||
) |
Definition at line 2309 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 4710 of file image.c.
Referenced by test_multiframegif(), test_palette(), and test_tiff_palette().
GpStatus WINGDIPAPI GdipGetImagePaletteSize | ( | GpImage * | image, |
INT * | size | ||
) |
Definition at line 2321 of file image.c.
Referenced by test_multiframegif(), test_palette(), and test_tiff_palette().
GpStatus WINGDIPAPI GdipGetImagePixelFormat | ( | GpImage * | image, |
PixelFormat * | format | ||
) |
Definition at line 2339 of file image.c.
Referenced by test_bitmapfromgraphics(), test_FromGdiDib(), test_fromhicon(), test_GdipCreateBitmapFromHBITMAP(), test_image_format(), test_multiframegif(), test_png_color_formats(), test_tiff_color_formats(), and test_tiff_palette().
GpStatus WINGDIPAPI GdipGetImageRawFormat | ( | GpImage * | image, |
GUID * | format | ||
) |
Definition at line 2354 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 5361 of file image.c.
Referenced by test_getthumbnail(), and test_image_format().
GpStatus WINGDIPAPI GdipGetImageType | ( | GpImage * | image, |
ImageType * | type | ||
) |
Definition at line 2366 of file image.c.
Referenced by load_image(), test_fromhicon(), test_image_properties(), test_png_color_formats(), and test_tiff_color_formats().
GpStatus WINGDIPAPI GdipGetImageVerticalResolution | ( | GpImage * | image, |
REAL * | res | ||
) |
Definition at line 2378 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 2390 of file image.c.
Referenced by DibLoadImage(), encode_image_wic(), GdipBitmapGetHistogram(), GdipCloneBrush(), GdipCreateHBITMAPFromBitmap(), GdipCreateTexture(), GdipDrawImage(), GdipDrawImagePoints(), GdipGetImageThumbnail(), Preview_ResetZoom(), test_bitmapfromgraphics(), test_fromhicon(), test_getthumbnail(), test_pagetransform(), test_rotateflip(), ZoomWnd_OnDraw(), ZoomWnd_OnHVScroll(), and ZoomWnd_UpdateScroll().
GpStatus WINGDIPAPI GdipGetInterpolationMode | ( | GpGraphics * | graphics, |
InterpolationMode * | mode | ||
) |
Definition at line 4886 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 1403 of file brush.c.
Referenced by test_lineblend(), and test_linelinearblend().
GpStatus WINGDIPAPI GdipGetLineBlendCount | ( | GpLineGradient * | brush, |
INT * | count | ||
) |
Definition at line 1420 of file brush.c.
Referenced by test_lineblend(), and test_linelinearblend().
GpStatus WINGDIPAPI GdipGetLineColors | ( | GpLineGradient * | brush, |
ARGB * | colors | ||
) |
Definition at line 1983 of file brush.c.
Referenced by test_gradientgetrect().
GpStatus WINGDIPAPI GdipGetLineGammaCorrection | ( | GpLineGradient * | line, |
BOOL * | usinggamma | ||
) |
Definition at line 1030 of file brush.c.
Referenced by test_getgamma().
GpStatus WINGDIPAPI GdipGetLinePresetBlend | ( | GpLineGradient * | brush, |
ARGB * | blend, | ||
REAL * | positions, | ||
INT | count | ||
) |
Definition at line 2077 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 2191 of file brush.c.
Referenced by GdipGetLineRectI(), test_gradientgetrect(), and test_transform().
GpStatus WINGDIPAPI GdipGetLineRectI | ( | GpLineGradient * | brush, |
GpRect * | rect | ||
) |
Definition at line 2203 of file brush.c.
GpStatus WINGDIPAPI GdipGetLineSpacing | ( | GDIPCONST GpFontFamily * | family, |
INT | style, | ||
UINT16 * | LineSpacing | ||
) |
Definition at line 945 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 2129 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 432 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 455 of file font.c.
Referenced by GdipGetLogFontA(), test_font_metrics(), and test_GdipMeasureString().
GpStatus WINGDIPAPI GdipGetMatrixElements | ( | GDIPCONST GpMatrix * | matrix, |
REAL * | out | ||
) |
Definition at line 172 of file matrix.c.
Referenced by get_pen_transform(), test_BeginContainer2(), test_constructor3(), test_gradientgetrect(), test_invert(), test_transform(), and test_worldtransform().
GpStatus WINGDIPAPI GdipGetMetafileHeaderFromEmf | ( | HENHMETAFILE | hemf, |
MetafileHeader * | header | ||
) |
Definition at line 3688 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 3764 of file metafile.c.
GpStatus WINGDIPAPI GdipGetMetafileHeaderFromMetafile | ( | GpMetafile * | metafile, |
MetafileHeader * | header | ||
) |
Definition at line 3632 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 3784 of file metafile.c.
GpStatus WINGDIPAPI GdipGetMetafileHeaderFromWmf | ( | HMETAFILE | hwmf, |
GDIPCONST WmfPlaceableFileHeader * | placeable, | ||
MetafileHeader * | header | ||
) |
Definition at line 3747 of file metafile.c.
GpStatus WINGDIPAPI GdipGetNearestColor | ( | GpGraphics * | graphics, |
ARGB * | argb | ||
) |
Definition at line 4903 of file graphics.c.
Referenced by test_GdipGetNearestColor(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipGetPageScale | ( | GpGraphics * | graphics, |
REAL * | scale | ||
) |
Definition at line 4916 of file graphics.c.
Referenced by test_BeginContainer2(), test_Get_Release_DC(), and test_pagetransform().
GpStatus WINGDIPAPI GdipGetPageUnit | ( | GpGraphics * | graphics, |
GpUnit * | unit | ||
) |
Definition at line 4931 of file graphics.c.
Referenced by test_BeginContainer2(), test_clipping(), test_clipping_2(), test_Get_Release_DC(), and test_pagetransform().
GpStatus WINGDIPAPI GdipGetPathData | ( | GpPath * | path, |
GpPathData * | pathData | ||
) |
Definition at line 1379 of file graphicspath.c.
Referenced by test_getpathdata().
GpStatus WINGDIPAPI GdipGetPathFillMode | ( | GpPath * | path, |
GpFillMode * | fillmode | ||
) |
Definition at line 1394 of file graphicspath.c.
GpStatus WINGDIPAPI GdipGetPathGradientBlend | ( | GpPathGradient * | brush, |
REAL * | blend, | ||
REAL * | positions, | ||
INT | count | ||
) |
Definition at line 1055 of file brush.c.
Referenced by test_getblend(), and test_pathgradientblend().
GpStatus WINGDIPAPI GdipGetPathGradientBlendCount | ( | GpPathGradient * | brush, |
INT * | count | ||
) |
Definition at line 1074 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 1086 of file brush.c.
Referenced by GdipGetPathGradientCenterPointI(), and test_pathgradientcenterpoint().
GpStatus WINGDIPAPI GdipGetPathGradientCenterPointI | ( | GpPathGradient * | grad, |
GpPoint * | point | ||
) |
Definition at line 1100 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 1161 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 1616 of file brush.c.
Referenced by test_pathgradientpresetblend().
GpStatus WINGDIPAPI GdipGetPathGradientPresetBlendCount | ( | GpPathGradient * | brush, |
INT * | count | ||
) |
Definition at line 1643 of file brush.c.
Referenced by test_pathgradientpresetblend().
GpStatus WINGDIPAPI GdipGetPathGradientRect | ( | GpPathGradient * | brush, |
GpRectF * | rect | ||
) |
Definition at line 1186 of file brush.c.
Referenced by GdipGetPathGradientRectI(), and test_getbounds().
GpStatus WINGDIPAPI GdipGetPathGradientRectI | ( | GpPathGradient * | brush, |
GpRect * | rect | ||
) |
Definition at line 1200 of file brush.c.
GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorCount | ( | GpPathGradient * | brush, |
INT * | count | ||
) |
Definition at line 1244 of file brush.c.
Referenced by test_gradientsurroundcolorcount().
GpStatus WINGDIPAPI GdipGetPathGradientSurroundColorsWithCount | ( | GpPathGradient * | grad, |
ARGB * | argb, | ||
INT * | count | ||
) |
Definition at line 1221 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 1406 of file graphicspath.c.
Referenced by test_lastpoint().
GpStatus WINGDIPAPI GdipGetPathPoints | ( | GpPath * | path, |
GpPointF * | points, | ||
INT | count | ||
) |
Definition at line 1422 of file graphicspath.c.
Referenced by GdipGetPathPointsI(), and ok_path().
GpStatus WINGDIPAPI GdipGetPathPointsI | ( | GpPath * | path, |
GpPoint * | points, | ||
INT | count | ||
) |
Definition at line 1437 of file graphicspath.c.
GpStatus WINGDIPAPI GdipGetPathTypes | ( | GpPath * | path, |
BYTE * | types, | ||
INT | count | ||
) |
Definition at line 1462 of file graphicspath.c.
Referenced by ok_path().
GpStatus WINGDIPAPI GdipGetPathWorldBounds | ( | GpPath * | path, |
GpRectF * | bounds, | ||
GDIPCONST GpMatrix * | matrix, | ||
GDIPCONST GpPen * | pen | ||
) |
Definition at line 1481 of file graphicspath.c.
Referenced by create_path_gradient(), GdipGetPathGradientRect(), GdipGetPathWorldBoundsI(), and test_worldbounds().
GpStatus WINGDIPAPI GdipGetPathWorldBoundsI | ( | GpPath * | path, |
GpRect * | bounds, | ||
GDIPCONST GpMatrix * | matrix, | ||
GDIPCONST GpPen * | pen | ||
) |
Definition at line 1564 of file graphicspath.c.
GpStatus WINGDIPAPI GdipGetPenBrushFill | ( | GpPen * | pen, |
GpBrush ** | brush | ||
) |
Definition at line 207 of file pen.c.
Referenced by test_brushfill().
GpStatus WINGDIPAPI GdipGetPenColor | ( | GpPen * | pen, |
ARGB * | argb | ||
) |
Definition at line 217 of file pen.c.
Referenced by test_brushfill().
GpStatus WINGDIPAPI GdipGetPenCompoundCount | ( | GpPen * | pen, |
INT * | count | ||
) |
GpStatus WINGDIPAPI GdipGetPenCustomEndCap | ( | GpPen * | pen, |
GpCustomLineCap ** | customCap | ||
) |
Definition at line 230 of file pen.c.
Referenced by test_customcap().
GpStatus WINGDIPAPI GdipGetPenCustomStartCap | ( | GpPen * | pen, |
GpCustomLineCap ** | customCap | ||
) |
Definition at line 245 of file pen.c.
Referenced by test_customcap().
GpStatus WINGDIPAPI GdipGetPenDashArray | ( | GpPen * | pen, |
REAL * | dash, | ||
INT | count | ||
) |
Definition at line 260 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 312 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 449 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 4947 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipGetPointCount | ( | GpPath * | path, |
INT * | count | ||
) |
Definition at line 1584 of file graphicspath.c.
Referenced by ok_path(), test_empty_rect(), test_getpathdata(), test_nextmarkerpath(), test_nextsubpathpath(), and test_widen().
GpStatus WINGDIPAPI GdipGetPropertyCount | ( | GpImage * | image, |
UINT * | num | ||
) |
Definition at line 2412 of file image.c.
Referenced by test_GdipGetAllPropertyItems(), test_gif_properties(), test_image_properties(), and test_tiff_properties().
GpStatus WINGDIPAPI GdipGetPropertyIdList | ( | GpImage * | image, |
UINT | num, | ||
PROPID * | list | ||
) |
Definition at line 2435 of file image.c.
Referenced by test_GdipGetAllPropertyItems(), test_gif_properties(), test_image_properties(), and test_tiff_properties().
GpStatus WINGDIPAPI GdipGetPropertyItem | ( | GpImage * | image, |
PROPID | propid, | ||
UINT | size, | ||
PropertyItem * | buffer | ||
) |
Definition at line 2682 of file image.c.
Referenced by Anime_LoadInfo(), test_GdipGetAllPropertyItems(), test_gif_properties(), test_image_properties(), and test_tiff_properties().
GpStatus WINGDIPAPI GdipGetPropertyItemSize | ( | GpImage * | image, |
PROPID | propid, | ||
UINT * | size | ||
) |
Definition at line 2536 of file image.c.
Referenced by Anime_LoadInfo(), test_GdipGetAllPropertyItems(), test_gif_properties(), test_image_properties(), and test_tiff_properties().
GpStatus WINGDIPAPI GdipGetPropertySize | ( | GpImage * | image, |
UINT * | size, | ||
UINT * | count | ||
) |
Definition at line 2735 of file image.c.
Referenced by add_property(), GdipGetAllPropertyItems(), test_GdipGetAllPropertyItems(), and test_gif_properties().
GpStatus WINGDIPAPI GdipGetRegionBounds | ( | GpRegion * | region, |
GpGraphics * | graphics, | ||
GpRectF * | rect | ||
) |
Definition at line 587 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 | ||
) |
Definition at line 629 of file region.c.
Referenced by GdipGetClipBoundsI().
GpStatus WINGDIPAPI GdipGetRegionData | ( | GpRegion * | region, |
BYTE * | buffer, | ||
UINT | size, | ||
UINT * | needed | ||
) |
Definition at line 747 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 985 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 1194 of file region.c.
Referenced by GDI32_GdipFillRegion(), GdipGetRegionBounds(), GdipIsEqualRegion(), GdipIsVisiblePathPoint(), GdipIsVisibleRegionPoint(), GdipIsVisibleRegionRect(), get_clip_hrgn(), get_region_scans_data(), SOFTWARE_GdipFillRegion(), test_clipping(), test_clipping_2(), and test_gethrgn().
GpStatus WINGDIPAPI GdipGetRegionScans | ( | GpRegion * | region, |
GpRectF * | scans, | ||
INT * | count, | ||
GpMatrix * | matrix | ||
) |
Definition at line 1656 of file region.c.
Referenced by test_excludeinfinite(), and test_scans().
GpStatus WINGDIPAPI GdipGetRegionScansCount | ( | GpRegion * | region, |
UINT * | count, | ||
GpMatrix * | matrix | ||
) |
Definition at line 1601 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 1622 of file region.c.
Referenced by test_scans().
GpStatus WINGDIPAPI GdipGetRenderingOrigin | ( | GpGraphics * | graphics, |
INT * | x, | ||
INT * | y | ||
) |
Definition at line 6280 of file graphics.c.
GpStatus WINGDIPAPI GdipGetSmoothingMode | ( | GpGraphics * | graphics, |
SmoothingMode * | mode | ||
) |
Definition at line 4964 of file graphics.c.
Referenced by test_BeginContainer2(), and test_Get_Release_DC().
GpStatus WINGDIPAPI GdipGetSolidFillColor | ( | GpSolidFill * | sf, |
ARGB * | argb | ||
) |
Definition at line 1273 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 4979 of file graphics.c.
Referenced by test_BeginContainer2(), and test_textcontrast().
GpStatus WINGDIPAPI GdipGetTextRenderingHint | ( | GpGraphics * | graphics, |
TextRenderingHint * | hint | ||
) |
Definition at line 4992 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 1316 of file brush.c.
Referenced by test_texturewrap().
GpStatus WINGDIPAPI GdipGetVisibleClipBounds | ( | GpGraphics * | graphics, |
GpRectF * | rect | ||
) |
Definition at line 5008 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 5045 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 5066 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 5080 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_alpha_hdc(), test_clear(), test_clip_xform(), test_fromMemoryBitmap(), test_Get_Release_DC(), and test_pen_thickness().
GpStatus WINGDIPAPI GdipGraphicsSetAbort | ( | GpGraphics * | graphics, |
GdiplusAbort * | pabort | ||
) |
Definition at line 7511 of file graphics.c.
GpStatus WINGDIPAPI GdipImageForceValidation | ( | GpImage * | image | ) |
GpStatus WINGDIPAPI GdipImageGetFrameCount | ( | GpImage * | image, |
GDIPCONST GUID * | dimensionID, | ||
UINT * | count | ||
) |
Definition at line 2913 of file image.c.
Referenced by Anime_LoadInfo(), test_GdipGetAllPropertyItems(), test_GdipImageGetFrameDimensionsCount(), test_gif_properties(), test_multiframegif(), and test_tiff_properties().
GpStatus WINGDIPAPI GdipImageGetFrameDimensionsCount | ( | GpImage * | image, |
UINT * | count | ||
) |
Definition at line 2933 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 2948 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 5410 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 4350 of file image.c.
Referenced by Anime_SetFrameIndex(), test_GdipImageGetFrameDimensionsCount(), test_gif_properties(), and test_multiframegif().
GpStatus WINGDIPAPI GdipImageSetAbort | ( | GpImage * | image, |
GdiplusAbort * | pabort | ||
) |
GpStatus WINGDIPAPI GdipInitializePalette | ( | ColorPalette * | palette, |
PaletteType | type, | ||
INT | desired, | ||
BOOL | transparent, | ||
GpBitmap * | bitmap | ||
) |
Definition at line 5752 of file image.c.
GpStatus WINGDIPAPI GdipInvertMatrix | ( | GpMatrix * | matrix | ) |
Definition at line 185 of file matrix.c.
Referenced by brush_fill_pixels(), GdipDrawImagePointsRect(), GdipIsOutlineVisiblePathPoint(), get_graphics_transform(), SOFTWARE_GdipDrawPath(), and test_invert().
GpStatus WINGDIPAPI GdipIsClipEmpty | ( | GpGraphics * | graphics, |
BOOL * | res | ||
) |
Definition at line 5113 of file graphics.c.
Referenced by test_isempty().
GpStatus WINGDIPAPI GdipIsEmptyRegion | ( | GpRegion * | region, |
GpGraphics * | graphics, | ||
BOOL * | res | ||
) |
Definition at line 1204 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 1226 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 1261 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 499 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 512 of file matrix.c.
Referenced by brush_fill_pixels(), GdipSetClipRect(), GdipSetClipRegion(), get_clip_hrgn(), METAFILE_AddPenObject(), test_gradientgetrect(), test_isidentity(), test_transform(), and test_worldtransform().
GpStatus WINGDIPAPI GdipIsMatrixInvertible | ( | GDIPCONST GpMatrix * | matrix, |
BOOL * | result | ||
) |
Definition at line 225 of file matrix.c.
Referenced by GdipInvertMatrix(), and test_isinvertible().
GpStatus WINGDIPAPI GdipIsOutlineVisiblePathPoint | ( | GpPath * | path, |
REAL | x, | ||
REAL | y, | ||
GpPen * | pen, | ||
GpGraphics * | graphics, | ||
BOOL * | result | ||
) |
Definition at line 1660 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPointI().
GpStatus WINGDIPAPI GdipIsOutlineVisiblePathPointI | ( | GpPath * | path, |
INT | x, | ||
INT | y, | ||
GpPen * | pen, | ||
GpGraphics * | graphics, | ||
BOOL * | result | ||
) |
Definition at line 1652 of file graphicspath.c.
GpStatus WINGDIPAPI GdipIsStyleAvailable | ( | GDIPCONST GpFontFamily * | family, |
INT | style, | ||
BOOL * | IsStyleAvailable | ||
) |
Definition at line 976 of file font.c.
GpStatus WINGDIPAPI GdipIsVisibleClipEmpty | ( | GpGraphics * | graphics, |
BOOL * | res | ||
) |
Definition at line 7479 of file graphics.c.
GpStatus WINGDIPAPI GdipIsVisiblePathPoint | ( | GpPath * | path, |
REAL | x, | ||
REAL | y, | ||
GpGraphics * | graphics, | ||
BOOL * | result | ||
) |
Definition at line 1718 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 5123 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 5156 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 5161 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 5200 of file graphics.c.
Referenced by test_GdipIsVisibleRect().
GpStatus WINGDIPAPI GdipIsVisibleRegionPoint | ( | GpRegion * | region, |
REAL | x, | ||
REAL | y, | ||
GpGraphics * | graphics, | ||
BOOL * | res | ||
) |
Definition at line 1320 of file region.c.
Referenced by GdipIsVisiblePoint(), GdipIsVisibleRegionPointI(), 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 1277 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 2976 of file image.c.
Referenced by GdipLoadImageFromFileICM(), SetWallpaper(), test_LoadingImages(), and test_SavingImages().
GpStatus WINGDIPAPI GdipLoadImageFromFileICM | ( | GDIPCONST WCHAR * | filename, |
GpImage ** | image | ||
) |
Definition at line 3002 of file image.c.
Referenced by test_LoadingImages().
GpStatus WINGDIPAPI GdipLoadImageFromStream | ( | IStream * | stream, |
GpImage ** | image | ||
) |
Definition at line 4405 of file image.c.
Referenced by GdipCreateBitmapFromStream(), GdipCreateMetafileFromStream(), GdipLoadImageFromFile(), GdipLoadImageFromStreamICM(), load_image(), test_bufferrawformat(), test_GdipLoadImageFromStream(), and test_loadwmf().
GpStatus WINGDIPAPI GdipLoadImageFromStreamICM | ( | IStream * | stream, |
GpImage ** | image | ||
) |
Definition at line 110 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 5427 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 7063 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 5550 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 2152 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipMultiplyMatrix | ( | GpMatrix * | matrix, |
GDIPCONST GpMatrix * | matrix2, | ||
GpMatrixOrder | order | ||
) |
Definition at line 240 of file matrix.c.
Referenced by GdipBeginContainer(), 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 491 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 6653 of file graphics.c.
Referenced by test_Get_Release_DC(), and test_worldtransform().
GpStatus WINGDIPAPI GdipNewInstalledFontCollection | ( | GpFontCollection ** | fontCollection | ) |
Definition at line 1679 of file font.c.
Referenced by test_GdipGetFontCollectionFamilyCount(), test_GdipGetFontCollectionFamilyList(), and test_installedfonts().
GpStatus WINGDIPAPI GdipNewPrivateFontCollection | ( | GpFontCollection ** | fontCollection | ) |
Definition at line 1096 of file font.c.
Referenced by test_long_name().
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 267 of file pathiterator.c.
GpStatus WINGDIPAPI GdipPathIterGetCount | ( | GpPathIterator * | iterator, |
INT * | count | ||
) |
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 | ||
) |
GpStatus WINGDIPAPI GdipPathIterNextSubpath | ( | GpPathIterator * | iterator, |
INT * | resultCount, | ||
INT * | startIndex, | ||
INT * | endIndex, | ||
BOOL * | isClosed | ||
) |
Definition at line 199 of file pathiterator.c.
Referenced by GdipPathIterNextSubpathPath(), and test_nextsubpath().
GpStatus WINGDIPAPI GdipPathIterNextSubpathPath | ( | GpPathIterator * | iter, |
INT * | result, | ||
GpPath * | path, | ||
BOOL * | closed | ||
) |
Definition at line 306 of file pathiterator.c.
Referenced by test_nextsubpathpath().
GpStatus WINGDIPAPI GdipPathIterRewind | ( | GpPathIterator * | iterator | ) |
Definition at line 241 of file pathiterator.c.
GpStatus WINGDIPAPI GdipPlayMetafileRecord | ( | GDIPCONST GpMetafile * | metafile, |
EmfPlusRecordType | recordType, | ||
UINT | flags, | ||
UINT | dataSize, | ||
GDIPCONST BYTE * | data | ||
) |
Definition at line 2461 of file metafile.c.
Referenced by play_metafile_proc(), and test_gditransform_cb().
GpStatus WINGDIPAPI GdipPrivateAddFontFile | ( | GpFontCollection * | collection, |
GDIPCONST WCHAR * | name | ||
) |
Definition at line 1137 of file font.c.
Referenced by test_long_name().
GpStatus WINGDIPAPI GdipPrivateAddMemoryFont | ( | GpFontCollection * | fontCollection, |
GDIPCONST void * | memory, | ||
INT | length | ||
) |
Definition at line 1509 of file font.c.
Referenced by GdipPrivateAddFontFile().
GpStatus WINGDIPAPI GdipRecordMetafile | ( | HDC | hdc, |
EmfType | type, | ||
GDIPCONST GpRectF * | frameRect, | ||
MetafileFrameUnit | frameUnit, | ||
GDIPCONST WCHAR * | desc, | ||
GpMetafile ** | metafile | ||
) |
Definition at line 735 of file metafile.c.
Referenced by GdipRecordMetafileI(), GdipRecordMetafileStream(), test_clear(), test_clipping(), test_containers(), test_converttoemfplus(), test_drawimage(), test_drawpath(), test_emfonly(), test_empty(), test_fillpath(), test_fillrect(), test_frameunit(), test_gditransform(), test_getdc(), test_nullframerect(), test_pagetransform(), test_properties(), 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 3993 of file metafile.c.
GpStatus WINGDIPAPI GdipRecordMetafileFileNameI | ( | GDIPCONST WCHAR * | fileName, |
HDC | hdc, | ||
EmfType | type, | ||
GDIPCONST GpRect * | pFrameRect, | ||
MetafileFrameUnit | frameUnit, | ||
GDIPCONST WCHAR * | desc, | ||
GpMetafile ** | metafile | ||
) |
Definition at line 4004 of file metafile.c.
GpStatus WINGDIPAPI GdipRecordMetafileI | ( | HDC | hdc, |
EmfType | type, | ||
GDIPCONST GpRect * | frameRect, | ||
MetafileFrameUnit | frameUnit, | ||
GDIPCONST WCHAR * | desc, | ||
GpMetafile ** | metafile | ||
) |
Definition at line 842 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 863 of file metafile.c.
GpStatus WINGDIPAPI GdipReleaseDC | ( | GpGraphics * | graphics, |
HDC | hdc | ||
) |
Definition at line 6762 of file graphics.c.
Referenced by METAFILE_PlaybackReleaseDC(), test_alpha_hdc(), test_emfonly(), test_fromMemoryBitmap(), test_gditransform(), test_Get_Release_DC(), test_getdc(), test_getdc_scaled(), and test_nullframerect().
GpStatus WINGDIPAPI GdipRemovePropertyItem | ( | GpImage * | image, |
PROPID | propId | ||
) |
GpStatus WINGDIPAPI GdipResetClip | ( | GpGraphics * | graphics | ) |
Definition at line 5831 of file graphics.c.
Referenced by test_clip_xform(), test_GdipGetVisibleClipBounds_window(), test_Get_Release_DC(), and test_get_set_clip().
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 2106 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipResetPath | ( | GpPath * | path | ) |
Definition at line 1756 of file graphicspath.c.
Referenced by GdipPathIterNextMarkerPath(), GdipPathIterNextSubpathPath(), test_addcurve(), test_addpie(), test_flatten(), test_GdipFillPath(), test_transform(), test_translate(), and test_widen().
GpStatus WINGDIPAPI GdipResetPathGradientTransform | ( | GpPathGradient * | grad | ) |
GpStatus WINGDIPAPI GdipResetPenTransform | ( | GpPen * | pen | ) |
Definition at line 420 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipResetTextureTransform | ( | GpTexture * | brush | ) |
Definition at line 1345 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipResetWorldTransform | ( | GpGraphics * | graphics | ) |
Definition at line 5844 of file graphics.c.
Referenced by GdipEnumerateMetafileSrcRectDestPoints(), test_clip_xform(), test_container_rects(), test_Get_Release_DC(), and test_worldtransform().
GpStatus WINGDIPAPI GdipRestoreGraphics | ( | GpGraphics * | graphics, |
GraphicsState | state | ||
) |
Definition at line 6049 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_clipping(), test_containers(), and test_save_restore().
GpStatus WINGDIPAPI GdipReversePath | ( | GpPath * | path | ) |
Definition at line 1596 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 258 of file matrix.c.
Referenced by draw_cap(), 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 481 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipRotateTextureTransform | ( | GpTexture * | brush, |
REAL | angle, | ||
GpMatrixOrder | order | ||
) |
GpStatus WINGDIPAPI GdipRotateWorldTransform | ( | GpGraphics * | graphics, |
REAL | angle, | ||
GpMatrixOrder | order | ||
) |
Definition at line 5866 of file graphics.c.
Referenced by test_Get_Release_DC(), and test_worldtransform().
GpStatus WINGDIPAPI GdipSaveAdd | ( | GpImage * | image, |
GDIPCONST EncoderParameters * | params | ||
) |
GpStatus WINGDIPAPI GdipSaveGraphics | ( | GpGraphics * | graphics, |
GraphicsState * | state | ||
) |
Definition at line 5915 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 4476 of file image.c.
Referenced by Preview_pSaveImage(), Preview_pSaveImageAs(), SetWallpaper(), and test_SavingImages().
GpStatus WINGDIPAPI GdipSaveImageToStream | ( | GpImage * | image, |
IStream * | stream, | ||
GDIPCONST CLSID * | clsid, | ||
GDIPCONST EncoderParameters * | params | ||
) |
Definition at line 4671 of file image.c.
Referenced by GdipSaveImageToFile(), and test_supported_encoders().
GpStatus WINGDIPAPI GdipScaleLineTransform | ( | GpLineGradient * | brush, |
REAL | sx, | ||
REAL | sy, | ||
GpMatrixOrder | order | ||
) |
Definition at line 2141 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipScaleMatrix | ( | GpMatrix * | matrix, |
REAL | scaleX, | ||
REAL | scaleY, | ||
GpMatrixOrder | order | ||
) |
Definition at line 289 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_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 471 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 6055 of file graphics.c.
Referenced by test_clip_xform(), test_container_rects(), test_containers(), test_font_height_scaling(), test_GdipGetVisibleClipBounds_window(), test_Get_Release_DC(), test_getbounds(), test_getdc_scaled(), test_gethrgn(), 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 test_create_adjustable_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 6078 of file graphics.c.
GpStatus WINGDIPAPI GdipSetClipHrgn | ( | GpGraphics * | graphics, |
HRGN | hrgn, | ||
CombineMode | mode | ||
) |
Definition at line 6416 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 6448 of file graphics.c.
Referenced by test_Get_Release_DC(), and test_get_set_clip().
GpStatus WINGDIPAPI GdipSetClipRect | ( | GpGraphics * | graphics, |
REAL | x, | ||
REAL | y, | ||
REAL | width, | ||
REAL | height, | ||
CombineMode | mode | ||
) |
Definition at line 6477 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 6522 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 6537 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 6089 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_DrawImage_SourceCopy(), test_Get_Release_DC(), and test_properties().
GpStatus WINGDIPAPI GdipSetCompositingQuality | ( | GpGraphics * | graphics, |
CompositingQuality | quality | ||
) |
Definition at line 6118 of file graphics.c.
Referenced by GdipPlayMetafileRecord(), test_BeginContainer2(), test_Get_Release_DC(), and test_properties().
GpStatus WINGDIPAPI GdipSetCustomLineCapBaseCap | ( | GpCustomLineCap * | custom, |
GpLineCap | base | ||
) |
Definition at line 195 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.
GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeCaps | ( | GpCustomLineCap * | custom, |
GpLineCap | start, | ||
GpLineCap | end | ||
) |
Definition at line 179 of file customlinecap.c.
GpStatus WINGDIPAPI GdipSetCustomLineCapStrokeJoin | ( | GpCustomLineCap * | custom, |
GpLineJoin | join | ||
) |
Definition at line 235 of file customlinecap.c.
Referenced by test_linejoin().
GpStatus WINGDIPAPI GdipSetCustomLineCapWidthScale | ( | GpCustomLineCap * | custom, |
REAL | width | ||
) |
Definition at line 248 of file customlinecap.c.
Referenced by test_scale().
GpStatus WINGDIPAPI GdipSetEmpty | ( | GpRegion * | region | ) |
Definition at line 1359 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_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 4744 of file image.c.
Referenced by GdipCreateBitmapFromHBITMAP(), metafile_deserialize_image(), test_bitmapbits(), and test_palette().
GpStatus WINGDIPAPI GdipSetInfinite | ( | GpRegion * | region | ) |
Definition at line 1374 of file region.c.
Referenced by GdipResetClip(), test_gethrgn(), test_getregiondata(), and test_isequal().
GpStatus WINGDIPAPI GdipSetInterpolationMode | ( | GpGraphics * | graphics, |
InterpolationMode | mode | ||
) |
Definition at line 6147 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 1369 of file brush.c.
Referenced by GdipSetLineLinearBlend(), GdipSetLineSigmaBlend(), metafile_deserialize_brush(), 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 2010 of file brush.c.
Referenced by test_linelinearblend().
GpStatus WINGDIPAPI GdipSetLinePresetBlend | ( | GpLineGradient * | brush, |
GDIPCONST ARGB * | blend, | ||
GDIPCONST REAL * | positions, | ||
INT | count | ||
) |
Definition at line 2042 of file brush.c.
Referenced by metafile_deserialize_brush(), and test_lineblend().
GpStatus WINGDIPAPI GdipSetLineSigmaBlend | ( | GpLineGradient * | line, |
REAL | focus, | ||
REAL | scale | ||
) |
Definition at line 1445 of file brush.c.
GpStatus WINGDIPAPI GdipSetLineTransform | ( | GpLineGradient * | brush, |
GDIPCONST GpMatrix * | matrix | ||
) |
Definition at line 2116 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 316 of file matrix.c.
Referenced by create_line_brush(), create_path_gradient(), draw_cap(), GdipCreateFromHDC2(), GdipCreatePen2(), GdipCreateTextureIA(), GdipDrawImagePointsRect(), GdipPlayMetafileRecord(), GdipResetLineTransform(), GdipResetPathGradientTransform(), GdipResetPenTransform(), GdipResetTextureTransform(), GdipResetWorldTransform(), get_gdi_transform(), get_graphics_transform(), graphics_from_image(), linegradient_init_transform(), test_isidentity(), test_transform(), and test_worldtransform().
GpStatus WINGDIPAPI GdipSetMetafileDownLevelRasterizationLimit | ( | GpMetafile * | metafile, |
UINT | limitDpi | ||
) |
Definition at line 3956 of file metafile.c.
GpStatus WINGDIPAPI GdipSetPageScale | ( | GpGraphics * | graphics, |
REAL | scale | ||
) |
Definition at line 6182 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(), and test_transformpoints().
GpStatus WINGDIPAPI GdipSetPageUnit | ( | GpGraphics * | graphics, |
GpUnit | unit | ||
) |
Definition at line 6206 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_measured_extra_space(), test_pagetransform(), test_pen_thickness(), and test_transformpoints().
GpStatus WINGDIPAPI GdipSetPathFillMode | ( | GpPath * | path, |
GpFillMode | fill | ||
) |
Definition at line 1770 of file graphicspath.c.
GpStatus WINGDIPAPI GdipSetPathGradientBlend | ( | GpPathGradient * | brush, |
GDIPCONST REAL * | blend, | ||
GDIPCONST REAL * | pos, | ||
INT | count | ||
) |
Definition at line 1514 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 1668 of file brush.c.
Referenced by GdipSetPathGradientCenterPointI(), and test_pathgradientcenterpoint().
GpStatus WINGDIPAPI GdipSetPathGradientCenterPointI | ( | GpPathGradient * | grad, |
GpPoint * | point | ||
) |
Definition at line 1682 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 1548 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 1581 of file brush.c.
Referenced by test_pathgradientpresetblend().
GpStatus WINGDIPAPI GdipSetPathGradientSigmaBlend | ( | GpPathGradient * | grad, |
REAL | focus, | ||
REAL | scale | ||
) |
Definition at line 1737 of file brush.c.
GpStatus WINGDIPAPI GdipSetPathGradientSurroundColorsWithCount | ( | GpPathGradient * | grad, |
GDIPCONST ARGB * | argb, | ||
INT * | count | ||
) |
Definition at line 1793 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 2421 of file graphicspath.c.
Referenced by test_nextmarker(), and test_nextmarkerpath().
GpStatus WINGDIPAPI GdipSetPenBrushFill | ( | GpPen * | pen, |
GpBrush * | brush | ||
) |
Definition at line 502 of file pen.c.
Referenced by test_brushfill().
GpStatus WINGDIPAPI GdipSetPenColor | ( | GpPen * | pen, |
ARGB | argb | ||
) |
Definition at line 513 of file pen.c.
GpStatus WINGDIPAPI GdipSetPenCustomEndCap | ( | GpPen * | pen, |
GpCustomLineCap * | customCap | ||
) |
Definition at line 547 of file pen.c.
Referenced by test_customcap().
GpStatus WINGDIPAPI GdipSetPenCustomStartCap | ( | GpPen * | pen, |
GpCustomLineCap * | customCap | ||
) |
Definition at line 566 of file pen.c.
Referenced by test_customcap().
Definition at line 585 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 638 of file pen.c.
Referenced by METAFILE_PlaybackObject().
GpStatus WINGDIPAPI GdipSetPenDashStyle | ( | GpPen * | pen, |
GpDashStyle | dash | ||
) |
Definition at line 650 of file pen.c.
Referenced by GdipSetPenDashArray(), METAFILE_PlaybackObject(), test_dasharray(), and test_widen().
GpStatus WINGDIPAPI GdipSetPenEndCap | ( | GpPen * | pen, |
GpLineCap | cap | ||
) |
Definition at line 671 of file pen.c.
Referenced by METAFILE_PlaybackObject(), and test_worldbounds().
GpStatus WINGDIPAPI GdipSetPenLineCap197819 | ( | GpPen * | pen, |
GpLineCap | start, | ||
GpLineCap | end, | ||
GpDashCap | dash | ||
) |
GpStatus WINGDIPAPI GdipSetPenLineJoin | ( | GpPen * | pen, |
GpLineJoin | join | ||
) |
Definition at line 708 of file pen.c.
Referenced by METAFILE_PlaybackObject().
GpStatus WINGDIPAPI GdipSetPenMiterLimit | ( | GpPen * | pen, |
REAL | limit | ||
) |
Definition at line 721 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 733 of file pen.c.
Referenced by METAFILE_PlaybackObject().
GpStatus WINGDIPAPI GdipSetPenTransform | ( | GpPen * | pen, |
GpMatrix * | matrix | ||
) |
Definition at line 432 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 6233 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 6262 of file graphics.c.
GpStatus WINGDIPAPI GdipSetSmoothingMode | ( | GpGraphics * | graphics, |
SmoothingMode | mode | ||
) |
Definition at line 6293 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 1925 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 357 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 344 of file stringformat.c.
GpStatus WINGDIPAPI GdipSetTextContrast | ( | GpGraphics * | graphics, |
UINT | contrast | ||
) |
Definition at line 6322 of file graphics.c.
Referenced by test_BeginContainer2().
GpStatus WINGDIPAPI GdipSetTextRenderingHint | ( | GpGraphics * | graphics, |
TextRenderingHint | hint | ||
) |
Definition at line 6334 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 1939 of file brush.c.
Referenced by metafile_deserialize_brush(), and test_transform().
GpStatus WINGDIPAPI GdipSetTextureWrapMode | ( | GpTexture * | brush, |
GpWrapMode | wrapmode | ||
) |
Definition at line 1957 of file brush.c.
Referenced by test_texturewrap().
GpStatus WINGDIPAPI GdipSetWorldTransform | ( | GpGraphics * | graphics, |
GpMatrix * | matrix | ||
) |
Definition at line 6362 of file graphics.c.
Referenced by METAFILE_PlaybackUpdateWorldTransform(), test_BeginContainer2(), test_clipping(), test_clipping_2(), test_DrawImage_scale(), test_font_transform(), test_Get_Release_DC(), test_isinfinite(), and test_worldtransform().
GpStatus WINGDIPAPI GdipShearMatrix | ( | GpMatrix * | matrix, |
REAL | shearX, | ||
REAL | shearY, | ||
GpMatrixOrder | order | ||
) |
Definition at line 335 of file matrix.c.
Referenced by test_font_transform(), and test_shear().
GpStatus WINGDIPAPI GdipStartPathFigure | ( | GpPath * | path | ) |
Definition at line 1744 of file graphicspath.c.
Referenced by test_getsubpathcount().
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 408 of file stringformat.c.
Referenced by test_font_transform(), and test_getgenerictypographic().
GpStatus WINGDIPAPI GdipTestControl | ( | GpTestControlEnum | control, |
void * | param | ||
) |
Definition at line 5330 of file image.c.
Referenced by test_testcontrol().
GpStatus WINGDIPAPI GdipTransformMatrixPoints | ( | GpMatrix * | matrix, |
GpPointF * | pts, | ||
INT | count | ||
) |
Definition at line 363 of file matrix.c.
Referenced by brush_fill_pixels(), draw_cap(), gdip_transform_points(), GdipDrawImagePointsRect(), GdipGetLogFontW(), GdipGetPathWorldBounds(), GdipMeasureDriverString(), GdipTransformMatrixPointsI(), GdipTransformPath(), get_font_hfont(), prepare_dc(), test_transform(), and transform_region_element().
GpStatus WINGDIPAPI GdipTransformMatrixPointsI | ( | GpMatrix * | matrix, |
GpPoint * | pts, | ||
INT | count | ||
) |
GpStatus WINGDIPAPI GdipTransformPath | ( | GpPath * | path, |
GpMatrix * | matrix | ||
) |
Definition at line 1782 of file graphicspath.c.
Referenced by brush_fill_pixels(), GdipFlattenPath(), GdipIsOutlineVisiblePathPoint(), 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 6964 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 6982 of file graphics.c.
Referenced by test_transformpoints().
GpStatus WINGDIPAPI GdipTransformRegion | ( | GpRegion * | region, |
GpMatrix * | matrix | ||
) |
Definition at line 1480 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 7030 of file graphics.c.
Referenced by test_Get_Release_DC().
GpStatus WINGDIPAPI GdipTranslateClipI | ( | GpGraphics * | graphics, |
INT | dx, | ||
INT | dy | ||
) |
Definition at line 7046 of file graphics.c.
Referenced by test_Get_Release_DC().
GpStatus WINGDIPAPI GdipTranslateLineTransform | ( | GpLineGradient * | brush, |
REAL | dx, | ||
REAL | dy, | ||
GpMatrixOrder | order | ||
) |
Definition at line 2166 of file brush.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipTranslateMatrix | ( | GpMatrix * | matrix, |
REAL | offsetX, | ||
REAL | offsetY, | ||
GpMatrixOrder | order | ||
) |
Definition at line 418 of file matrix.c.
Referenced by draw_cap(), GdipPlayMetafileRecord(), GdipTranslateLineTransform(), GdipTranslatePathGradientTransform(), GdipTranslatePenTransform(), GdipTranslateTextureTransform(), GdipTranslateWorldTransform(), linegradient_init_transform(), test_clipping(), test_clipping_2(), and test_font_transform().
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 461 of file pen.c.
Referenced by test_transform().
GpStatus WINGDIPAPI GdipTranslateRegion | ( | GpRegion * | region, |
REAL | dx, | ||
REAL | dy | ||
) |
Definition at line 1520 of file region.c.
Referenced by GdipTranslateClip(), GdipTranslateClipI(), 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 6390 of file graphics.c.
Referenced by test_GdipIsVisiblePoint(), test_GdipIsVisibleRect(), test_Get_Release_DC(), test_isvisiblepoint(), test_isvisiblerect(), test_transformpoints(), and test_worldtransform().
GpStatus WINGDIPAPI GdipVectorTransformMatrixPoints | ( | GpMatrix * | matrix, |
GpPointF * | pts, | ||
INT | count | ||
) |
Definition at line 445 of file matrix.c.
Referenced by GdipVectorTransformMatrixPointsI().
GpStatus WINGDIPAPI GdipVectorTransformMatrixPointsI | ( | GpMatrix * | matrix, |
GpPoint * | pts, | ||
INT | count | ||
) |
Definition at line 467 of file matrix.c.
Definition at line 2197 of file graphicspath.c.
Referenced by GdipIsOutlineVisiblePathPoint(), SOFTWARE_GdipDrawPath(), and test_widen().
GpStatus WINGDIPAPI GdipWindingModeOutline | ( | GpPath * | path, |
GpMatrix * | matrix, | ||
REAL | flatness | ||
) |
Definition at line 2458 of file graphicspath.c.