Searched refs:windowRect (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtoplevel.cpp1858 Rect windowRect ; local
1859 wxShapedMacWindowGetPos( window, &windowRect ) ;
1868 OffsetRgn(rgn, windowRect.left, windowRect.top); // position it over window
1871 r.left = windowRect.left;
1872 r.top = windowRect.top;
1876 RectRgn( rgn , &windowRect ) ;
1889 Rect windowRect; local
1890 wxShapedMacWindowGetPos(window, &windowRect); // how big is the window
1892 OffsetRgn(rgn, windowRect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp2089 wxRect windowRect(GetClientSize());
2090 windowRect.x -= 2; windowRect.y -= 2;
2091 windowRect.width += 4; windowRect.height += 4;
2095 CalcUnscrolledPosition(windowRect.x, windowRect.y, & windowRect.x, & windowRect.y);
2096 dc.DrawRectangle(windowRect);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtoplevel.cpp1393 Rect windowRect; local
1394 wxShapedMacWindowGetPos(window, &windowRect); //how big is the window
1396 OffsetRgn(rgn, windowRect.left, windowRect.top); // position it over window
1397 //MapRgn(rgn, &mMaskSize, &windowRect); //scale it to our actual window size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 121 milliseconds