Searched refs:nScanlineFormat (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/basebmp/source/ |
| H A D | bitmapdevice.cxx | 286 sal_Int32 nScanlineFormat, in BitmapRenderer() argument 294 BitmapDevice( rBounds, nScanlineFormat, in BitmapRenderer() 1028 sal_Int32 nScanlineFormat, in BitmapDevice() argument 1042 mpImpl->mnScanlineFormat = nScanlineFormat; in BitmapDevice() 1640 sal_Int32 nScanlineFormat, in createRenderer() argument 1654 sal_Int32 nScanlineFormat, in createRenderer() 1672 nScanlineFormat, in createRenderer() 1709 sal_Int32 nScanlineFormat, in createRenderer() argument 1717 nScanlineFormat, in createRenderer() 1731 sal_Int32 nScanlineFormat, in createRenderer() argument [all …]
|
| H A D | debug.cxx | 40 static const char* getFormatString( sal_Int32 nScanlineFormat ) in getFormatString() argument 42 switch( nScanlineFormat ) in getFormatString() 83 const sal_Int32 nScanlineFormat( rDevice->getScanlineFormat() ); in debugDump() local 90 << "/* Format = " << getFormatString(nScanlineFormat) << " */" << std::endl in debugDump()
|
| /trunk/main/basebmp/inc/basebmp/ |
| H A D | bitmapdevice.hxx | 542 sal_Int32 nScanlineFormat, 646 sal_Int32 nScanlineFormat ); 657 sal_Int32 nScanlineFormat, 668 sal_Int32 nScanlineFormat,
|
| /trunk/main/vcl/source/gdi/ |
| H A D | bmpacc.cxx | 207 const sal_uLong nScanlineFormat = GetScanlineFormat(); in ImplZeroInitUnusedBits() local 208 switch( nScanlineFormat ) in ImplZeroInitUnusedBits()
|
| H A D | dibtools.cxx | 167 inline bool isBitfieldCompression( sal_uLong nScanlineFormat ) in isBitfieldCompression() argument 169 …return (BMP_FORMAT_16BIT_TC_LSB_MASK == nScanlineFormat) || (BMP_FORMAT_32BIT_TC_MASK == nScanline… in isBitfieldCompression()
|