Home
last modified time | relevance | path

Searched refs:getTCPixel (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx451 unsigned long PixmapHolder::getTCPixel( sal_uInt8 r, sal_uInt8 g, sal_uInt8 b ) const in getTCPixel() function in PixmapHolder
489 aPalette[i].pixel = getTCPixel( pData[42+i*4], pData[41+i*4], pData[40+i*4] ); in setBitmapDataPalette()
624 unsigned long nPixel = getTCPixel( pScanline[3*x+2], pScanline[3*x+1], pScanline[3*x] ); in setBitmapDataTC()
H A Dbmp.hxx68 unsigned long getTCPixel( sal_uInt8 r, sal_uInt8 g, sal_uInt8 b ) const;

Completed in 12 milliseconds