Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 25 of 82) sorted by relevance

1234

/reactos/dll/win32/lpk/
H A Dstub.c46 DWORD WINAPI LpkUseGDIWidthCache(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5) in LpkUseGDIWidthCache()
55 DWORD WINAPI ftsWordBreak(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5) in ftsWordBreak()
61 DWORD WINAPI EditCreate( DWORD x1, DWORD x2) in EditCreate()
67 DWORD WINAPI EditIchToXY( DWORD x1, DWORD x2, DWORD x3, DWORD x4, DWORD x5) in EditIchToXY()
73 DWORD WINAPI EditMouseToIch( DWORD x1, DWORD x2, DWORD x3, DWORD x4, DWORD x5) in EditMouseToIch()
79 DWORD WINAPI EditCchInWidth( DWORD x1, DWORD x2, DWORD x3, DWORD x4, DWORD x5) in EditCchInWidth()
86 DWORD WINAPI EditGetLineWidth( DWORD x1, DWORD x2, DWORD x3, DWORD x4) in EditGetLineWidth()
98 DWORD WINAPI EditHScroll( DWORD x1, DWORD x2, DWORD x3) in EditHScroll()
122 DWORD WINAPI EditSetMenu(DWORD x1, DWORD x2) in EditSetMenu()
128 DWORD WINAPI EditProcessMenu(DWORD x1, DWORD x2) in EditProcessMenu()
[all …]
/reactos/win32ss/reactx/ntddraw/
H A Ddxeng.c791 DWORD APIENTRY DxEngGetSurfaceData(DWORD x1, DWORD x2) in DxEngGetSurfaceData()
810 DWORD APIENTRY DxEngUploadPaletteEntryToSurface(DWORD x1, DWORD x2,DWORD x3, DWORD x4) in DxEngUploadPaletteEntryToSurface()
819 DWORD APIENTRY DxEngMarkSurfaceAsDirectDraw(DWORD x1, DWORD x2) in DxEngMarkSurfaceAsDirectDraw()
828 DWORD APIENTRY DxEngSelectPaletteToSurface(DWORD x1, DWORD x2) in DxEngSelectPaletteToSurface()
837 DWORD APIENTRY DxEngSyncPaletteTableWithDevice(DWORD x1, DWORD x2) in DxEngSyncPaletteTableWithDevice()
846 DWORD APIENTRY DxEngSetPaletteState(DWORD x1, DWORD x2, DWORD x3) in DxEngSetPaletteState()
865 DWORD APIENTRY DxEngLoadImage(DWORD x1,DWORD x2) in DxEngLoadImage()
874 DWORD APIENTRY DxEngSpTearDownSprites(DWORD x1, DWORD x2, DWORD x3) in DxEngSpTearDownSprites()
883 DWORD APIENTRY DxEngSpUnTearDownSprites(DWORD x1, DWORD x2, DWORD x3) in DxEngSpUnTearDownSprites()
/reactos/base/applications/mspaint/
H A Ddrawing.cpp13 Line(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF color, int thickness) in Line()
23 Rect(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, int thickness, int sty… in Rect()
38 Ellp(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, int thickness, int sty… in Ellp()
53 RRect(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, int thickness, int st… in RRect()
115 Erase(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF color, LONG radius) in Erase()
132 Replace(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, LONG radius) in Replace()
166 Brush(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF color, LONG style, INT thickness) in Brush()
233 RectSel(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2) in RectSel()
254 Text(HDC hdc, LONG x1, LONG y1, LONG x2, LONG y2, COLORREF fg, COLORREF bg, LPCWSTR lpchText, HFONT… in Text()
/reactos/sdk/lib/crt/math/amd64/
H A Dasin.c33 double x2, result; in asin() local
/reactos/dll/opengl/mesa/
H A Drect.c58 void gl_Rectf( GLcontext *ctx, GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2 ) in gl_Rectf()
/reactos/sdk/lib/crt/math/
H A Dsqrt.c17 const double x2 = x * 0.5; in sqrt() local
H A Dcos.c24 double x2, result; in cos() local
H A Dsin.c24 double x2, result; in sin() local
/reactos/modules/rostests/apitests/user32/
H A DInitializeLpkHooks.c38 DWORD WINAPI myLpkTabbedTextOut (LPVOID x1,LPVOID x2,LPVOID x3, LPVOID x4, LPVOID x5, LPVOID x6, LP… in myLpkTabbedTextOut()
45 DWORD myLpkPSMTextOut (LPVOID x1,LPVOID x2,LPVOID x3,LPVOID x4,LPVOID x5,LPVOID x6) in myLpkPSMTextOut()
51 DWORD myLpkDrawTextEx(LPVOID x1,LPVOID x2,LPVOID x3,LPVOID x4,LPVOID x5, LPVOID x6, LPVOID x7, LPVO… in myLpkDrawTextEx()
H A DScrollWindowEx.c18 INT x1, y1, x2, y2, dx, dy; in Test_ScrollWindowEx() local
/reactos/win32ss/gdi/dib/
H A Ddib24bppc.c16 DIB_24BPP_HLine(SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c) in DIB_24BPP_HLine()
H A Ddib32bppc.c16 DIB_32BPP_HLine(SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c) in DIB_32BPP_HLine()
/reactos/modules/rostests/apitests/gdi32/
H A DGdiGetCharDimensions.c17 LONG x, y, x2; in Test_GdiGetCharDimensions() local
/reactos/dll/win32/gdiplus/
H A Dgdiplus.c162 static void add_arc_part(GpPointF * pt, REAL x1, REAL y1, REAL x2, REAL y2, in add_arc_part()
223 INT arc2polybezier(GpPointF * points, REAL x1, REAL y1, REAL x2, REAL y2, in arc2polybezier()
380 REAL *y1, REAL *x2, REAL *y2) in calc_curve_bezier()
H A Dgraphicspath.c121 static BOOL flatten_bezier(path_list_node_t *start, REAL x2, REAL y2, REAL x3, REAL y3, in flatten_bezier()
195 GpStatus WINGDIPAPI GdipAddPathArc(GpPath *path, REAL x1, REAL y1, REAL x2, in GdipAddPathArc()
234 GpStatus WINGDIPAPI GdipAddPathArcI(GpPath *path, INT x1, INT y1, INT x2, in GdipAddPathArcI()
243 GpStatus WINGDIPAPI GdipAddPathBezier(GpPath *path, REAL x1, REAL y1, REAL x2, in GdipAddPathBezier()
280 GpStatus WINGDIPAPI GdipAddPathBezierI(GpPath *path, INT x1, INT y1, INT x2, in GdipAddPathBezierI()
368 REAL x1, x2, y1, y2; in GdipAddPathClosedCurve2() local
485 REAL x1, x2, y1, y2; in GdipAddPathCurve2() local
704 GpStatus WINGDIPAPI GdipAddPathLine(GpPath *path, REAL x1, REAL y1, REAL x2, REAL y2) in GdipAddPathLine()
738 GpStatus WINGDIPAPI GdipAddPathLineI(GpPath *path, INT x1, INT y1, INT x2, INT y2) in GdipAddPathLineI()
/reactos/win32ss/gdi/ntgdi/
H A Dpolyfill.c409 int x2 = pRight->XIntercept[1]; in POLYGONFILL_FillScanLineAlternate() local
446 int x1, x2, winding = 0; in POLYGONFILL_FillScanLineWinding() local
631 int x2 = pRight->XIntercept[1]; in IntFillPolygon() local
H A Darc.c17 #define PUTLINE(x1,y1,x2,y2,BrushInst) \ argument
261 INT x1, y1, x2, y2, arcdir; in IntGdiAngleArc() local
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dhypot.c57 double u, r, retval, hx, tx, x2, hy, ty, y2, hs, ts; in FN_PROTOTYPE() local
/reactos/win32ss/drivers/displays/vga/objects/
H A Dpaint.c15 int x, y, x2, y2, w, h, j; in VGADDIFillSolid() local
/reactos/win32ss/gdi/gdi32/wine/
H A Dpath.c119 static BOOL pathdrv_Rectangle( PHYSDEV dev, INT x1, INT y1, INT x2, INT y2 ) in pathdrv_Rectangle()
131 static BOOL pathdrv_RoundRect( PHYSDEV dev, INT x1, INT y1, INT x2, INT y2, INT ell_width, INT ell_… in pathdrv_RoundRect()
143 static BOOL pathdrv_Ellipse( PHYSDEV dev, INT x1, INT y1, INT x2, INT y2 ) in pathdrv_Ellipse()
/reactos/dll/win32/comctl32/
H A Dsmoothscroll.c40 DWORD x2; member
/reactos/sdk/lib/3rdparty/freetype/src/autofit/
H A Dafwarp.h36 FT_Pos x1, x2; member
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftpsprop.c55 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in ps_property_set() local
/reactos/sdk/lib/3rdparty/freetype/src/raster/
H A Dftraster.c1006 Long x2, in Line_Up()
1145 Long x2, in Line_Down()
1881 Long x1, y1, x2, y2, x3, y3; in Decompose_Curve() local
2194 FT_F26Dot6 x2, in Vertical_Sweep_Span()
2274 FT_F26Dot6 x2, in Vertical_Sweep_Drop()
2457 FT_F26Dot6 x2, in Horizontal_Sweep_Span()
2510 FT_F26Dot6 x2, in Horizontal_Sweep_Drop()
2660 Long x1, x2, xs, e1, e2; in Draw_Sweep() local
/reactos/dll/win32/msvfw32/
H A Dmsvideo_private.h39 WORD x2; /* 20: */ member

1234