Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Darc.c189 int RightRect, in IntGdiArcInternal() argument
202 LeftRect,TopRect,RightRect,BottomRect); in IntGdiArcInternal()
204 if ((LeftRect == RightRect) || (TopRect == BottomRect)) return TRUE; in IntGdiArcInternal()
211 RightRect, in IntGdiArcInternal()
234 RightRect, in IntGdiArcInternal()
352 int RightRect, in NtGdiArcInternal() argument
397 RightRect, in NtGdiArcInternal()
H A Dfillshap.c568 int RightRect, in IntRectangle() argument
587 return PATH_Rectangle ( dc, LeftRect, TopRect, RightRect, BottomRect ); in IntRectangle()
591 DestRect.left = min(LeftRect, RightRect); in IntRectangle()
592 DestRect.right = max(LeftRect, RightRect); in IntRectangle()
680 PATH_LineTo(dc, RightRect, TopRect); in IntRectangle()
681 PATH_LineTo(dc, RightRect, BottomRect); in IntRectangle()
744 int RightRect, in NtGdiRectangle() argument
765 DestCoords[1].x = DestCoords[2].x = RightRect; in NtGdiRectangle()
772 ret = IntRectangle(dc, LeftRect, TopRect, RightRect, BottomRect ); in NtGdiRectangle()
915 int RightRect, in NtGdiRoundRect() argument
[all …]
H A Dregion.h34 VOID FASTCALL REGION_SetRectRgn(PREGION pRgn, INT LeftRect, INT TopRect, INT RightRect, INT BottomR…
104 IntSysCreateRectpRgn(INT LeftRect, INT TopRect, INT RightRect, INT BottomRect);
H A Dregion.c2413 INT RightRect, in IntSysCreateRectpRgn() argument
2429 REGION_SetRectRgn(prgn, LeftRect, TopRect, RightRect, BottomRect); in IntSysCreateRectpRgn()
2672 INT RightRect, in REGION_SetRectRgn() argument
2677 if (LeftRect > RightRect) in REGION_SetRectRgn()
2680 LeftRect = RightRect; in REGION_SetRectRgn()
2681 RightRect = tmp; in REGION_SetRectRgn()
2691 if ((LeftRect != RightRect) && (TopRect != BottomRect)) in REGION_SetRectRgn()
2697 firstRect->right = rgn->rdh.rcBound.right = RightRect; in REGION_SetRectRgn()
3591 INT RightRect, in NtGdiCreateRectRgn() argument
3607 REGION_SetRectRgn(pRgn, LeftRect, TopRect, RightRect, BottomRect); in NtGdiCreateRectRgn()