Home
last modified time | relevance | path

Searched refs:nScanlineFormat (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/basebmp/source/
H A Dbitmapdevice.cxx289 sal_Int32 nScanlineFormat, in BitmapRenderer() argument
297 BitmapDevice( rBounds, nScanlineFormat, in BitmapRenderer()
1031 sal_Int32 nScanlineFormat, in BitmapDevice() argument
1045 mpImpl->mnScanlineFormat = nScanlineFormat; in BitmapDevice()
1643 sal_Int32 nScanlineFormat, in createRenderer() argument
1657 sal_Int32 nScanlineFormat, in createRenderer()
1675 nScanlineFormat, in createRenderer()
1712 sal_Int32 nScanlineFormat, in createRenderer() argument
1720 nScanlineFormat, in createRenderer()
1734 sal_Int32 nScanlineFormat, in createRenderer() argument
[all …]
H A Ddebug.cxx40 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()
/AOO41X/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx535 sal_Int32 nScanlineFormat,
639 sal_Int32 nScanlineFormat );
650 sal_Int32 nScanlineFormat,
661 sal_Int32 nScanlineFormat,
/AOO41X/main/vcl/source/gdi/
H A Dbmpacc.cxx207 const sal_uLong nScanlineFormat = GetScanlineFormat(); in ImplZeroInitUnusedBits() local
208 switch( nScanlineFormat ) in ImplZeroInitUnusedBits()
H A Ddibtools.cxx167 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()