Home
last modified time | relevance | path

Searched refs:mpGfxLink (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dimpgraph.hxx66 GfxLink* mpGfxLink; member in ImpGraphic
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx161 mpGfxLink = new GfxLink( *rImpGraphic.mpGfxLink ); in ImpGraphic()
163 mpGfxLink = NULL; in ImpGraphic()
308 delete mpGfxLink; in operator =()
311 mpGfxLink = new GfxLink( *rImpGraphic.mpGfxLink ); in operator =()
313 mpGfxLink = NULL; in operator =()
406 if( mpGfxLink ) in ImplClearGraphics()
408 delete mpGfxLink; in ImplClearGraphics()
409 mpGfxLink = NULL; in ImplClearGraphics()
1645 return( mpGfxLink ? *mpGfxLink : GfxLink() ); in ImplGetLink()
1706 if( mpGfxLink && mpGfxLink->IsNative() ) in ImplExportNative()
[all …]

Completed in 11 milliseconds