Home
last modified time | relevance | path

Searched defs:pImpGraphic (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/graphic/
H A DManager.cxx108 sal_Int64 Manager::getGraphicSizeBytes(const ImpGraphic* pImpGraphic) in getGraphicSizeBytes()
124 void Manager::registerGraphic(const std::shared_ptr<ImpGraphic>& pImpGraphic, in registerGraphic()
156 void Manager::unregisterGraphic(ImpGraphic* pImpGraphic) in unregisterGraphic()
220 void Manager::swappedIn(const ImpGraphic* pImpGraphic) in swappedIn()
227 void Manager::swappedOut(const ImpGraphic* pImpGraphic) in swappedOut()
234 void Manager::changeExisting(const ImpGraphic* pImpGraphic, sal_Int64 nOldSizeBytes) in changeExisting()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DManager.cxx145 sal_Int64 Manager::getGraphicSizeBytes(const ImpGraphic* pImpGraphic) in getGraphicSizeBytes()
161 void Manager::registerGraphic(const std::shared_ptr<ImpGraphic>& pImpGraphic) in registerGraphic()
192 void Manager::unregisterGraphic(ImpGraphic* pImpGraphic) in unregisterGraphic()
258 void Manager::swappedIn(const ImpGraphic* pImpGraphic, sal_Int64 nSizeBytes) in swappedIn()
267 void Manager::swappedOut(const ImpGraphic* pImpGraphic, sal_Int64 nSizeBytes) in swappedOut()
276 void Manager::changeExisting(const ImpGraphic* pImpGraphic, sal_Int64 nOldSizeBytes) in changeExisting()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dimpgraph.cxx1498 ImpGraphic* pImpGraphic = aGraphic.ImplGetImpGraphic(); in swapIn() local