Searched refs:clipRgn (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/classic/
H A Dbitmap.cpp269 RgnHandle clipRgn = NULL ; local
273 clipRgn = NewRgn() ;
275 BitMapToRegion( clipRgn , (BitMap*) *GetGWorldPixMap( mask ) ) ;
281 if ( clipRgn )
282 GetRegionBounds( clipRgn , &portRect ) ;
291 if ( clipRgn )
292 SetClip( clipRgn ) ;
299 srcCopy,clipRgn); local
304 if ( clipRgn )
305 DisposeRgn( clipRgn ) ;
[all...]
H A Ddc.cpp1207 RgnHandle clipRgn = NewRgn() ; local
1209 BitMapToRegion( clipRgn , (BitMap*) *GetGWorldPixMap( MAC_WXHBITMAP(source->m_macMask) ) ) ;
1211 OffsetRgn( clipRgn , -srcrect.left + dstrect.left, -srcrect.top + dstrect.top ) ;
1220 ::PaintRgn( clipRgn ) ;
1226 ::PaintRgn( clipRgn ) ;
1230 MacInvertRgn( clipRgn ) ;
1240 if ( PtInRgn( dstPoint , clipRgn ) )
1259 MacInvertRgn( clipRgn ) ;
1263 &srcrect, &dstrect, mode, clipRgn ) ;
1265 DisposeRgn( clipRgn ) ;
1270 RgnHandle clipRgn = NewRgn() ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp1327 RgnHandle clipRgn = NewRgn() ; local
1329 BitMapToRegion( clipRgn , (BitMap*) *GetGWorldPixMap( MAC_WXHBITMAP(source->m_macMask) ) ) ;
1331 OffsetRgn( clipRgn , -srcrect.left + dstrect.left, -srcrect.top + dstrect.top ) ;
1342 ::PaintRgn( clipRgn ) ;
1348 ::PaintRgn( clipRgn ) ;
1352 MacInvertRgn( clipRgn ) ;
1362 if ( PtInRgn( dstPoint , clipRgn ) )
1381 MacInvertRgn( clipRgn ) ;
1385 &srcrect, &dstrect, mode, clipRgn ) ;
1388 DisposeRgn( clipRgn ) ;
1393 RgnHandle clipRgn = NewRgn() ; local
[all...]
H A Dbitmap.cpp600 RgnHandle clipRgn = NULL ; local
608 clipRgn = NewRgn() ;
625 BitMapToRegion( clipRgn , (BitMap*) *GetGWorldPixMap( monoworld ) ) ;
645 if ( clipRgn )
646 SetClip( clipRgn ) ;
653 srcCopy,clipRgn); local
659 if ( clipRgn )
660 DisposeRgn( clipRgn ) ;

Completed in 44 milliseconds