Lines Matching refs:nDstScanlineFormat
330 const sal_uLong nDstScanlineFormat = BMP_SCANLINE_FORMAT( nDstBitmapFormat ); in StretchAndConvert() local
331 switch( nDstScanlineFormat ) in StretchAndConvert()
378 if( ( nDstScanlineFormat == BMP_FORMAT_1BIT_MSB_PAL ) || in StretchAndConvert()
379 ( nDstScanlineFormat == BMP_FORMAT_1BIT_LSB_PAL ) || in StretchAndConvert()
380 ( nDstScanlineFormat == BMP_FORMAT_4BIT_MSN_PAL ) || in StretchAndConvert()
381 ( nDstScanlineFormat == BMP_FORMAT_4BIT_LSN_PAL ) || in StretchAndConvert()
382 ( nDstScanlineFormat == BMP_FORMAT_8BIT_PAL ) ) in StretchAndConvert()
387 else if( ( nDstScanlineFormat == BMP_FORMAT_8BIT_TC_MASK ) || in StretchAndConvert()
388 ( nDstScanlineFormat == BMP_FORMAT_16BIT_TC_MSB_MASK ) || in StretchAndConvert()
389 ( nDstScanlineFormat == BMP_FORMAT_16BIT_TC_LSB_MASK ) || in StretchAndConvert()
390 ( nDstScanlineFormat == BMP_FORMAT_24BIT_TC_MASK ) || in StretchAndConvert()
391 ( nDstScanlineFormat == BMP_FORMAT_32BIT_TC_MASK ) ) in StretchAndConvert()