Searched refs:mpImpGraphic (Results 1 – 2 of 2) sorted by relevance
212 mpImpGraphic = new ImpGraphic; in Graphic()221 mpImpGraphic = new ImpGraphic( *rGraphic.mpImpGraphic ); in Graphic()224 mpImpGraphic = rGraphic.mpImpGraphic; in Graphic()225 mpImpGraphic->mnRefCount++; in Graphic()233 mpImpGraphic = new ImpGraphic( rBmp ); in Graphic()240 mpImpGraphic = new ImpGraphic( rBmpEx ); in Graphic()247 mpImpGraphic = new ImpGraphic(rSvgDataPtr); in Graphic()254 mpImpGraphic = new ImpGraphic( rAnimation ); in Graphic()261 mpImpGraphic = new ImpGraphic( rMtf ); in Graphic()277 mpImpGraphic = new ImpGraphic( *pGraphic->mpImpGraphic ); in Graphic()[all …]
88 ImpGraphic* mpImpGraphic; member in Graphic95 SAL_DLLPRIVATE ImpGraphic* ImplGetImpGraphic() const { return mpImpGraphic; } in ImplGetImpGraphic()