Searched refs:gwpixmaphandle (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.cpp2118 PixMapHandle gwpixmaphandle = GetGWorldPixMap( gw ) ; local
2119 LockPixels( gwpixmaphandle ) ;
2123 if ( (**gwpixmaphandle).pixelSize == 1 )
2131 BitMap* gwbitmap = (BitMap*) *gwpixmaphandle ; // since the color depth is 1 it is a BitMap
2152 CopyPixMap(gwpixmaphandle, (**pixpat).patMap);
2156 PtrToHand( (**gwpixmaphandle).baseAddr, &image, imageSize );
2180 UnlockPixels( gwpixmaphandle ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp2135 PixMapHandle gwpixmaphandle = GetGWorldPixMap( gw ) ; local
2136 LockPixels( gwpixmaphandle ) ;
2140 if ( (**gwpixmaphandle).pixelSize == 1 )
2147 BitMap* gwbitmap = (BitMap*) *gwpixmaphandle ; // since the color depth is 1 it is a BitMap
2165 CopyPixMap(gwpixmaphandle, (**pixpat).patMap);
2169 PtrToHand( (**gwpixmaphandle).baseAddr, &image, imageSize );
2190 UnlockPixels( gwpixmaphandle ) ;

Completed in 50 milliseconds