Home
last modified time | relevance | path

Searched refs:pPal (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx442 … Bitmap( const Size& rSizePixel, sal_uInt16 nBitCount, const BitmapPalette* pPal = NULL );
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx87 Bitmap::Bitmap( const Size& rSizePixel, sal_uInt16 nBitCount, const BitmapPalette* pPal ) in Bitmap() argument
96 if( !pPal ) in Bitmap()
140 pRealPal = (BitmapPalette*) pPal; in Bitmap()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx291 boost::shared_ptr< std::vector<basebmp::Color> > pPal( in ReleaseBuffer() local
300 (*pPal)[i] = basebmp::Color( rCol.GetRed(), rCol.GetGreen(), rCol.GetBlue() ); in ReleaseBuffer()
307 pPal ); in ReleaseBuffer()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx366 BitmapPalette* pPal = NULL; in ImplCreateXImage() local
425 pPal = new BitmapPalette( 2 ); in ImplCreateXImage()
426 (*pPal)[ 0 ] = Color( COL_BLACK ); in ImplCreateXImage()
427 (*pPal)[ 1 ] = Color( COL_WHITE ); in ImplCreateXImage()
434 pPal = new BitmapPalette( nCols ); in ImplCreateXImage()
439 BitmapColor& rBmpCol = (*pPal)[ i ]; in ImplCreateXImage()
447 pDstBuf = StretchAndConvert( *mpDIB, rTwoRect, nDstFormat, pPal, pMask ); in ImplCreateXImage()
448 delete pPal; in ImplCreateXImage()
/trunk/main/svtools/source/inc/
H A Dgifread.hxx112 void ReadPaletteEntries( BitmapPalette* pPal, sal_uLong nCount );
114 …sal_Bool CreateBitmaps( long nWidth, long nHeight, BitmapPalette* pPal, sal_Bool bWatchForBackg…
/trunk/main/svtools/source/filter/igif/
H A Dgifread.cxx114 aBmp8 = Bitmap( aSize, 8, pPal ); in CreateBitmaps()
117 aBmp8.Erase( (*pPal)[ nBackgroundColor ] ); in CreateBitmaps()
175 void GIFReader::ReadPaletteEntries( BitmapPalette* pPal, sal_uLong nCount ) in ReadPaletteEntries() argument
187 BitmapColor& rColor = (*pPal)[ (sal_uInt16) i++ ]; in ReadPaletteEntries()
197 (*pPal)[ 255UL ] = Color( COL_WHITE ); in ReadPaletteEntries()
200 (*pPal)[ 254UL ] = Color( COL_BLACK ); in ReadPaletteEntries()
358 BitmapPalette* pPal; in ReadLocalHeader() local
375 pPal = &aLPalette; in ReadLocalHeader()
376 ReadPaletteEntries( pPal, 1 << ( (nFlags & 7 ) + 1 ) ); in ReadLocalHeader()
379 pPal = &aGPalette; in ReadLocalHeader()
[all …]
/trunk/main/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx124 sal_uInt8* pPal = pPalette; in ReadPCX() local
126 for ( sal_uInt16 i = 0; i < nColors; i++, pPal += 3 ) in ReadPCX()
128 pAcc->SetPaletteColor( i, BitmapColor ( pPal[ 0 ], pPal[ 1 ], pPal[ 2 ] ) ); in ReadPCX()
138 sal_uInt8* pPal = pPalette; in ReadPCX() local
142 for ( sal_uInt16 i = 0; i < 256; i++, pPal += 3 ) in ReadPCX()
144 pAcc->SetPaletteColor( i, BitmapColor ( pPal[ 0 ], pPal[ 1 ], pPal[ 2 ] ) ); in ReadPCX()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1685 pPal )); in createRenderer()
1690 const PaletteMemorySharedVector& pPal, in createStandardPalette() argument
1693 if( pPal || nNumEntries <= 0 ) in createStandardPalette()
1694 return pPal; in createStandardPalette()
1741 pPal = createStandardPalette(pPal, in createRenderer()
1744 OSL_ASSERT(pPal); in createRenderer()
1871 pFirstScanline, pMem, pPal, in createBitmapDeviceImpl()
1877 pFirstScanline, pMem, pPal, in createBitmapDeviceImpl()
1897 pFirstScanline, pMem, pPal, in createBitmapDeviceImpl()
1903 pFirstScanline, pMem, pPal, in createBitmapDeviceImpl()
[all …]

Completed in 67 milliseconds