Lines Matching refs:mpGraphic
43 mpGraphic( NULL ) in Graphic()
52 delete mpGraphic; in ~Graphic()
60 delete mpGraphic; in init()
61 mpGraphic = new ::Graphic( rGraphic ); in init()
62 ::unographic::GraphicDescriptor::init( *mpGraphic ); in init()
221 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getType()
222 …cRet = ( ( mpGraphic->GetType() == GRAPHIC_BITMAP ) ? graphic::GraphicType::PIXEL : graphic::Graph… in getType()
236 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getSize()
237 aVclSize = mpGraphic->GetSizePixel(); in getSize()
248 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getDIB()
252 WriteDIB(mpGraphic->GetBitmapEx().GetBitmap(), aMem, false, true); in getDIB()
267 if( mpGraphic && ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in getMaskDIB()
271 WriteDIB(mpGraphic->GetBitmapEx().GetMask(), aMem, false, true); in getMaskDIB()
293 reinterpret_cast< sal_Int64 >( mpGraphic ) : in getSomething()