Home
last modified time | relevance | path

Searched refs:m_pAcc (Results 1 – 9 of 9) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/egif/
H A Degif.cxx38 BitmapReadAccess* m_pAcc; member in GIFWriter
78 , m_pAcc(nullptr) in GIFWriter()
112 m_pAcc = nullptr; in WriteGIF()
263 m_pAcc = aAccBmp.AcquireReadAccess(); in CreateAccess()
265 if( !m_pAcc ) in CreateAccess()
275 Bitmap::ReleaseAccess( m_pAcc ); in DestroyAccess()
276 m_pAcc = nullptr; in DestroyAccess()
434 if( bStatus && m_pAcc->HasPalette() ) in WritePalette()
461 const long nWidth = m_pAcc->Width(); in WriteAccess()
462 const long nHeight = m_pAcc->Height(); in WriteAccess()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/egif/
H A Degif.cxx38 BitmapReadAccess* m_pAcc; member in __anondcfef9fc0111::GIFWriter
79 , m_pAcc(nullptr) in GIFWriter()
113 m_pAcc = nullptr; in WriteGIF()
264 m_pAcc = aAccBmp.AcquireReadAccess(); in CreateAccess()
266 if( !m_pAcc ) in CreateAccess()
276 Bitmap::ReleaseAccess( m_pAcc ); in DestroyAccess()
277 m_pAcc = nullptr; in DestroyAccess()
435 if( !(bStatus && m_pAcc->HasPalette()) ) in WritePalette()
462 const tools::Long nWidth = m_pAcc->Width(); in WriteAccess()
463 const tools::Long nHeight = m_pAcc->Height(); in WriteAccess()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_flateencoder.cpp22 : m_pAcc(pdfium::MakeRetain<CPDF_StreamAcc>(pStream)), m_dwSize(0) { in CPDF_FlateEncoder()
23 m_pAcc->LoadAllDataRaw(); in CPDF_FlateEncoder()
38 m_pData = m_pAcc->GetData(); in CPDF_FlateEncoder()
39 m_dwSize = m_pAcc->GetSize(); in CPDF_FlateEncoder()
47 ::FlateEncode(m_pAcc->GetSpan(), &buffer, &m_dwSize); in CPDF_FlateEncoder()
H A Dcpdf_flateencoder.h35 RetainPtr<CPDF_StreamAcc> m_pAcc;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/parser/
H A Dcpdf_flateencoder.cpp22 : m_pAcc(pdfium::MakeRetain<CPDF_StreamAcc>(pStream)), m_dwSize(0) { in CPDF_FlateEncoder()
23 m_pAcc->LoadAllDataRaw(); in CPDF_FlateEncoder()
38 m_pData = m_pAcc->GetData(); in CPDF_FlateEncoder()
39 m_dwSize = m_pAcc->GetSize(); in CPDF_FlateEncoder()
47 ::FlateEncode(m_pAcc->GetSpan(), &buffer, &m_dwSize); in CPDF_FlateEncoder()
H A Dcpdf_flateencoder.h37 RetainPtr<CPDF_StreamAcc> m_pAcc;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfindtextfield.hxx58 std::unique_ptr<svt::AcceleratorExecute> m_pAcc; member in FindTextFieldControl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx163 std::unique_ptr<svt::AcceleratorExecute> m_pAcc; member in __anon5040dfd00111::FindTextFieldControl
172 m_pAcc(svt::AcceleratorExecute::createAcceleratorHelper()) in FindTextFieldControl()
176 m_pAcc->init(m_xContext, m_xFrame); in FindTextFieldControl()
286 const OUString aCommand(m_pAcc->findCommand(awtKey)); in PreNotify()
288 bRet = m_pAcc->execute(awtKey); in PreNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx201 m_pAcc(svt::AcceleratorExecute::createAcceleratorHelper()) in FindTextFieldControl()
207 m_pAcc->init(m_xContext, m_xFrame); in FindTextFieldControl()
310 const OUString aCommand(m_pAcc->findCommand(awtKey)); in IMPL_LINK()
312 bRet = m_pAcc->execute(awtKey); in IMPL_LINK()