Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/objects/
H A Dregion.c203 PRGN_ATTR prngattrSrc2 = NULL; in CombineRgn() local
237 prngattrSrc2 = GdiGetRgnAttr(hrgnSrc2); in CombineRgn()
240 if ((prngattrSrc2 == NULL) || (prngattrSrc2->iComplexity > SIMPLEREGION)) in CombineRgn()
250 (prngattrSrc2->iComplexity == NULLREGION)) in CombineRgn()
282 if ((prngattrSrc2->iComplexity == NULLREGION) || in CombineRgn()
329 if (prngattrSrc2->iComplexity == NULLREGION) in CombineRgn()
337 prngattrSrc2->Rect.left, in CombineRgn()
338 prngattrSrc2->Rect.top, in CombineRgn()
339 prngattrSrc2->Rect.right, in CombineRgn()
344 if (prngattrSrc2->iComplexity == NULLREGION) in CombineRgn()
[all …]