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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dbitmap.h52 wxMask(const wxMemoryBuffer& buf, int width , int height , int bytesPerRow ) ;
58 bool Create(const wxMemoryBuffer& buf, int width , int height , int bytesPerRow ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcursor.cpp233 short bytesPerRow = bytesPerPixel * extent ; local
236 (**pm).rowBytes = bytesPerRow | 0x8000;
249 (**ch).crsrData = NewHandleClear( extent * bytesPerRow ) ;
293 *((*(**ch).crsrData) + y * bytesPerRow + x) =
H A Dbitmap.cpp105 short bytesPerRow; /* Number of bytes per row in the PixMap */ local
112 bytesPerRow = ((depth * (bounds->right - bounds->left) + 31) / 32) * 4;
129 (**icon).iconData = NewHandle((unsigned long) bytesPerRow * (bounds->bottom -
135 (**icon).iconPMap.rowBytes = bytesPerRow | /* MSB set for PixMap */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcursor.cpp382 short bytesPerRow = bytesPerPixel * extent; local
385 (**pm).rowBytes = bytesPerRow | 0x8000;
398 (**ch).crsrData = NewHandleClear( extent * bytesPerRow ) ;
442 *((*(**ch).crsrData) + y * bytesPerRow + x) =
H A Ddcclient.cpp210 size_t bytesPerRow; local
H A Dbitmap.cpp1645 wxMask::wxMask( const wxMemoryBuffer& data, int width , int height , int bytesPerRow )
1648 Create( data, width , height , bytesPerRow );
1712 bool wxMask::Create(const wxMemoryBuffer& data,int width , int height , int bytesPerRow) argument
1717 m_bytesPerRow = bytesPerRow ;
1719 wxASSERT( data.GetDataLen() == (size_t)(height * bytesPerRow) ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbitmap.cpp1302 const LONG bytesPerRow = local
1304 data.m_stride = -bytesPerRow;
1309 bits += (h - 1)*bytesPerRow;

Completed in 108 milliseconds