From e67a8deed953100be2b3e7e2c0e7c2bcfa616783 Mon Sep 17 00:00:00 2001 From: Casper Hornstrup Date: Thu, 10 Jul 2003 15:35:49 +0000 Subject: [PATCH] 2003-07-10 Casper S. Hornstrup * lib/gdi32/main/dllmain.c: Add @implemented and @unimplemented to APIs. * lib/gdi32/misc/stubs.c: Ditto. * lib/gdi32/misc/stubsa.c: Ditto. * lib/gdi32/misc/stubsw.c: Ditto. * lib/gdi32/objects/bitblt.c: Ditto. * lib/gdi32/objects/brush.c: Ditto. * lib/gdi32/objects/clip.c: Ditto. * lib/gdi32/objects/dc.c: Ditto. * lib/gdi32/objects/fillshap.c: Ditto. * lib/gdi32/objects/line.c: Ditto. * lib/gdi32/objects/pen.c: Ditto. * lib/gdi32/objects/region.c: Ditto. * lib/gdi32/objects/text.c: Ditto. svn path=/trunk/; revision=5039 --- reactos/ChangeLog | 17 + reactos/lib/gdi32/main/dllmain.c | 8 +- reactos/lib/gdi32/misc/stubs.c | 767 +++++++++++++++++++++------ reactos/lib/gdi32/misc/stubsa.c | 117 +++- reactos/lib/gdi32/misc/stubsw.c | 120 ++++- reactos/lib/gdi32/objects/bitblt.c | 75 +++ reactos/lib/gdi32/objects/brush.c | 3 + reactos/lib/gdi32/objects/clip.c | 5 +- reactos/lib/gdi32/objects/dc.c | 66 +++ reactos/lib/gdi32/objects/fillshap.c | 7 + reactos/lib/gdi32/objects/line.c | 12 + reactos/lib/gdi32/objects/pen.c | 10 + reactos/lib/gdi32/objects/region.c | 50 +- reactos/lib/gdi32/objects/text.c | 58 ++ 14 files changed, 1128 insertions(+), 187 deletions(-) diff --git a/reactos/ChangeLog b/reactos/ChangeLog index 54005a43c17..7e302259c1d 100644 --- a/reactos/ChangeLog +++ b/reactos/ChangeLog @@ -1,3 +1,20 @@ +2003-07-10 Casper S. Hornstrup + + * lib/gdi32/main/dllmain.c: Add @implemented and @unimplemented + to APIs. + * lib/gdi32/misc/stubs.c: Ditto. + * lib/gdi32/misc/stubsa.c: Ditto. + * lib/gdi32/misc/stubsw.c: Ditto. + * lib/gdi32/objects/bitblt.c: Ditto. + * lib/gdi32/objects/brush.c: Ditto. + * lib/gdi32/objects/clip.c: Ditto. + * lib/gdi32/objects/dc.c: Ditto. + * lib/gdi32/objects/fillshap.c: Ditto. + * lib/gdi32/objects/line.c: Ditto. + * lib/gdi32/objects/pen.c: Ditto. + * lib/gdi32/objects/region.c: Ditto. + * lib/gdi32/objects/text.c: Ditto. + 2003-07-10 Casper S. Hornstrup * drivers/storage/class2/class2.c: Add @implemented and @unimplemented diff --git a/reactos/lib/gdi32/main/dllmain.c b/reactos/lib/gdi32/main/dllmain.c index ce7c62f7864..0042b7334c9 100644 --- a/reactos/lib/gdi32/main/dllmain.c +++ b/reactos/lib/gdi32/main/dllmain.c @@ -1,9 +1,9 @@ /* * dllmain.c * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * $Author: chorns $ - * $Date: 2002/09/08 10:22:40 $ + * $Date: 2003/07/10 15:35:49 $ * */ @@ -26,6 +26,9 @@ DllMain ( } +/* + * @implemented + */ BOOL WINAPI GdiDllInitialize ( @@ -56,6 +59,7 @@ GdiDllInitialize ( return TRUE; } + VOID WINAPI GdiProcessSetup (VOID) diff --git a/reactos/lib/gdi32/misc/stubs.c b/reactos/lib/gdi32/misc/stubs.c index a6e92f40dc6..8fd71e4e6b3 100644 --- a/reactos/lib/gdi32/misc/stubs.c +++ b/reactos/lib/gdi32/misc/stubs.c @@ -1,4 +1,4 @@ -/* $Id: stubs.c,v 1.20 2003/06/26 21:52:40 gvg Exp $ +/* $Id: stubs.c,v 1.21 2003/07/10 15:35:49 chorns Exp $ * * reactos/lib/gdi32/misc/stubs.c * @@ -14,6 +14,9 @@ #include +/* + * @unimplemented + */ BOOL STDCALL AnimatePalette( @@ -28,6 +31,9 @@ AnimatePalette( } +/* + * @unimplemented + */ BOOL STDCALL Arc( @@ -47,7 +53,9 @@ Arc( } - +/* + * @unimplemented + */ BOOL STDCALL CancelDC( @@ -59,7 +67,9 @@ CancelDC( } - +/* + * @unimplemented + */ BOOL STDCALL Chord( @@ -79,7 +89,9 @@ Chord( } - +/* + * @unimplemented + */ int STDCALL ChoosePixelFormat( @@ -92,7 +104,9 @@ ChoosePixelFormat( } - +/* + * @unimplemented + */ HMETAFILE STDCALL CloseMetaFile( @@ -104,7 +118,9 @@ CloseMetaFile( } - +/* + * @unimplemented + */ HBRUSH STDCALL CreateBrushIndirect( @@ -116,7 +132,9 @@ CreateBrushIndirect( } - +/* + * @unimplemented + */ HBRUSH STDCALL CreateDIBPatternBrush( @@ -129,7 +147,9 @@ CreateDIBPatternBrush( } - +/* + * @unimplemented + */ HBRUSH STDCALL CreateDIBPatternBrushPt( @@ -142,7 +162,9 @@ CreateDIBPatternBrushPt( } - +/* + * @unimplemented + */ HRGN STDCALL CreateEllipticRgn( @@ -157,7 +179,9 @@ CreateEllipticRgn( } - +/* + * @unimplemented + */ HRGN STDCALL CreateEllipticRgnIndirect( @@ -169,7 +193,9 @@ CreateEllipticRgnIndirect( } - +/* + * @unimplemented + */ HBRUSH STDCALL CreateHatchBrush( @@ -182,7 +208,9 @@ CreateHatchBrush( } - +/* + * @unimplemented + */ HPALETTE STDCALL CreatePalette( @@ -193,6 +221,10 @@ CreatePalette( return 0; } + +/* + * @unimplemented + */ BOOL STDCALL DeleteMetaFile( @@ -204,7 +236,9 @@ DeleteMetaFile( } - +/* + * @unimplemented + */ int STDCALL DescribePixelFormat( @@ -220,6 +254,9 @@ DescribePixelFormat( +/* + * @unimplemented + */ int STDCALL DrawEscape( @@ -234,7 +271,9 @@ DrawEscape( } - +/* + * @unimplemented + */ BOOL STDCALL Ellipse( @@ -250,7 +289,9 @@ Ellipse( } - +/* + * @unimplemented + */ int STDCALL EnumObjects( @@ -265,7 +306,9 @@ EnumObjects( } - +/* + * @unimplemented + */ int STDCALL Escape( @@ -281,8 +324,9 @@ Escape( } - - +/* + * @unimplemented + */ int STDCALL ExtEscape( @@ -299,7 +343,9 @@ ExtEscape( } - +/* + * @unimplemented + */ int STDCALL ExcludeClipRect( @@ -315,7 +361,9 @@ ExcludeClipRect( } - +/* + * @unimplemented + */ HRGN STDCALL ExtCreateRegion( @@ -329,7 +377,9 @@ ExtCreateRegion( } - +/* + * @unimplemented + */ BOOL STDCALL ExtFloodFill( @@ -345,7 +395,9 @@ ExtFloodFill( } - +/* + * @unimplemented + */ BOOL STDCALL FillRgn( @@ -359,7 +411,9 @@ FillRgn( } - +/* + * @unimplemented + */ BOOL STDCALL FloodFill( @@ -374,7 +428,9 @@ FloodFill( } - +/* + * @unimplemented + */ BOOL STDCALL FrameRgn( @@ -390,7 +446,9 @@ FrameRgn( } - +/* + * @unimplemented + */ int STDCALL GetROP2( @@ -402,7 +460,9 @@ GetROP2( } - +/* + * @unimplemented + */ BOOL STDCALL GetAspectRatioFilterEx( @@ -415,7 +475,9 @@ GetAspectRatioFilterEx( } - +/* + * @unimplemented + */ COLORREF STDCALL GetBkColor( @@ -427,7 +489,9 @@ GetBkColor( } - +/* + * @unimplemented + */ int STDCALL GetBkMode( @@ -439,7 +503,9 @@ GetBkMode( } - +/* + * @unimplemented + */ UINT STDCALL GetBoundsRect( @@ -453,7 +519,9 @@ GetBoundsRect( } - +/* + * @unimplemented + */ BOOL STDCALL GetBrushOrgEx( @@ -466,6 +534,9 @@ GetBrushOrgEx( } +/* + * @unimplemented + */ int STDCALL GetClipRgn( @@ -478,7 +549,9 @@ GetClipRgn( } - +/* + * @unimplemented + */ int STDCALL GetMetaRgn( @@ -491,7 +564,9 @@ GetMetaRgn( } - +/* + * @unimplemented + */ HGDIOBJ STDCALL GetCurrentObject( @@ -504,7 +579,9 @@ GetCurrentObject( } - +/* + * @unimplemented + */ BOOL STDCALL GetCurrentPositionEx( @@ -517,8 +594,9 @@ GetCurrentPositionEx( } - - +/* + * @unimplemented + */ DWORD STDCALL GetFontData( @@ -534,7 +612,9 @@ GetFontData( } - +/* + * @unimplemented + */ int STDCALL GetGraphicsMode( @@ -546,8 +626,9 @@ GetGraphicsMode( } - - +/* + * @unimplemented + */ int STDCALL GetMapMode( @@ -559,7 +640,9 @@ GetMapMode( } - +/* + * @unimplemented + */ UINT STDCALL GetMetaFileBitsEx( @@ -573,7 +656,9 @@ GetMetaFileBitsEx( } - +/* + * @unimplemented + */ COLORREF STDCALL GetNearestColor( @@ -586,7 +671,9 @@ GetNearestColor( } - +/* + * @unimplemented + */ UINT STDCALL GetNearestPaletteIndex( @@ -599,7 +686,9 @@ GetNearestPaletteIndex( } - +/* + * @unimplemented + */ DWORD STDCALL GetObjectType( @@ -611,6 +700,9 @@ GetObjectType( } +/* + * @unimplemented + */ UINT STDCALL GetPaletteEntries( @@ -625,7 +717,9 @@ GetPaletteEntries( } - +/* + * @unimplemented + */ COLORREF STDCALL GetPixel( @@ -639,7 +733,9 @@ GetPixel( } - +/* + * @unimplemented + */ int STDCALL GetPixelFormat( @@ -651,8 +747,9 @@ GetPixelFormat( } - - +/* + * @unimplemented + */ BOOL STDCALL GetRasterizerCaps( @@ -668,7 +765,9 @@ GetRasterizerCaps( - +/* + * @unimplemented + */ int STDCALL GetStretchBltMode( @@ -680,7 +779,9 @@ GetStretchBltMode( } - +/* + * @unimplemented + */ UINT STDCALL GetSystemPaletteEntries( @@ -695,7 +796,9 @@ GetSystemPaletteEntries( } - +/* + * @unimplemented + */ UINT STDCALL GetSystemPaletteUse( @@ -707,7 +810,9 @@ GetSystemPaletteUse( } - +/* + * @unimplemented + */ int STDCALL GetTextCharacterExtra( @@ -719,7 +824,9 @@ GetTextCharacterExtra( } - +/* + * @unimplemented + */ UINT STDCALL GetTextAlign( @@ -731,7 +838,9 @@ GetTextAlign( } - +/* + * @unimplemented + */ COLORREF STDCALL GetTextColor( @@ -743,6 +852,9 @@ GetTextColor( } +/* + * @unimplemented + */ int STDCALL GetTextCharset( @@ -754,7 +866,9 @@ GetTextCharset( } - +/* + * @unimplemented + */ int STDCALL GetTextCharsetInfo( @@ -768,7 +882,9 @@ GetTextCharsetInfo( } - +/* + * @unimplemented + */ BOOL STDCALL TranslateCharsetInfo( @@ -782,7 +898,9 @@ TranslateCharsetInfo( } - +/* + * @unimplemented + */ DWORD STDCALL GetFontLanguageInfo( @@ -794,6 +912,9 @@ GetFontLanguageInfo( } +/* + * @unimplemented + */ BOOL STDCALL GetViewportExtEx( @@ -806,7 +927,9 @@ GetViewportExtEx( } - +/* + * @unimplemented + */ BOOL STDCALL GetViewportOrgEx( @@ -819,7 +942,9 @@ GetViewportOrgEx( } - +/* + * @unimplemented + */ BOOL STDCALL GetWindowExtEx( @@ -833,6 +958,9 @@ GetWindowExtEx( +/* + * @unimplemented + */ BOOL STDCALL GetWindowOrgEx( @@ -845,7 +973,9 @@ GetWindowOrgEx( } - +/* + * @unimplemented + */ int STDCALL IntersectClipRect( @@ -861,7 +991,9 @@ IntersectClipRect( } - +/* + * @unimplemented + */ BOOL STDCALL InvertRgn( @@ -874,7 +1006,9 @@ InvertRgn( } - +/* + * @unimplemented + */ BOOL STDCALL LineDDA( @@ -891,8 +1025,9 @@ LineDDA( } - - +/* + * @unimplemented + */ int STDCALL OffsetClipRgn( @@ -906,9 +1041,9 @@ OffsetClipRgn( } - - - +/* + * @unimplemented + */ BOOL STDCALL Pie( @@ -928,7 +1063,9 @@ Pie( } - +/* + * @unimplemented + */ BOOL STDCALL PlayMetaFile( @@ -941,10 +1078,9 @@ PlayMetaFile( } - - - - +/* + * @unimplemented + */ BOOL STDCALL PolyPolygon( @@ -959,7 +1095,9 @@ PolyPolygon( } - +/* + * @unimplemented + */ BOOL STDCALL PtInRegion( @@ -973,7 +1111,9 @@ PtInRegion( } - +/* + * @unimplemented + */ BOOL STDCALL PtVisible( @@ -987,7 +1127,9 @@ PtVisible( } - +/* + * @unimplemented + */ BOOL STDCALL RectInRegion( @@ -1000,7 +1142,9 @@ RectInRegion( } - +/* + * @unimplemented + */ BOOL STDCALL RectVisible( @@ -1013,7 +1157,9 @@ RectVisible( } - +/* + * @unimplemented + */ BOOL STDCALL RestoreDC( @@ -1026,6 +1172,9 @@ RestoreDC( } +/* + * @unimplemented + */ BOOL STDCALL RoundRect( @@ -1043,7 +1192,9 @@ RoundRect( } - +/* + * @unimplemented + */ BOOL STDCALL ResizePalette( @@ -1056,7 +1207,9 @@ ResizePalette( } - +/* + * @unimplemented + */ int STDCALL SaveDC( @@ -1068,7 +1221,9 @@ SaveDC( } - +/* + * @unimplemented + */ int STDCALL ExtSelectClipRgn( @@ -1082,7 +1237,9 @@ ExtSelectClipRgn( } - +/* + * @unimplemented + */ int STDCALL SetMetaRgn( @@ -1094,7 +1251,9 @@ SetMetaRgn( } - +/* + * @unimplemented + */ COLORREF STDCALL SetBkColor( @@ -1107,7 +1266,9 @@ SetBkColor( } - +/* + * @unimplemented + */ int STDCALL SetBkMode( @@ -1120,7 +1281,9 @@ SetBkMode( } - +/* + * @unimplemented + */ UINT STDCALL SetBoundsRect( @@ -1134,7 +1297,9 @@ SetBoundsRect( } - +/* + * @unimplemented + */ DWORD STDCALL SetMapperFlags( @@ -1147,7 +1312,9 @@ SetMapperFlags( } - +/* + * @unimplemented + */ int STDCALL SetGraphicsMode( @@ -1160,7 +1327,9 @@ SetGraphicsMode( } - +/* + * @unimplemented + */ HMETAFILE STDCALL SetMetaFileBitsEx( @@ -1173,7 +1342,9 @@ SetMetaFileBitsEx( } - +/* + * @unimplemented + */ UINT STDCALL SetPaletteEntries( @@ -1188,7 +1359,9 @@ SetPaletteEntries( } - +/* + * @unimplemented + */ BOOL STDCALL SetPixelV( @@ -1203,7 +1376,9 @@ SetPixelV( } - +/* + * @unimplemented + */ BOOL STDCALL SetPixelFormat( @@ -1217,6 +1392,9 @@ SetPixelFormat( } +/* + * @unimplemented + */ int STDCALL SetROP2( @@ -1229,7 +1407,9 @@ SetROP2( } - +/* + * @unimplemented + */ int STDCALL SetStretchBltMode( @@ -1242,7 +1422,9 @@ SetStretchBltMode( } - +/* + * @unimplemented + */ UINT STDCALL SetSystemPaletteUse( @@ -1255,7 +1437,9 @@ SetSystemPaletteUse( } - +/* + * @unimplemented + */ int STDCALL SetTextCharacterExtra( @@ -1268,7 +1452,9 @@ SetTextCharacterExtra( } - +/* + * @unimplemented + */ UINT STDCALL SetTextAlign( @@ -1281,7 +1467,9 @@ SetTextAlign( } - +/* + * @unimplemented + */ BOOL STDCALL SetTextJustification( @@ -1295,7 +1483,9 @@ SetTextJustification( } - +/* + * @unimplemented + */ BOOL STDCALL UpdateColors( @@ -1307,7 +1497,9 @@ UpdateColors( } - +/* + * @unimplemented + */ BOOL STDCALL PlayMetaFileRecord( @@ -1322,7 +1514,9 @@ PlayMetaFileRecord( } - +/* + * @unimplemented + */ BOOL STDCALL EnumMetaFile( @@ -1337,7 +1531,9 @@ EnumMetaFile( } - +/* + * @unimplemented + */ HENHMETAFILE STDCALL CloseEnhMetaFile( @@ -1349,7 +1545,9 @@ CloseEnhMetaFile( } - +/* + * @unimplemented + */ BOOL STDCALL DeleteEnhMetaFile( @@ -1361,7 +1559,9 @@ DeleteEnhMetaFile( } - +/* + * @unimplemented + */ BOOL STDCALL EnumEnhMetaFile( @@ -1377,7 +1577,9 @@ EnumEnhMetaFile( } - +/* + * @unimplemented + */ UINT STDCALL GetEnhMetaFileBits( @@ -1391,7 +1593,9 @@ GetEnhMetaFileBits( } - +/* + * @unimplemented + */ UINT STDCALL GetEnhMetaFileHeader( @@ -1405,7 +1609,9 @@ GetEnhMetaFileHeader( } - +/* + * @unimplemented + */ UINT STDCALL GetEnhMetaFilePaletteEntries( @@ -1419,7 +1625,9 @@ GetEnhMetaFilePaletteEntries( } - +/* + * @unimplemented + */ UINT STDCALL GetEnhMetaFilePixelFormat( @@ -1433,7 +1641,9 @@ GetEnhMetaFilePixelFormat( } - +/* + * @unimplemented + */ UINT STDCALL GetWinMetaFileBits( @@ -1449,7 +1659,9 @@ GetWinMetaFileBits( } - +/* + * @unimplemented + */ BOOL STDCALL PlayEnhMetaFile( @@ -1463,7 +1675,9 @@ PlayEnhMetaFile( } - +/* + * @unimplemented + */ BOOL STDCALL PlayEnhMetaFileRecord( @@ -1478,7 +1692,9 @@ PlayEnhMetaFileRecord( } - +/* + * @unimplemented + */ HENHMETAFILE STDCALL SetEnhMetaFileBits( @@ -1491,7 +1707,9 @@ SetEnhMetaFileBits( } - +/* + * @unimplemented + */ HENHMETAFILE STDCALL SetWinMetaFileBits( @@ -1507,7 +1725,9 @@ SetWinMetaFileBits( } - +/* + * @unimplemented + */ BOOL STDCALL GdiComment( @@ -1521,7 +1741,9 @@ GdiComment( } - +/* + * @unimplemented + */ BOOL STDCALL AngleArc( @@ -1538,7 +1760,9 @@ AngleArc( } - +/* + * @unimplemented + */ BOOL STDCALL PolyPolyline( @@ -1553,7 +1777,9 @@ PolyPolyline( } - +/* + * @unimplemented + */ BOOL STDCALL GetWorldTransform( @@ -1566,7 +1792,9 @@ GetWorldTransform( } - +/* + * @unimplemented + */ BOOL STDCALL SetWorldTransform( @@ -1579,7 +1807,9 @@ SetWorldTransform( } - +/* + * @unimplemented + */ BOOL STDCALL ModifyWorldTransform( @@ -1593,7 +1823,9 @@ ModifyWorldTransform( } - +/* + * @unimplemented + */ BOOL STDCALL CombineTransform( @@ -1607,7 +1839,9 @@ CombineTransform( } - +/* + * @unimplemented + */ UINT STDCALL GetDIBColorTable( @@ -1622,7 +1856,9 @@ GetDIBColorTable( } - +/* + * @unimplemented + */ UINT STDCALL SetDIBColorTable( @@ -1637,7 +1873,9 @@ SetDIBColorTable( } - +/* + * @unimplemented + */ BOOL STDCALL SetColorAdjustment( @@ -1650,7 +1888,9 @@ SetColorAdjustment( } - +/* + * @unimplemented + */ BOOL STDCALL GetColorAdjustment( @@ -1663,7 +1903,9 @@ GetColorAdjustment( } - +/* + * @unimplemented + */ HPALETTE STDCALL CreateHalftonePalette( @@ -1675,7 +1917,9 @@ CreateHalftonePalette( } - +/* + * @unimplemented + */ int STDCALL EndDoc( @@ -1687,7 +1931,9 @@ EndDoc( } - +/* + * @unimplemented + */ int STDCALL StartPage( @@ -1699,7 +1945,9 @@ StartPage( } - +/* + * @unimplemented + */ int STDCALL EndPage( @@ -1711,7 +1959,9 @@ EndPage( } - +/* + * @unimplemented + */ int STDCALL AbortDoc( @@ -1723,7 +1973,9 @@ AbortDoc( } - +/* + * @unimplemented + */ int STDCALL SetAbortProc( @@ -1736,7 +1988,9 @@ SetAbortProc( } - +/* + * @unimplemented + */ BOOL STDCALL AbortPath( @@ -1748,7 +2002,9 @@ AbortPath( } - +/* + * @unimplemented + */ BOOL STDCALL ArcTo( @@ -1768,7 +2024,9 @@ ArcTo( } - +/* + * @unimplemented + */ BOOL STDCALL BeginPath( @@ -1780,7 +2038,9 @@ BeginPath( } - +/* + * @unimplemented + */ BOOL STDCALL CloseFigure( @@ -1792,7 +2052,9 @@ CloseFigure( } - +/* + * @unimplemented + */ BOOL STDCALL EndPath( @@ -1804,7 +2066,9 @@ EndPath( } - +/* + * @unimplemented + */ BOOL STDCALL FillPath( @@ -1816,7 +2080,9 @@ FillPath( } - +/* + * @unimplemented + */ BOOL STDCALL FlattenPath( @@ -1828,7 +2094,9 @@ FlattenPath( } - +/* + * @unimplemented + */ int STDCALL GetPath( @@ -1843,7 +2111,9 @@ GetPath( } - +/* + * @unimplemented + */ HRGN STDCALL PathToRegion( @@ -1855,7 +2125,9 @@ PathToRegion( } - +/* + * @unimplemented + */ BOOL STDCALL PolyDraw( @@ -1870,7 +2142,9 @@ PolyDraw( } - +/* + * @unimplemented + */ BOOL STDCALL SelectClipPath( @@ -1883,7 +2157,9 @@ SelectClipPath( } - +/* + * @unimplemented + */ int STDCALL SetArcDirection( @@ -1896,7 +2172,9 @@ SetArcDirection( } - +/* + * @unimplemented + */ BOOL STDCALL SetMiterLimit( @@ -1910,7 +2188,9 @@ SetMiterLimit( } - +/* + * @unimplemented + */ BOOL STDCALL StrokeAndFillPath( @@ -1922,7 +2202,9 @@ StrokeAndFillPath( } - +/* + * @unimplemented + */ BOOL STDCALL StrokePath( @@ -1934,7 +2216,9 @@ StrokePath( } - +/* + * @unimplemented + */ BOOL STDCALL WidenPath( @@ -1946,7 +2230,9 @@ WidenPath( } - +/* + * @unimplemented + */ HPEN STDCALL ExtCreatePen( @@ -1962,7 +2248,9 @@ ExtCreatePen( } - +/* + * @unimplemented + */ BOOL STDCALL GetMiterLimit( @@ -1975,7 +2263,9 @@ GetMiterLimit( } - +/* + * @unimplemented + */ int STDCALL GetArcDirection( @@ -1987,7 +2277,9 @@ GetArcDirection( } - +/* + * @unimplemented + */ HRGN STDCALL CreatePolygonRgn( @@ -2001,7 +2293,9 @@ CreatePolygonRgn( } - +/* + * @unimplemented + */ BOOL STDCALL DPtoLP( @@ -2015,7 +2309,9 @@ DPtoLP( } - +/* + * @unimplemented + */ BOOL STDCALL PolyBezier( @@ -2029,7 +2325,9 @@ PolyBezier( } - +/* + * @unimplemented + */ BOOL STDCALL PolyBezierTo( @@ -2043,7 +2341,9 @@ PolyBezierTo( } - +/* + * @unimplemented + */ BOOL STDCALL PolylineTo( @@ -2057,7 +2357,9 @@ PolylineTo( } - +/* + * @unimplemented + */ BOOL STDCALL SetViewportExtEx( @@ -2072,7 +2374,9 @@ SetViewportExtEx( } - +/* + * @unimplemented + */ BOOL STDCALL SetWindowExtEx( @@ -2087,7 +2391,9 @@ SetWindowExtEx( } - +/* + * @unimplemented + */ BOOL STDCALL OffsetWindowOrgEx( @@ -2102,7 +2408,9 @@ OffsetWindowOrgEx( } - +/* + * @unimplemented + */ BOOL STDCALL ScaleViewportExtEx( @@ -2119,7 +2427,9 @@ ScaleViewportExtEx( } - +/* + * @unimplemented + */ BOOL STDCALL ScaleWindowExtEx( @@ -2136,7 +2446,9 @@ ScaleWindowExtEx( } - +/* + * @unimplemented + */ BOOL STDCALL SetBitmapDimensionEx( @@ -2151,7 +2463,9 @@ SetBitmapDimensionEx( } - +/* + * @unimplemented + */ BOOL STDCALL SetBrushOrgEx( @@ -2166,7 +2480,9 @@ SetBrushOrgEx( } - +/* + * @unimplemented + */ BOOL STDCALL GetDCOrgEx( @@ -2179,7 +2495,9 @@ GetDCOrgEx( } - +/* + * @unimplemented + */ BOOL STDCALL FixBrushOrgEx( @@ -2194,7 +2512,9 @@ FixBrushOrgEx( } - +/* + * @unimplemented + */ BOOL STDCALL UnrealizeObject( @@ -2206,7 +2526,9 @@ UnrealizeObject( } - +/* + * @unimplemented + */ BOOL STDCALL GdiFlush() @@ -2216,7 +2538,9 @@ GdiFlush() } - +/* + * @unimplemented + */ DWORD STDCALL GdiSetBatchLimit( @@ -2228,7 +2552,9 @@ GdiSetBatchLimit( } - +/* + * @unimplemented + */ DWORD STDCALL GdiGetBatchLimit() @@ -2238,6 +2564,9 @@ GdiGetBatchLimit() } +/* + * @unimplemented + */ int STDCALL SetICMMode( @@ -2250,6 +2579,9 @@ SetICMMode( } +/* + * @unimplemented + */ BOOL STDCALL CheckColorsInGamut( @@ -2264,6 +2596,9 @@ CheckColorsInGamut( } +/* + * @unimplemented + */ HANDLE STDCALL GetColorSpace( @@ -2275,6 +2610,9 @@ GetColorSpace( } +/* + * @unimplemented + */ BOOL STDCALL SetColorSpace( @@ -2287,6 +2625,9 @@ SetColorSpace( } +/* + * @unimplemented + */ BOOL STDCALL DeleteColorSpace( @@ -2298,6 +2639,9 @@ DeleteColorSpace( } +/* + * @unimplemented + */ BOOL STDCALL GetDeviceGammaRamp( @@ -2310,6 +2654,9 @@ GetDeviceGammaRamp( } +/* + * @unimplemented + */ BOOL STDCALL SetDeviceGammaRamp( @@ -2322,6 +2669,9 @@ SetDeviceGammaRamp( } +/* + * @unimplemented + */ BOOL STDCALL ColorMatchToTarget( @@ -2335,6 +2685,9 @@ ColorMatchToTarget( } +/* + * @unimplemented + */ BOOL STDCALL wglCopyContext( @@ -2348,7 +2701,9 @@ wglCopyContext( } - +/* + * @unimplemented + */ HGLRC STDCALL wglCreateContext( @@ -2360,7 +2715,9 @@ wglCreateContext( } - +/* + * @unimplemented + */ HGLRC STDCALL wglCreateLayerContext( @@ -2373,7 +2730,9 @@ wglCreateLayerContext( } - +/* + * @unimplemented + */ BOOL STDCALL wglDeleteContext( @@ -2385,7 +2744,9 @@ wglDeleteContext( } - +/* + * @unimplemented + */ HGLRC STDCALL wglGetCurrentContext(VOID) @@ -2395,7 +2756,9 @@ wglGetCurrentContext(VOID) } - +/* + * @unimplemented + */ HDC STDCALL wglGetCurrentDC(VOID) @@ -2405,7 +2768,9 @@ wglGetCurrentDC(VOID) } - +/* + * @unimplemented + */ PROC STDCALL wglGetProcAddress( @@ -2417,7 +2782,9 @@ wglGetProcAddress( } - +/* + * @unimplemented + */ BOOL STDCALL wglMakeCurrent( @@ -2430,7 +2797,9 @@ wglMakeCurrent( } - +/* + * @unimplemented + */ BOOL STDCALL wglShareLists( @@ -2443,6 +2812,9 @@ wglShareLists( } +/* + * @unimplemented + */ BOOL STDCALL SwapBuffers( @@ -2454,7 +2826,9 @@ SwapBuffers( } - +/* + * @unimplemented + */ BOOL STDCALL wglDescribeLayerPlane( @@ -2470,6 +2844,9 @@ wglDescribeLayerPlane( } +/* + * @unimplemented + */ int STDCALL wglSetLayerPaletteEntries( @@ -2485,6 +2862,9 @@ wglSetLayerPaletteEntries( } +/* + * @unimplemented + */ int STDCALL wglGetLayerPaletteEntries( @@ -2500,6 +2880,9 @@ wglGetLayerPaletteEntries( } +/* + * @unimplemented + */ BOOL STDCALL wglRealizeLayerPalette( @@ -2513,6 +2896,9 @@ wglRealizeLayerPalette( } +/* + * @unimplemented + */ BOOL STDCALL wglSwapLayerBuffers( @@ -2531,6 +2917,9 @@ wglSwapLayerBuffers( */ +/* + * @unimplemented + */ DWORD STDCALL GdiPlayDCScript( @@ -2547,6 +2936,9 @@ GdiPlayDCScript( } +/* + * @unimplemented + */ DWORD STDCALL GdiPlayJournal( @@ -2562,6 +2954,9 @@ GdiPlayJournal( } +/* + * @unimplemented + */ DWORD STDCALL GdiPlayScript( @@ -2579,6 +2974,9 @@ GdiPlayScript( } +/* + * @unimplemented + */ DWORD STDCALL GetGlyphOutlineWow( @@ -2596,6 +2994,9 @@ GetGlyphOutlineWow( } +/* + * @unimplemented + */ DWORD STDCALL GetRandomRgn( @@ -2609,6 +3010,9 @@ GetRandomRgn( } +/* + * @unimplemented + */ DWORD STDCALL GetRelAbs( @@ -2621,7 +3025,9 @@ GetRelAbs( } - +/* + * @unimplemented + */ DWORD STDCALL SelectBrushLocal( @@ -2634,7 +3040,9 @@ SelectBrushLocal( } - +/* + * @unimplemented + */ DWORD STDCALL SelectFontLocal( @@ -2647,6 +3055,9 @@ SelectFontLocal( } +/* + * @unimplemented + */ DWORD STDCALL SetFontEnumeration( @@ -2658,6 +3069,9 @@ SetFontEnumeration( } +/* + * @unimplemented + */ DWORD STDCALL SetRelAbs( @@ -2670,6 +3084,9 @@ SetRelAbs( } +/* + * @unimplemented + */ DWORD STDCALL gdiPlaySpoolStream( @@ -2686,6 +3103,9 @@ gdiPlaySpoolStream( } +/* + * @unimplemented + */ DWORD STDCALL GetFontResourceInfo( @@ -2699,5 +3119,4 @@ GetFontResourceInfo( return 0; } - /* EOF */ diff --git a/reactos/lib/gdi32/misc/stubsa.c b/reactos/lib/gdi32/misc/stubsa.c index bc4579a4fd6..bedcced4941 100644 --- a/reactos/lib/gdi32/misc/stubsa.c +++ b/reactos/lib/gdi32/misc/stubsa.c @@ -1,4 +1,4 @@ -/* $Id: stubsa.c,v 1.10 2003/06/22 21:33:48 gvg Exp $ +/* $Id: stubsa.c,v 1.11 2003/07/10 15:35:49 chorns Exp $ * * reactos/lib/gdi32/misc/stubs.c * @@ -16,6 +16,9 @@ #include #include +/* + * @unimplemented + */ int STDCALL AddFontResourceA( @@ -27,6 +30,9 @@ AddFontResourceA( } +/* + * @unimplemented + */ HMETAFILE STDCALL CopyMetaFileA( @@ -38,6 +44,10 @@ CopyMetaFileA( return 0; } + +/* + * @unimplemented + */ HDC STDCALL CreateICA( @@ -52,6 +62,9 @@ CreateICA( } +/* + * @unimplemented + */ HDC STDCALL CreateMetaFileA( @@ -63,6 +76,9 @@ CreateMetaFileA( } +/* + * @unimplemented + */ BOOL STDCALL CreateScalableFontResourceA( @@ -77,6 +93,9 @@ CreateScalableFontResourceA( } +/* + * @unimplemented + */ int STDCALL DeviceCapabilitiesExA( @@ -92,6 +111,9 @@ DeviceCapabilitiesExA( } +/* + * @unimplemented + */ int STDCALL EnumFontFamiliesExA( @@ -107,6 +129,9 @@ EnumFontFamiliesExA( } +/* + * @unimplemented + */ int STDCALL EnumFontFamiliesA( @@ -121,6 +146,9 @@ EnumFontFamiliesA( } +/* + * @unimplemented + */ int STDCALL EnumFontsA( @@ -135,6 +163,9 @@ EnumFontsA( } +/* + * @unimplemented + */ BOOL STDCALL GetCharWidthA( @@ -149,6 +180,9 @@ GetCharWidthA( } +/* + * @unimplemented + */ BOOL STDCALL GetCharWidth32A( @@ -163,6 +197,9 @@ GetCharWidth32A( } +/* + * @unimplemented + */ BOOL APIENTRY GetCharWidthFloatA( @@ -177,6 +214,9 @@ GetCharWidthFloatA( } +/* + * @unimplemented + */ BOOL APIENTRY GetCharABCWidthsA( @@ -191,6 +231,9 @@ GetCharABCWidthsA( } +/* + * @unimplemented + */ BOOL APIENTRY GetCharABCWidthsFloatA( @@ -205,6 +248,9 @@ GetCharABCWidthsFloatA( } +/* + * @unimplemented + */ DWORD STDCALL GetGlyphOutlineA( @@ -222,6 +268,9 @@ GetGlyphOutlineA( } +/* + * @unimplemented + */ HMETAFILE STDCALL GetMetaFileA( @@ -233,6 +282,9 @@ GetMetaFileA( } +/* + * @unimplemented + */ UINT APIENTRY GetOutlineTextMetricsA( @@ -246,6 +298,9 @@ GetOutlineTextMetricsA( } +/* + * @unimplemented + */ BOOL APIENTRY GetTextExtentExPointA( @@ -263,6 +318,9 @@ GetTextExtentExPointA( } +/* + * @unimplemented + */ DWORD STDCALL GetCharacterPlacementA( @@ -279,6 +337,9 @@ GetCharacterPlacementA( } +/* + * @unimplemented + */ HDC STDCALL ResetDCA( @@ -291,6 +352,9 @@ ResetDCA( } +/* + * @unimplemented + */ BOOL STDCALL RemoveFontResourceA( @@ -302,6 +366,9 @@ RemoveFontResourceA( } +/* + * @unimplemented + */ HENHMETAFILE STDCALL CopyEnhMetaFileA( @@ -314,6 +381,9 @@ CopyEnhMetaFileA( } +/* + * @unimplemented + */ HDC STDCALL CreateEnhMetaFileA( @@ -328,6 +398,9 @@ CreateEnhMetaFileA( } +/* + * @unimplemented + */ HENHMETAFILE STDCALL GetEnhMetaFileA( @@ -339,6 +412,9 @@ GetEnhMetaFileA( } +/* + * @unimplemented + */ UINT STDCALL GetEnhMetaFileDescriptionA( @@ -352,6 +428,9 @@ GetEnhMetaFileDescriptionA( } +/* + * @unimplemented + */ int STDCALL StartDocA( @@ -364,6 +443,9 @@ StartDocA( } +/* + * @unimplemented + */ int STDCALL GetObjectA( @@ -377,6 +459,9 @@ GetObjectA( } +/* + * @unimplemented + */ BOOL STDCALL PolyTextOutA( @@ -390,6 +475,9 @@ PolyTextOutA( } +/* + * @unimplemented + */ int STDCALL GetTextFaceA( @@ -403,6 +491,9 @@ GetTextFaceA( } +/* + * @unimplemented + */ DWORD STDCALL GetKerningPairsA( @@ -416,6 +507,9 @@ GetKerningPairsA( } +/* + * @unimplemented + */ BOOL STDCALL GetLogColorSpaceA( @@ -429,6 +523,9 @@ GetLogColorSpaceA( } +/* + * @unimplemented + */ HCOLORSPACE STDCALL CreateColorSpaceA( @@ -440,6 +537,9 @@ CreateColorSpaceA( } +/* + * @unimplemented + */ WINBOOL STDCALL GetICMProfileA( @@ -453,6 +553,9 @@ GetICMProfileA( } +/* + * @unimplemented + */ BOOL STDCALL SetICMProfileA( @@ -465,6 +568,9 @@ SetICMProfileA( } +/* + * @unimplemented + */ int STDCALL EnumICMProfilesA( @@ -478,6 +584,9 @@ EnumICMProfilesA( } +/* + * @unimplemented + */ BOOL STDCALL wglUseFontBitmapsA( @@ -492,6 +601,9 @@ wglUseFontBitmapsA( } +/* + * @unimplemented + */ BOOL STDCALL wglUseFontOutlinesA( @@ -510,6 +622,9 @@ wglUseFontOutlinesA( } +/* + * @unimplemented + */ WINBOOL STDCALL UpdateICMRegKeyA( diff --git a/reactos/lib/gdi32/misc/stubsw.c b/reactos/lib/gdi32/misc/stubsw.c index e65b539a9d6..7e631e76e2b 100644 --- a/reactos/lib/gdi32/misc/stubsw.c +++ b/reactos/lib/gdi32/misc/stubsw.c @@ -1,4 +1,4 @@ -/* $Id: stubsw.c,v 1.9 2003/06/22 21:33:48 gvg Exp $ +/* $Id: stubsw.c,v 1.10 2003/07/10 15:35:49 chorns Exp $ * * reactos/lib/gdi32/misc/stubs.c * @@ -12,6 +12,9 @@ #include #include +/* + * @unimplemented + */ int STDCALL AddFontResourceW( @@ -23,7 +26,9 @@ AddFontResourceW( } - +/* + * @unimplemented + */ HMETAFILE STDCALL CopyMetaFileW( @@ -36,6 +41,9 @@ CopyMetaFileW( } +/* + * @unimplemented + */ HDC STDCALL CreateICW( @@ -50,6 +58,9 @@ CreateICW( } +/* + * @unimplemented + */ HDC STDCALL CreateMetaFileW( @@ -61,6 +72,9 @@ CreateMetaFileW( } +/* + * @unimplemented + */ BOOL STDCALL CreateScalableFontResourceW( @@ -75,6 +89,9 @@ CreateScalableFontResourceW( } +/* + * @unimplemented + */ int STDCALL DeviceCapabilitiesExW( @@ -90,6 +107,9 @@ DeviceCapabilitiesExW( } +/* + * @unimplemented + */ int STDCALL EnumFontFamiliesExW( @@ -105,6 +125,9 @@ EnumFontFamiliesExW( } +/* + * @unimplemented + */ int STDCALL EnumFontFamiliesW( @@ -119,6 +142,9 @@ EnumFontFamiliesW( } +/* + * @unimplemented + */ int STDCALL EnumFontsW( @@ -133,6 +159,9 @@ EnumFontsW( } +/* + * @unimplemented + */ BOOL STDCALL GetCharWidthW( @@ -147,6 +176,9 @@ GetCharWidthW( } +/* + * @unimplemented + */ BOOL STDCALL GetCharWidth32W( @@ -161,6 +193,9 @@ GetCharWidth32W( } +/* + * @unimplemented + */ BOOL APIENTRY GetCharWidthFloatW( @@ -175,6 +210,9 @@ GetCharWidthFloatW( } +/* + * @unimplemented + */ BOOL APIENTRY GetCharABCWidthsW( @@ -189,6 +227,9 @@ GetCharABCWidthsW( } +/* + * @unimplemented + */ BOOL APIENTRY GetCharABCWidthsFloatW( @@ -203,6 +244,9 @@ GetCharABCWidthsFloatW( } +/* + * @unimplemented + */ DWORD STDCALL GetGlyphOutlineW( @@ -220,6 +264,9 @@ GetGlyphOutlineW( } +/* + * @unimplemented + */ HMETAFILE STDCALL GetMetaFileW( @@ -231,6 +278,9 @@ GetMetaFileW( } +/* + * @unimplemented + */ UINT APIENTRY GetOutlineTextMetricsW( @@ -244,6 +294,9 @@ GetOutlineTextMetricsW( } +/* + * @unimplemented + */ BOOL APIENTRY GetTextExtentExPointW( @@ -261,6 +314,9 @@ GetTextExtentExPointW( } +/* + * @unimplemented + */ DWORD STDCALL GetCharacterPlacementW( @@ -277,6 +333,9 @@ GetCharacterPlacementW( } +/* + * @unimplemented + */ HDC STDCALL ResetDCW( @@ -289,6 +348,9 @@ ResetDCW( } +/* + * @unimplemented + */ BOOL STDCALL RemoveFontResourceW( @@ -300,6 +362,9 @@ RemoveFontResourceW( } +/* + * @unimplemented + */ HENHMETAFILE STDCALL CopyEnhMetaFileW( @@ -312,6 +377,9 @@ CopyEnhMetaFileW( } +/* + * @unimplemented + */ HDC STDCALL CreateEnhMetaFileW( @@ -326,6 +394,9 @@ CreateEnhMetaFileW( } +/* + * @unimplemented + */ HENHMETAFILE STDCALL GetEnhMetaFileW( @@ -337,6 +408,9 @@ GetEnhMetaFileW( } +/* + * @unimplemented + */ UINT STDCALL GetEnhMetaFileDescriptionW( @@ -350,6 +424,9 @@ GetEnhMetaFileDescriptionW( } +/* + * @unimplemented + */ int STDCALL StartDocW( @@ -362,6 +439,9 @@ StartDocW( } +/* + * @unimplemented + */ int STDCALL GetObjectW( @@ -375,6 +455,9 @@ GetObjectW( } +/* + * @unimplemented + */ BOOL STDCALL PolyTextOutW( @@ -388,6 +471,9 @@ PolyTextOutW( } +/* + * @unimplemented + */ int STDCALL GetTextFaceW( @@ -401,6 +487,9 @@ GetTextFaceW( } +/* + * @unimplemented + */ DWORD STDCALL GetKerningPairsW( @@ -414,6 +503,9 @@ GetKerningPairsW( } +/* + * @unimplemented + */ BOOL STDCALL GetLogColorSpaceW( @@ -426,6 +518,9 @@ GetLogColorSpaceW( return FALSE; } +/* + * @unimplemented + */ HCOLORSPACE STDCALL CreateColorSpaceW( @@ -437,6 +532,9 @@ CreateColorSpaceW( } +/* + * @unimplemented + */ WINBOOL STDCALL GetICMProfileW( @@ -450,6 +548,9 @@ GetICMProfileW( } +/* + * @unimplemented + */ BOOL STDCALL SetICMProfileW( @@ -462,6 +563,9 @@ SetICMProfileW( } +/* + * @unimplemented + */ int STDCALL EnumICMProfilesW( @@ -475,6 +579,9 @@ EnumICMProfilesW( } +/* + * @unimplemented + */ BOOL STDCALL wglUseFontBitmapsW( @@ -489,6 +596,9 @@ wglUseFontBitmapsW( } +/* + * @unimplemented + */ BOOL STDCALL wglUseFontOutlinesW( @@ -507,6 +617,9 @@ wglUseFontOutlinesW( } +/* + * @unimplemented + */ WINBOOL STDCALL UpdateICMRegKeyW( @@ -527,6 +640,9 @@ UpdateICMRegKeyW( */ +/* + * @unimplemented + */ DWORD STDCALL GetFontResourceInfoW( diff --git a/reactos/lib/gdi32/objects/bitblt.c b/reactos/lib/gdi32/objects/bitblt.c index 1028ea77bf3..d8a641ab65d 100644 --- a/reactos/lib/gdi32/objects/bitblt.c +++ b/reactos/lib/gdi32/objects/bitblt.c @@ -8,6 +8,9 @@ #include #include +/* + * @implemented + */ BOOL STDCALL BitBlt(HDC hDCDest, @@ -23,6 +26,10 @@ BitBlt(HDC hDCDest, return W32kBitBlt(hDCDest, XDest, YDest, Width, Height, hDCSrc, XSrc, YSrc, ROP); } + +/* + * @implemented + */ HBITMAP STDCALL CreateBitmap(INT Width, @@ -34,6 +41,10 @@ CreateBitmap(INT Width, return W32kCreateBitmap(Width, Height, Planes, BitsPerPel, Bits); } + +/* + * @implemented + */ HBITMAP STDCALL CreateBitmapIndirect(CONST BITMAP *BM) @@ -41,6 +52,10 @@ CreateBitmapIndirect(CONST BITMAP *BM) return W32kCreateBitmapIndirect(BM); } + +/* + * @implemented + */ HBITMAP STDCALL CreateCompatibleBitmap(HDC hDC, @@ -50,6 +65,10 @@ CreateCompatibleBitmap(HDC hDC, return W32kCreateCompatibleBitmap(hDC, Width, Height); } + +/* + * @implemented + */ HBITMAP STDCALL CreateDiscardableBitmap(HDC hDC, @@ -59,6 +78,10 @@ CreateDiscardableBitmap(HDC hDC, return W32kCreateDiscardableBitmap(hDC, Width, Height); } + +/* + * @implemented + */ HBITMAP STDCALL CreateDIBitmap(HDC hDC, @@ -71,6 +94,10 @@ CreateDIBitmap(HDC hDC, return W32kCreateDIBitmap(hDC, bmih, Init, bInit, bmi, Usage); } + +/* + * @implemented + */ LONG STDCALL GetBitmapBits(HBITMAP hBitmap, @@ -80,6 +107,10 @@ GetBitmapBits(HBITMAP hBitmap, return W32kGetBitmapBits(hBitmap, Count, Bits); } + +/* + * @implemented + */ BOOL STDCALL GetBitmapDimensionEx(HBITMAP hBitmap, @@ -88,6 +119,10 @@ GetBitmapDimensionEx(HBITMAP hBitmap, return W32kGetBitmapDimensionEx(hBitmap, Dimension); } + +/* + * @implemented + */ int STDCALL GetDIBits(HDC hDC, @@ -101,6 +136,10 @@ GetDIBits(HDC hDC, return W32kGetDIBits(hDC, hBitmap, StartScan, ScanLines, Bits, bi, Usage); } + +/* + * @implemented + */ BOOL STDCALL MaskBlt(HDC hDCDest, @@ -119,6 +158,10 @@ MaskBlt(HDC hDCDest, return W32kMaskBlt(hDCDest, XDest, YDest, Width, Height, hDCSrc, XSrc, YSrc, hMaskBitmap, xMask, yMask, ROP); } + +/* + * @implemented + */ BOOL STDCALL PlgBlt(HDC hDCDest, @@ -135,6 +178,10 @@ PlgBlt(HDC hDCDest, return W32kPlgBlt(hDCDest, Point, hDCSrc, XSrc, YSrc, Width, Height, hMaskBitmap, xMask, yMask); } + +/* + * @implemented + */ LONG STDCALL SetBitmapBits(HBITMAP hBitmap, @@ -144,6 +191,10 @@ SetBitmapBits(HBITMAP hBitmap, return W32kSetBitmapBits(hBitmap, Bytes, Bits); } + +/* + * @implemented + */ int STDCALL SetDIBits(HDC hDC, @@ -157,6 +208,10 @@ SetDIBits(HDC hDC, return W32kSetDIBits(hDC, hBitmap, StartScan, ScanLines, Bits, bmi, ColorUse); } + +/* + * @implemented + */ int STDCALL SetDIBitsToDevice(HDC hDC, @@ -176,6 +231,10 @@ SetDIBitsToDevice(HDC hDC, Bits, bmi, ColorUse); } + +/* + * @implemented + */ BOOL STDCALL StretchBlt( @@ -211,6 +270,10 @@ StretchBlt( return FALSE; } + +/* + * @implemented + */ int STDCALL StretchDIBits(HDC hDC, @@ -231,6 +294,10 @@ StretchDIBits(HDC hDC, SrcWidth, SrcHeight, Bits, BitsInfo, Usage, ROP); } + +/* + * @implemented + */ HBITMAP STDCALL CreateDIBSection(HDC hDC, @@ -243,6 +310,10 @@ CreateDIBSection(HDC hDC, return W32kCreateDIBSection(hDC, bmi, Usage, Bits, hSection, dwOffset); } + +/* + * @implemented + */ COLORREF STDCALL SetPixel(HDC hDC, @@ -253,6 +324,10 @@ SetPixel(HDC hDC, return W32kSetPixel(hDC, X, Y, Color); } + +/* + * @implemented + */ BOOL STDCALL PatBlt(HDC hDC, INT Top, INT Left, INT Width, INT Height, ULONG Rop) { diff --git a/reactos/lib/gdi32/objects/brush.c b/reactos/lib/gdi32/objects/brush.c index 29f663d47aa..6110a3d07f1 100644 --- a/reactos/lib/gdi32/objects/brush.c +++ b/reactos/lib/gdi32/objects/brush.c @@ -8,6 +8,9 @@ #include +/* + * @implemented + */ HBRUSH STDCALL CreateSolidBrush( diff --git a/reactos/lib/gdi32/objects/clip.c b/reactos/lib/gdi32/objects/clip.c index 85e26ad8740..7e5b6c60c94 100644 --- a/reactos/lib/gdi32/objects/clip.c +++ b/reactos/lib/gdi32/objects/clip.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: clip.c,v 1.1 2003/06/26 21:52:40 gvg Exp $ +/* $Id: clip.c,v 1.2 2003/07/10 15:35:49 chorns Exp $ * * PROJECT: ReactOS gdi32.dll * FILE: lib/gdi32/objects/clip.c @@ -29,6 +29,9 @@ #include #include +/* + * @implemented + */ int STDCALL SelectClipRgn(HDC DC, HRGN Rgn) diff --git a/reactos/lib/gdi32/objects/dc.c b/reactos/lib/gdi32/objects/dc.c index 137aa4ee860..002b7c23d20 100644 --- a/reactos/lib/gdi32/objects/dc.c +++ b/reactos/lib/gdi32/objects/dc.c @@ -7,6 +7,9 @@ #include #include +/* + * @implemented + */ HGDIOBJ STDCALL GetStockObject(int Index) { @@ -14,12 +17,19 @@ GetStockObject(int Index) } +/* + * @implemented + */ int STDCALL GetClipBox(HDC hDc, LPRECT Rect) { return(W32kGetClipBox(hDc, Rect)); } + +/* + * @implemented + */ int STDCALL GetPolyFillMode( @@ -29,6 +39,10 @@ GetPolyFillMode( return W32kGetPolyFillMode(a0); } + +/* + * @implemented + */ HDC STDCALL CreateDCA ( @@ -98,6 +112,10 @@ CreateDCA ( return hDC; } + +/* + * @implemented + */ HDC STDCALL CreateDCW ( @@ -115,12 +133,19 @@ CreateDCW ( ); } + +/* + * @implemented + */ BOOL STDCALL DeleteDC( HDC hDC ) { return W32kDeleteDC( hDC ); } +/* + * @implemented + */ HDC STDCALL CreateCompatibleDC( @@ -130,6 +155,10 @@ CreateCompatibleDC( return W32kCreateCompatableDC(hDC); } + +/* + * @implemented + */ HGDIOBJ STDCALL SelectObject( @@ -140,6 +169,10 @@ SelectObject( return W32kSelectObject(hDC, hGDIObj); } + +/* + * @implemented + */ int STDCALL SetMapMode( @@ -150,6 +183,10 @@ SetMapMode( return W32kSetMapMode( a0, a1 ); } + +/* + * @implemented + */ BOOL STDCALL SetViewportOrgEx( @@ -162,6 +199,10 @@ SetViewportOrgEx( return W32kSetViewportOrgEx( a0, a1, a2, a3 ); } + +/* + * @implemented + */ BOOL STDCALL OffsetViewportOrgEx( @@ -174,6 +215,10 @@ OffsetViewportOrgEx( return W32kOffsetViewportOrgEx(DC, XOffset, YOffset, Point); } + +/* + * @implemented + */ BOOL STDCALL SetWindowOrgEx( @@ -187,6 +232,9 @@ SetWindowOrgEx( } +/* + * @implemented + */ BOOL STDCALL DeleteObject( @@ -196,6 +244,10 @@ DeleteObject( return W32kDeleteObject(a0); } + +/* + * @implemented + */ HPALETTE STDCALL SelectPalette( @@ -207,6 +259,10 @@ SelectPalette( return W32kSelectPalette( a0, a1,a2 ); } + +/* + * @implemented + */ UINT STDCALL RealizePalette( @@ -217,6 +273,9 @@ RealizePalette( } +/* + * @implemented + */ BOOL STDCALL LPtoDP( @@ -228,6 +287,10 @@ LPtoDP( return W32kLPtoDP(a0, a1, a2); } + +/* + * @implemented + */ int STDCALL SetPolyFillMode( @@ -239,6 +302,9 @@ SetPolyFillMode( } +/* + * @implemented + */ int STDCALL GetDeviceCaps( diff --git a/reactos/lib/gdi32/objects/fillshap.c b/reactos/lib/gdi32/objects/fillshap.c index f8192b1cbbe..66974cc8449 100644 --- a/reactos/lib/gdi32/objects/fillshap.c +++ b/reactos/lib/gdi32/objects/fillshap.c @@ -7,6 +7,9 @@ #include #include +/* + * @implemented + */ BOOL STDCALL Polygon(HDC hDC, @@ -16,6 +19,10 @@ Polygon(HDC hDC, return W32kPolygon(hDC, (CONST PPOINT)lpPoints, nCount); } + +/* + * @implemented + */ BOOL STDCALL Rectangle(HDC hDC, diff --git a/reactos/lib/gdi32/objects/line.c b/reactos/lib/gdi32/objects/line.c index 7c456d3a8f4..db2026a04d2 100644 --- a/reactos/lib/gdi32/objects/line.c +++ b/reactos/lib/gdi32/objects/line.c @@ -7,6 +7,10 @@ #include #include + +/* + * @implemented + */ BOOL STDCALL LineTo(HDC hDC, int XEnd, int YEnd) @@ -14,6 +18,10 @@ LineTo(HDC hDC, int XEnd, int YEnd) return W32kLineTo(hDC, XEnd, YEnd); } + +/* + * @implemented + */ BOOL STDCALL MoveToEx(HDC hDC, int X, int Y, LPPOINT Point) @@ -21,6 +29,10 @@ MoveToEx(HDC hDC, int X, int Y, LPPOINT Point) return W32kMoveToEx(hDC, X, Y, Point); } + +/* + * @implemented + */ BOOL STDCALL Polyline( HDC hdc, CONST POINT *lppt, int cPoints ) diff --git a/reactos/lib/gdi32/objects/pen.c b/reactos/lib/gdi32/objects/pen.c index 51286df1213..3012ca1470e 100644 --- a/reactos/lib/gdi32/objects/pen.c +++ b/reactos/lib/gdi32/objects/pen.c @@ -7,6 +7,10 @@ #include #include + +/* + * @implemented + */ HPEN STDCALL CreatePen(INT PenStyle, INT Width, COLORREF Color) @@ -14,12 +18,18 @@ CreatePen(INT PenStyle, INT Width, COLORREF Color) return W32kCreatePen(PenStyle, Width, Color); } + +/* + * @implemented + */ HPEN STDCALL CreatePenIndirect(CONST LOGPEN *lgpn) { return W32kCreatePenIndirect((CONST PLOGPEN)lgpn); } + + /* VOID STDCALL DumpGdiObjects( INT process ) diff --git a/reactos/lib/gdi32/objects/region.c b/reactos/lib/gdi32/objects/region.c index 49c51439905..7666738f9da 100644 --- a/reactos/lib/gdi32/objects/region.c +++ b/reactos/lib/gdi32/objects/region.c @@ -8,7 +8,9 @@ #include - +/* + * @unimplemented + */ HRGN STDCALL CreatePolyPolygonRgn( @@ -23,7 +25,9 @@ CreatePolyPolygonRgn( } - +/* + * @unimplemented + */ HBRUSH STDCALL CreatePatternBrush( @@ -35,7 +39,9 @@ CreatePatternBrush( } - +/* + * @implemented + */ HRGN STDCALL CreateRectRgn( @@ -49,7 +55,9 @@ CreateRectRgn( } - +/* + * @implemented + */ HRGN STDCALL CreateRectRgnIndirect( @@ -60,7 +68,9 @@ CreateRectRgnIndirect( } - +/* + * @unimplemented + */ HRGN STDCALL CreateRoundRectRgn( @@ -76,6 +86,10 @@ CreateRoundRectRgn( return 0; } + +/* + * @implemented + */ BOOL STDCALL EqualRgn( @@ -86,6 +100,10 @@ EqualRgn( return W32kEqualRgn(a0,a1); } + +/* + * @implemented + */ int STDCALL OffsetRgn( @@ -97,6 +115,10 @@ OffsetRgn( return W32kOffsetRgn(a0,a1,a2); } + +/* + * @implemented + */ int STDCALL GetRgnBox( @@ -107,6 +129,10 @@ GetRgnBox( return W32kGetRgnBox(a0,a1); } + +/* + * @implemented + */ BOOL STDCALL SetRectRgn( @@ -120,6 +146,10 @@ SetRectRgn( return W32kSetRectRgn(a0,a1,a2,a3,a4); } + +/* + * @implemented + */ int STDCALL CombineRgn( @@ -132,6 +162,10 @@ CombineRgn( return W32kCombineRgn(a0,a1,a2,a3); } + +/* + * @implemented + */ DWORD STDCALL GetRegionData( @@ -143,6 +177,10 @@ GetRegionData( return W32kGetRegionData(a0,a1,a2); } + +/* + * @implemented + */ BOOL STDCALL PaintRgn( @@ -152,5 +190,3 @@ PaintRgn( { return W32kPaintRgn( a0, a1 ); } - - diff --git a/reactos/lib/gdi32/objects/text.c b/reactos/lib/gdi32/objects/text.c index 696ca082835..b7adefe27e4 100644 --- a/reactos/lib/gdi32/objects/text.c +++ b/reactos/lib/gdi32/objects/text.c @@ -8,6 +8,9 @@ #include #include +/* + * @implemented + */ BOOL STDCALL TextOutA( @@ -33,6 +36,10 @@ TextOutA( return ret; } + +/* + * @implemented + */ BOOL STDCALL TextOutW( @@ -45,12 +52,17 @@ TextOutW( return W32kTextOut(hDC, XStart, YStart, String, Count); } + +/* + * @implemented + */ COLORREF STDCALL SetTextColor(HDC hDC, COLORREF color) { return(W32kSetTextColor(hDC, color)); } + static BOOL MetricsCharConvert(WCHAR w, BCHAR *b) { @@ -85,6 +97,10 @@ MetricsCharConvert(WCHAR w, BCHAR *b) return TRUE; } + +/* + * @implemented + */ BOOL STDCALL GetTextMetricsA( @@ -195,6 +211,10 @@ GetTextMetricsA( return TRUE; } + +/* + * @implemented + */ BOOL STDCALL GetTextMetricsW( @@ -205,6 +225,10 @@ GetTextMetricsW( return W32kGetTextMetrics(hdc, tm); } + +/* + * @implemented + */ BOOL APIENTRY GetTextExtentPointA( @@ -228,6 +252,10 @@ GetTextExtentPointA( return ret; } + +/* + * @implemented + */ BOOL APIENTRY GetTextExtentPointW( @@ -241,6 +269,9 @@ GetTextExtentPointW( } +/* + * @implemented + */ BOOL APIENTRY GetTextExtentPoint32A( @@ -265,6 +296,9 @@ GetTextExtentPoint32A( } +/* + * @implemented + */ BOOL APIENTRY GetTextExtentPoint32W( @@ -277,6 +311,10 @@ GetTextExtentPoint32W( return W32kGetTextExtentPoint32(hDC, String, Count, Size); } + +/* + * @implemented + */ BOOL STDCALL ExtTextOutA( @@ -304,6 +342,10 @@ ExtTextOutA( return ret; } + +/* + * @implemented + */ BOOL STDCALL ExtTextOutW( @@ -320,6 +362,10 @@ ExtTextOutW( return W32kTextOut(hDC, X, Y, String, Count); } + +/* + * @implemented + */ HFONT STDCALL CreateFontIndirectA( @@ -343,6 +389,10 @@ CreateFontIndirectA( return ret; } + +/* + * @implemented + */ HFONT STDCALL CreateFontIndirectW( @@ -352,6 +402,10 @@ CreateFontIndirectW( return W32kCreateFontIndirect((CONST LPLOGFONTW)lf); } + +/* + * @implemented + */ HFONT STDCALL CreateFontA( @@ -386,6 +440,10 @@ CreateFontA( return ret; } + +/* + * @implemented + */ HFONT STDCALL CreateFontW(