Searched refs:nTransIndex (Results 1 – 2 of 2) sorted by relevance
176 sal_uInt16 nTransIndex = 0xffff; in ImplWritePalette() local179 nTransIndex = mpAcc->GetBestPaletteIndex( BMP_COL_TRANS ); in ImplWritePalette()185 if ( nTransIndex != i ) in ImplWritePalette()
369 const sal_uLong nTransIndex = mpAccess->GetBestPaletteIndex( BMP_COL_TRANS ); in ImplWriteTransparent() local373 for ( sal_uLong n = 0UL; n <= nTransIndex; n++ ) in ImplWriteTransparent()374 ImplWriteChunk( ( nTransIndex == n ) ? (sal_uInt8) 0x0 : (sal_uInt8) 0xff ); in ImplWriteTransparent()
Completed in 22 milliseconds