Lines Matching refs:aLayout
335 const rendering::IntegerBitmapLayout aLayout( in bitmapExFromXBitmap() local
338 OSL_ENSURE(aLayout.ColorSpace.is(), in bitmapExFromXBitmap()
340 if( !aLayout.ColorSpace.is() ) in bitmapExFromXBitmap()
343 nDepth = aLayout.ColorSpace->getBitsPerPixel(); in bitmapExFromXBitmap()
349 aLayout.ColorSpace->getComponentTags() ); in bitmapExFromXBitmap()
351 aLayout.ColorSpace->getComponentBitCounts() ); in bitmapExFromXBitmap()
362 … nAlphaDepth = aLayout.ColorSpace->getComponentBitCounts()[nAlphaIndex] > 1 ? 8 : 1; in bitmapExFromXBitmap()
368 if( aLayout.Palette.is() ) in bitmapExFromXBitmap()
371 aLayout.Palette->getColorSpace()); in bitmapExFromXBitmap()
375 const sal_Int32 nEntryCount( aLayout.Palette->getNumberOfEntries() ); in bitmapExFromXBitmap()
389 uno::Reference<rendering::XBitmapPalette> xPalette( aLayout.Palette ); in bitmapExFromXBitmap()
422 aLayout.Palette.is() ? &aPalette : NULL ); in bitmapExFromXBitmap()
442 if( !readBmp(nWidth,nHeight,aLayout,xInputBitmap, in bitmapExFromXBitmap()