/aoo41x/main/vcl/source/gdi/ |
H A D | bitmapex.cxx | 73 if( rBitmapEx.IsAlpha() ) in BitmapEx() 271 sal_Bool BitmapEx::IsAlpha() const in IsAlpha() function in BitmapEx 291 if( !IsAlpha() ) in GetBitmap() 336 if( IsAlpha() ) in GetMask() 348 if( IsAlpha() ) in GetAlpha() 608 if( pBmpExSrc->IsAlpha() ) in CopyPixel() 610 if( IsAlpha() ) in CopyPixel() 636 if( IsAlpha() ) in CopyPixel() 651 else if( IsAlpha() ) in CopyPixel() 918 if(IsAlpha()) in TransformBitmapEx() [all …]
|
H A D | impimage.cxx | 246 rBmpEx.IsAlpha() ? IMPSYSIMAGEITEM_ALPHA : ( rBmpEx.IsTransparent() ? IMPSYSIMAGEITEM_MASK : 0 ), in Create() 333 …mpInfoAry[ nPos ] |= ( rBmpEx.IsAlpha() ? IMPSYSIMAGEITEM_ALPHA : ( rBmpEx.IsTransparent() ? IMPSY… in Replace() 360 if( maBmpEx.IsAlpha() ) in GetBitmapEx() 524 if( aTmpBmpEx.IsAlpha() ) in Draw() 526 else if( aTmpBmpEx.IsAlpha() ) in Draw() 562 if( maBmpEx.IsAlpha() ) in ImplUpdateDisplayBmp()
|
H A D | pngwrite.cxx | 163 if ( mnBitsPerPixel <= 8 && rBmpEx.IsAlpha() ) in PNGWriterImpl() 194 if ( ( mbTrueAlpha = rBmpEx.IsAlpha() ) != sal_False ) in PNGWriterImpl()
|
H A D | outdev2.cxx | 856 if(rBitmapEx.IsAlpha()) in DrawTransformedBitmapEx() 1062 if( aBmpEx.IsAlpha() ) in ImplDrawBitmapEx() 1111 if( aBmpEx.IsAlpha() ) in ImplDrawBitmapEx() 1130 if(aBmpEx.IsAlpha()) in ImplDrawBitmapEx()
|
H A D | graph.cxx | 421 sal_Bool Graphic::IsAlpha() const in IsAlpha() function in Graphic
|
H A D | image.cxx | 591 if( aTempl.IsAlpha() ) in GetAsHorizontalStrip()
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellBorderUpdater.cxx | 54 if( aBmpEx.IsAlpha() ) in UpdateCellBorder() 114 if( aBmpEx.IsAlpha() ) in UpdateCellBorder()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbxcolorupdate.cxx | 96 if( aBmpEx.IsAlpha() ) in Update() 171 if( aBmpEx.IsAlpha() ) in Update()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 708 if( !rAttr.IsTransparent() && !aOutBmpEx.IsAlpha() ) in ImplCreateOutput() 1224 if( rBmpEx.IsAlpha() ) in ImplCreateScaled() 1561 if( rBmpEx.IsAlpha() ) in ImplCreateRotatedScaled() 1801 else if( !rBmpEx.IsAlpha() ) in ImplAdjust() 2277 if( GetGraphic().IsAlpha() ) in ImplDrawTiled() 2286 if( GetGraphic().IsAlpha() ) in ImplDrawTiled() 2431 if( rBmpEx.IsAlpha() ) in ImplTransformBitmap()
|
H A D | transformer.cxx | 102 if ( aBitmapEx.IsAlpha() ) in colorChange()
|
H A D | descriptor.cxx | 486 *pValues <<= static_cast< sal_Bool >( mpGraphic ? mpGraphic->IsAlpha() : mbAlpha ); in _getPropertyValues()
|
H A D | grfcache.cxx | 114 …mnID1 |= ( ( ( (sal_uLong) aBmpEx.GetTransparentType() << 8 ) | ( aBmpEx.IsAlpha() ? 1 : 0 ) ) & 0… in GraphicID()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | impltools.cxx | 268 if( rBitmap.IsAlpha() ) in transformBitmap() 296 if( rBitmap.IsAlpha() ) in transformBitmap()
|
/aoo41x/main/vcl/source/helper/ |
H A D | canvasbitmap.cxx | 127 m_aAlpha = m_aBmpEx.IsAlpha() ? m_aBmpEx.GetAlpha().GetBitmap() : m_aBmpEx.GetMask(); in VclCanvasBitmap() 401 m_aComponentBitCounts[m_aComponentBitCounts.getLength()-1] = m_aBmpEx.IsAlpha() ? 8 : 1; in VclCanvasBitmap() 1210 const sal_uInt8 nAlphaFactor( m_aBmpEx.IsAlpha() ? 1 : 255 ); in convertIntegerToARGB() 1265 const sal_uInt8 nAlphaFactor( m_aBmpEx.IsAlpha() ? 1 : 255 ); in convertIntegerToPARGB()
|
/aoo41x/main/framework/source/fwe/classes/ |
H A D | imagewrapper.cxx | 91 if ( aBmpEx.IsAlpha() ) in getMaskDIB()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | graph.hxx | 125 sal_Bool IsAlpha() const;
|
H A D | bitmapex.hxx | 103 sal_Bool IsAlpha() const;
|
/aoo41x/main/vcl/aqua/source/app/ |
H A D | salinst.cxx | 1256 if( ! (aBmpEx.IsAlpha() || aBmpEx.IsTransparent() ) ) in CreateCGImage() 1258 else if( aBmpEx.IsAlpha() ) in CreateCGImage()
|
/aoo41x/main/drawinglayer/source/texture/ |
H A D | texture3d.cxx | 92 if(maBitmapEx.IsAlpha()) in GeoTexSvxBitmapEx()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_vcltools.cxx | 186 if( rBmpEx.IsAlpha() ) in bitmapFromVCLBitmapEx()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 405 sal_Bool IsAlpha() const { return mbAlpha; } in IsAlpha() function in GraphicObject
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 1601 if(!aBitmapEx.IsAlpha() && !aBitmapEx.IsTransparent()) in DoAction() 1618 if(aBitmapEx.IsAlpha()) in DoAction()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 780 if( aBmpEx.IsAlpha() ) in getBitmapData() 866 if (bmpSource.IsAlpha() || bmpSource.IsTransparent()) in defineBitmap()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 415 if( !aBmpEx.IsTransparent() && !aBmpEx.IsAlpha() ) { in surfaceFromXBitmap() 431 if( aBmpEx.IsTransparent() || aBmpEx.IsAlpha() ) in surfaceFromXBitmap()
|
/aoo41x/main/vcl/test/ |
H A D | canvasbitmaptest.cxx | 986 test( aBmp.IsAlpha() == TRUE, in Paint()
|