Searched refs:rgnRec (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp1405 GetWindowRegionPtr rgnRec=(GetWindowRegionPtr)param; local
1407 switch(rgnRec->regionCode)
1410 wxShapedMacWindowStructureRegion(window, rgnRec->winRgn);
1413 wxShapedMacWindowContentRegion(window, rgnRec->winRgn);
1416 SetEmptyRgn(rgnRec->winRgn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp1899 GetWindowRegionPtr rgnRec = (GetWindowRegionPtr)param; local
1901 if (rgnRec == NULL)
1904 switch (rgnRec->regionCode)
1907 wxShapedMacWindowStructureRegion(window, rgnRec->winRgn);
1911 wxShapedMacWindowContentRegion(window, rgnRec->winRgn);
1915 SetEmptyRgn(rgnRec->winRgn);

Completed in 199 milliseconds