Searched refs:rowBytes (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/common/
H A Dglgrab.c49 static void swizzleBitmap(void * data, int rowBytes, int height) argument
61 buffer = malloc(rowBytes);
66 topP = (void *)((top * rowBytes) + (intptr_t)base);
67 bottomP = (void *)((bottom * rowBytes) + (intptr_t)base);
77 bcopy( topP, buffer, rowBytes );
78 bcopy( bottomP, topP, rowBytes );
79 bcopy( buffer, bottomP, rowBytes );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dbitmap.cpp135 (**icon).iconPMap.rowBytes = bytesPerRow | /* MSB set for PixMap */
217 (**icon).iconMask.rowBytes = iconSize / 8 ;
220 (**icon).iconBMap.rowBytes = iconSize / 8 ;
764 destinationBase += ((**pixMap).rowBytes & 0x7fff);
1369 data.m_stride = (*hPixMap)->rowBytes & 0x7fff;
H A Dcursor.cpp236 (**pm).rowBytes = bytesPerRow | 0x8000;
H A Ddc.cpp2149 int alignment = gwbitmap->rowBytes & 0x7FFF ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dbitmap.cpp1195 int rowBytes = GetBestBytesPerRow( destwidth * kMaskBytesPerPixel ); local
1196 size_t maskbufsize = rowBytes * destheight ;
1199 int destlinesize = rowBytes ;
1214 ret.SetMask( new wxMask( maskbuf , destwidth , destheight , rowBytes ) ) ;
H A Dcursor.cpp385 (**pm).rowBytes = bytesPerRow | 0x8000;
H A Ddc.cpp2133 int alignment = gwbitmap->rowBytes & 0x7FFF ;

Completed in 83 milliseconds