Home
last modified time | relevance | path

Searched refs:m_pScanline (Results 1 – 14 of 14) sorted by relevance

/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec.cpp123 uint8_t* m_pScanline; member in CCodec_RLScanlineDecoder
132 : m_pScanline(nullptr), in CCodec_RLScanlineDecoder()
140 FX_Free(m_pScanline); in ~CCodec_RLScanlineDecoder()
196 m_pScanline = FX_Alloc(uint8_t, m_Pitch); in Create()
200 FXSYS_memset(m_pScanline, 0, m_Pitch); in v_Rewind()
214 FXSYS_memset(m_pScanline, 0, m_Pitch); in v_GetNextLine()
228 FXSYS_memcpy(m_pScanline + col_pos, m_pSrcBuf + m_SrcOffset, copy_len); in v_GetNextLine()
241 FXSYS_memset(m_pScanline + col_pos, fill, duplicate_len); in v_GetNextLine()
249 return m_pScanline; in v_GetNextLine()
H A Dfx_codec_flate.cpp637 uint8_t* m_pScanline; member in CCodec_FlateScanlineDecoder
651 m_pScanline = nullptr; in CCodec_FlateScanlineDecoder()
658 FX_Free(m_pScanline); in ~CCodec_FlateScanlineDecoder()
683 m_pScanline = FX_Alloc(uint8_t, m_Pitch); in Create()
727 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, in v_GetNextLine()
729 FXSYS_memcpy(m_pLastLine, m_pScanline, m_PredictPitch); in v_GetNextLine()
731 FPDFAPI_FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine()
732 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine()
740 FXSYS_memcpy(m_pScanline, in v_GetNextLine()
766 FPDFAPI_FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec.cpp286 uint8_t* m_pScanline; member in CCodec_RLScanlineDecoder
295 : m_pScanline(nullptr), in CCodec_RLScanlineDecoder()
303 FX_Free(m_pScanline); in ~CCodec_RLScanlineDecoder()
359 m_pScanline = FX_Alloc(uint8_t, m_Pitch); in Create()
363 FXSYS_memset(m_pScanline, 0, m_Pitch); in v_Rewind()
377 FXSYS_memset(m_pScanline, 0, m_Pitch); in v_GetNextLine()
391 FXSYS_memcpy(m_pScanline + col_pos, m_pSrcBuf + m_SrcOffset, copy_len); in v_GetNextLine()
404 FXSYS_memset(m_pScanline + col_pos, fill, duplicate_len); in v_GetNextLine()
412 return m_pScanline; in v_GetNextLine()
H A Dfx_codec_flate.cpp637 uint8_t* m_pScanline; member in CCodec_FlateScanlineDecoder
651 m_pScanline = nullptr; in CCodec_FlateScanlineDecoder()
658 FX_Free(m_pScanline); in ~CCodec_FlateScanlineDecoder()
683 m_pScanline = FX_Alloc(uint8_t, m_Pitch); in Create()
727 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, in v_GetNextLine()
729 FXSYS_memcpy(m_pLastLine, m_pScanline, m_PredictPitch); in v_GetNextLine()
731 FPDFAPI_FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine()
732 TIFF_PredictLine(m_pScanline, m_PredictPitch, m_bpc, m_nComps, in v_GetNextLine()
740 FXSYS_memcpy(m_pScanline, in v_GetNextLine()
766 FPDFAPI_FlateOutput(m_pFlate, m_pScanline, m_Pitch); in v_GetNextLine()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/basic/
H A Dbasicmodule.cpp38 std::unique_ptr<uint8_t, FxFreeDeleter> m_pScanline; member in fxcodec::__anon3a29ffff0111::RLScanlineDecoder
103 m_pScanline.reset(FX_Alloc(uint8_t, m_Pitch)); in Create()
108 memset(m_pScanline.get(), 0, m_Pitch); in v_Rewind()
121 memset(m_pScanline.get(), 0, m_Pitch); in v_GetNextLine()
136 memcpy(m_pScanline.get() + col_pos, copy_span.data(), copy_span.size()); in v_GetNextLine()
149 memset(m_pScanline.get() + col_pos, fill, duplicate_len); in v_GetNextLine()
157 return m_pScanline.get(); in v_GetNextLine()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/basic/
H A Dbasicmodule.cpp39 std::unique_ptr<uint8_t, FxFreeDeleter> m_pScanline; member in fxcodec::__anon26ba88ba0111::RLScanlineDecoder
104 m_pScanline.reset(FX_Alloc(uint8_t, m_Pitch)); in Create()
109 memset(m_pScanline.get(), 0, m_Pitch); in v_Rewind()
122 memset(m_pScanline.get(), 0, m_Pitch); in v_GetNextLine()
137 memcpy(m_pScanline.get() + col_pos, copy_span.data(), copy_span.size()); in v_GetNextLine()
150 memset(m_pScanline.get() + col_pos, fill, duplicate_len); in v_GetNextLine()
158 return m_pScanline.get(); in v_GetNextLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp610 std::unique_ptr<uint8_t, FxFreeDeleter> const m_pScanline; member in fxcodec::__anondeb8e6930111::FlateScanlineDecoder
626 m_pScanline(FX_Alloc(uint8_t, m_Pitch)) {} in FlateScanlineDecoder()
640 FlateOutput(m_pFlate.get(), m_pScanline.get(), m_Pitch); in v_GetNextLine()
641 return m_pScanline.get(); in v_GetNextLine()
723 return m_pScanline.get(); in v_GetNextLine()
730 PNG_PredictLine(m_pScanline.get(), m_PredictRaw.data(), m_LastLine.data(), in GetNextLineWithPredictedPitch()
732 memcpy(m_LastLine.data(), m_pScanline.get(), m_PredictPitch); in GetNextLineWithPredictedPitch()
735 FlateOutput(m_pFlate.get(), m_pScanline.get(), m_Pitch); in GetNextLineWithPredictedPitch()
736 TIFF_PredictLine(m_pScanline.get(), m_PredictPitch, m_bpc, m_nComps, in GetNextLineWithPredictedPitch()
749 memcpy(m_pScanline.get(), &m_PredictBuffer[m_PredictPitch - m_LeftOver], in GetNextLineWithoutPredictedPitch()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/flate/
H A Dflatemodule.cpp610 std::unique_ptr<uint8_t, FxFreeDeleter> const m_pScanline; member in fxcodec::__anoncb496f4e0111::FlateScanlineDecoder
626 m_pScanline(FX_Alloc(uint8_t, m_Pitch)) {} in FlateScanlineDecoder()
640 FlateOutput(m_pFlate.get(), m_pScanline.get(), m_Pitch); in v_GetNextLine()
641 return m_pScanline.get(); in v_GetNextLine()
723 return m_pScanline.get(); in v_GetNextLine()
730 PNG_PredictLine(m_pScanline.get(), m_PredictRaw.data(), m_LastLine.data(), in GetNextLineWithPredictedPitch()
732 memcpy(m_LastLine.data(), m_pScanline.get(), m_PredictPitch); in GetNextLineWithPredictedPitch()
735 FlateOutput(m_pFlate.get(), m_pScanline.get(), m_Pitch); in GetNextLineWithPredictedPitch()
736 TIFF_PredictLine(m_pScanline.get(), m_PredictPitch, m_bpc, m_nComps, in GetNextLineWithPredictedPitch()
749 memcpy(m_pScanline.get(), &m_PredictBuffer[m_PredictPitch - m_LeftOver], in GetNextLineWithoutPredictedPitch()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcfx_imagestretcher.h45 std::unique_ptr<uint8_t, FxFreeDeleter> m_pScanline; variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp962 m_pScanline.reset(FX_Alloc(uint8_t, (size / 8 + 3) / 4 * 4)); in StartQuickStretch()
974 if (!m_pScanline) in ContinueQuickStretch()
996 m_pSource->DownSampleScanline(src_y, m_pScanline.get(), m_DestBPP, in ContinueQuickStretch()
1004 m_pDest->ComposeScanline(dest_y, m_pScanline.get(), m_pMaskScanline.get()); in ContinueQuickStretch()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp884 m_pScanline.reset(FX_Alloc(uint8_t, (size / 8 + 3) / 4 * 4)); in StartQuickStretch()
896 if (!m_pScanline) in ContinueQuickStretch()
918 m_pSource->DownSampleScanline(src_y, m_pScanline.get(), m_DestBPP, in ContinueQuickStretch()
926 m_pDest->ComposeScanline(dest_y, m_pScanline.get(), m_pMaskScanline.get()); in ContinueQuickStretch()
H A Dfx_dib_main.cpp1462 m_pScanline = nullptr; in CFX_FilteredDIB()
1469 FX_Free(m_pScanline); in ~CFX_FilteredDIB()
1481 m_pScanline = FX_Alloc(uint8_t, m_Pitch); in LoadSrc()
1484 TranslateScanline(m_pScanline, m_pSrc->GetScanline(line)); in GetScanline()
1485 return m_pScanline; in GetScanline()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/include/
H A Dfx_dib.h425 uint8_t* m_pScanline; variable
601 std::unique_ptr<uint8_t, FxFreeDeleter> m_pScanline; variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/
H A Dfx_dib.h620 std::unique_ptr<uint8_t, FxFreeDeleter> m_pScanline; variable