Home
last modified time | relevance | path

Searched defs:pPageInfo (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_Context.cpp322 auto pPageInfo = pdfium::MakeUnique<JBig2PageInfo>(); in ProcessingParseSegmentData() local
800 const auto& pPageInfo = m_PageInfoList.back(); in ParseTextRegion() local
918 const auto& pPageInfo = m_PageInfoList.back(); in ParseHalftoneRegion() local
985 const auto& pPageInfo = m_PageInfoList.back(); in ParseGenericRegion() local
1019 JBig2PageInfo* pPageInfo = m_PageInfoList.back().get(); in ParseGenericRegion() local
1093 JBig2PageInfo* pPageInfo = m_PageInfoList.back().get(); in ParseGenericRefinementRegion() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_Context.cpp322 auto pPageInfo = std::make_unique<JBig2PageInfo>(); in ProcessingParseSegmentData() local
798 const auto& pPageInfo = m_PageInfoList.back(); in ParseTextRegion() local
914 const auto& pPageInfo = m_PageInfoList.back(); in ParseHalftoneRegion() local
980 const auto& pPageInfo = m_PageInfoList.back(); in ParseGenericRegion() local
1014 JBig2PageInfo* pPageInfo = m_PageInfoList.back().get(); in ParseGenericRegion() local
1088 JBig2PageInfo* pPageInfo = m_PageInfoList.back().get(); in ParseGenericRefinementRegion() local
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/jbig2/
H A DJBig2_Context.cpp367 std::unique_ptr<JBig2PageInfo> pPageInfo(new JBig2PageInfo); in ProcessingParseSegmentData() local
924 const auto& pPageInfo = m_PageInfoList.back(); in parseTextRegion() local
1042 const auto& pPageInfo = m_PageInfoList.back(); in parseHalftoneRegion() local
1109 const auto& pPageInfo = m_PageInfoList.back(); in parseGenericRegion() local
1143 JBig2PageInfo* pPageInfo = m_PageInfoList.back().get(); in parseGenericRegion() local
1216 JBig2PageInfo* pPageInfo = m_PageInfoList.back().get(); in parseGenericRefinementRegion() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/jbig2/
H A DJBig2_Context.cpp383 std::unique_ptr<JBig2PageInfo> pPageInfo(new JBig2PageInfo); in ProcessingParseSegmentData() local
940 JBig2PageInfo* pPageInfo = m_PageInfoList.back(); in parseTextRegion() local
1058 JBig2PageInfo* pPageInfo = m_PageInfoList.back(); in parseHalftoneRegion() local
1124 JBig2PageInfo* pPageInfo = m_PageInfoList.back(); in parseGenericRegion() local
1159 JBig2PageInfo* pPageInfo = m_PageInfoList.back(); in parseGenericRegion() local
1232 JBig2PageInfo* pPageInfo = m_PageInfoList.back(); in parseGenericRefinementRegion() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Dtreeopt.cxx531 …OptionsPageInfo *pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xEntry).toInt64()… in ~OfaTreeOptionsDialog() local
583 OptionsPageInfo* pPageInfo = new OptionsPageInfo( nId ); in AddTabPage() local
622 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xCurrentPageEntry… in ResetCurrentPageFromConfig() local
648 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xEntry).toInt64()… in ApplyOptions() local
678 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xCurrentPageEntry… in IMPL_LINK_NOARG() local
697 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xCurrentPageEntry… in IMPL_LINK() local
851 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xTemp).toInt64()); in ActivateLastSelection() local
952 …OptionsPageInfo *pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xEntry).toInt64()… in SelectHdl_Impl() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Dtreeopt.cxx533 …OptionsPageInfo *pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xEntry).toInt64()… in ~OfaTreeOptionsDialog() local
585 OptionsPageInfo* pPageInfo = new OptionsPageInfo( nId ); in AddTabPage() local
623 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xCurrentPageEntry… in IMPL_LINK_NOARG() local
645 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xEntry).toInt64()… in ApplyOptions() local
691 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xCurrentPageEntry… in IMPL_LINK_NOARG() local
706 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xCurrentPageEntry… in IMPL_LINK_NOARG() local
823 …OptionsPageInfo* pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xTemp).toInt64()); in ActivateLastSelection() local
911 …OptionsPageInfo *pPageInfo = reinterpret_cast<OptionsPageInfo*>(xTreeLB->get_id(*xEntry).toInt64()… in SelectHdl_Impl() local
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dpage.c2160 void GetPageInfo(pPageInfo) in GetPageInfo() argument