Home
last modified time | relevance | path

Searched refs:GetTransparentType (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimage.cxx92 if( !aBmpEx.IsEmpty() && aBmpEx.GetTransparentType() == TRANSPARENT_NONE ) in Image()
103 if( !aBmpEx.IsEmpty() && aBmpEx.GetTransparentType() == TRANSPARENT_NONE ) in Image()
201 if( rBmpEx.GetTransparentType() == TRANSPARENT_NONE ) in ImplInit()
H A Doutdev2.cxx745 if( TRANSPARENT_NONE == rBitmapEx.GetTransparentType() ) in DrawBitmapEx()
766 if ( TRANSPARENT_NONE == rBitmapEx.GetTransparentType() ) in DrawBitmapEx()
787 if( TRANSPARENT_NONE == rBitmapEx.GetTransparentType() ) in DrawBitmapEx()
1043 …OSL_ENSURE(TRANSPARENT_NONE != rBitmapEx.GetTransparentType(), "ImplDrawBitmapEx not needed, no tr… in ImplDrawBitmapEx()
H A Dpdfwriter_impl.cxx9689 switch( rObject.m_aBitmap.GetTransparentType() ) in writeBitmapObject()
/trunk/main/vcl/unx/generic/app/
H A Dsoicon.cxx87 if( TRANSPARENT_BITMAP == aIcon.GetTransparentType() ) in SelectAppIconPixmap()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx1267 else if( aBmpEx.GetTransparentType() == TRANSPARENT_BITMAP ) in CreateCGImage()
1276 else if( aBmpEx.GetTransparentType() == TRANSPARENT_COLOR ) in CreateCGImage()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx96 TransparentType GetTransparentType() const { return eTransparent; } in GetTransparentType() function in BitmapEx
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx127 switch(maBitmapEx.GetTransparentType()) in impGetTransparence()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1631 else if(TRANSPARENT_BITMAP == aBitmapEx.GetTransparentType()) in DoAction()
1635 else if(TRANSPARENT_COLOR == aBitmapEx.GetTransparentType()) in DoAction()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx114 …mnID1 |= ( ( ( (sal_uLong) aBmpEx.GetTransparentType() << 8 ) | ( aBmpEx.IsAlpha() ? 1 : 0 ) ) & 0… in GraphicID()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1142 switch( aIcon.GetTransparentType() ) in SetIcon()

Completed in 120 milliseconds