Home
last modified time | relevance | path

Searched refs:maEx (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dimpgraph.cxx146 maEx ( rImpGraphic.maEx ), in ImpGraphic()
168 maEx = mpAnimation->GetBitmapEx(); in ImpGraphic()
179 maEx ( rBitmap ), in ImpGraphic()
196 maEx ( rBitmapEx ), in ImpGraphic()
230 maEx ( rAnimation.GetBitmapEx() ), in ImpGraphic()
289 maEx = mpAnimation->GetBitmapEx(); in operator =()
294 maEx = rImpGraphic.maEx; in operator =()
371 else if( !rImpGraphic.mpAnimation && ( rImpGraphic.maEx == maEx ) ) in operator ==()
396 maEx.Clear(); in ImplClearGraphics()
492 bRet = ( mpAnimation ? mpAnimation->IsTransparent() : maEx.IsTransparent() ); in ImplIsTransparent()
[all …]
/AOO41X/main/vcl/inc/
H A Dimpgraph.hxx61 BitmapEx maEx; member in ImpGraphic