Lines Matching refs:mpGraphic
191 mpGraphic = new Graphic; in ImageProducer()
199 delete mpGraphic; in ~ImageProducer()
200 mpGraphic = NULL; in ~ImageProducer()
251 mpGraphic->Clear(); in SetImage()
273 mpGraphic->Clear(); in SetImage()
285 mpGraphic->Clear(); in setImage()
299 if( ( GRAPHIC_NONE == mpGraphic->GetType() ) || mpGraphic->GetContext() ) in NewDataAvailable()
312 if( mpStm || ( mpGraphic->GetType() != GRAPHIC_NONE ) ) in startProduction()
316 if( ( mpGraphic->GetType() == GRAPHIC_NONE ) || mpGraphic->GetContext() ) in startProduction()
318 if ( ImplImportGraphic( *mpGraphic ) && maDoneHdl.IsSet() ) in startProduction()
319 maDoneHdl.Call( mpGraphic ); in startProduction()
322 if( mpGraphic->GetType() != GRAPHIC_NONE ) in startProduction()
323 ImplUpdateData( *mpGraphic ); in startProduction()