Searched refs:dstPoint (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.cpp1360 Point dstPoint = { dstrect.top + y , dstrect.left + x } ; local
1362 if ( PtInRgn( dstPoint , clipRgn ) )
1370 GetCPixel( dstPoint.h , dstPoint.v , &dstColor ) ;
1372 SetCPixel( dstPoint.h , dstPoint.v , &dstColor ) ;
1424 Point dstPoint = { dstrect.top + y , dstrect.left + x } ; local
1433 GetCPixel( dstPoint.h , dstPoint.v , &dstColor ) ;
1435 SetCPixel( dstPoint
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp1238 Point dstPoint = { dstrect.top + y , dstrect.left + x } ; local
1240 if ( PtInRgn( dstPoint , clipRgn ) )
1247 GetCPixel( dstPoint.h , dstPoint.v , &dstColor ) ;
1249 SetCPixel( dstPoint.h , dstPoint.v , &dstColor ) ;
1298 Point dstPoint = { dstrect.top + y , dstrect.left + x } ; local
1306 GetCPixel( dstPoint.h , dstPoint.v , &dstColor ) ;
1308 SetCPixel( dstPoint
[all...]

Completed in 47 milliseconds