Searched refs:dstrect (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/carbon/
H A Ddc.cpp1198 Rect srcrect , dstrect ; local
1203 dstrect.top = YLOG2DEVMAC(ydest) ;
1204 dstrect.left = XLOG2DEVMAC(xdest) ;
1205 dstrect.bottom = YLOG2DEVMAC(ydest + height ) ;
1206 dstrect.right = XLOG2DEVMAC(xdest + width ) ;
1321 &srcrect, &srcrect , &dstrect ) ;
1331 OffsetRgn( clipRgn , -srcrect.left + dstrect.left, -srcrect.top + dstrect.top ) ;
1360 Point dstPoint = { dstrect.top + y , dstrect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp1101 Rect srcrect , dstrect ; local
1106 dstrect.top = YLOG2DEVMAC(ydest) ;
1107 dstrect.left = XLOG2DEVMAC(xdest) ;
1108 dstrect.bottom = YLOG2DEVMAC(ydest + height ) ;
1109 dstrect.right = XLOG2DEVMAC(xdest + width ) ;
1201 &srcrect, &srcrect , &dstrect ) ;
1211 OffsetRgn( clipRgn , -srcrect.left + dstrect.left, -srcrect.top + dstrect.top ) ;
1238 Point dstPoint = { dstrect.top + y , dstrect
[all...]

Completed in 110 milliseconds