Home
last modified time | relevance | path

Searched refs:IntGdiMoveToEx (Results 1 – 4 of 4) sorted by relevance

/reactos/win32ss/gdi/ntgdi/
H A Darc.c245 IntGdiMoveToEx(dc, XStartArc, YStartArc, NULL); in IntGdiArcInternal()
247 IntGdiMoveToEx(dc, XEndArc, YEndArc, NULL); in IntGdiArcInternal()
292 IntGdiMoveToEx(pDC, x2, y2, NULL); in IntGdiAngleArc()
H A Dline.c80 IntGdiMoveToEx(DC *dc, in IntGdiMoveToEx() function
122 Ret = IntGdiMoveToEx(dc, x, y, pptOut); in GreMoveTo()
657 IntGdiMoveToEx( dc, line_pts[num_pts - 1].x, line_pts[num_pts - 1].y, NULL ); in GdiPolyDraw()
774 Ret = IntGdiMoveToEx(pdc, x, y, &Point); in NtGdiMoveTo()
H A Dintgdi.h25 IntGdiMoveToEx(DC *dc,
H A Dpath.c541 IntGdiMoveToEx(dc, path->pos.x, path->pos.y, NULL); in add_log_points_new_stroke()
1245 IntGdiMoveToEx(dc, cur_pos.x, cur_pos.y, NULL); in PATH_PolyDraw()
1780 IntGdiMoveToEx(dc, pt.x, pt.y, NULL); in PATH_StrokePath()