Home
last modified time | relevance | path

Searched refs:pDIBitmap (Results 1 – 25 of 58) sorted by relevance

123

/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_tiff.cpp27 bool Decode(CFX_DIBitmap* pDIBitmap);
37 bool Decode1bppRGB(CFX_DIBitmap* pDIBitmap,
42 bool Decode8bppRGB(CFX_DIBitmap* pDIBitmap,
260 switch (pDIBitmap->GetBPP()) { in IsSupport()
311 !IsSupport(pDIBitmap)) { in Decode1bppRGB()
314 SetPalette(pDIBitmap, bps); in Decode1bppRGB()
339 !IsSupport(pDIBitmap)) { in Decode8bppRGB()
342 SetPalette(pDIBitmap, bps); in Decode8bppRGB()
374 if (pDIBitmap->GetBPP() != 24 || !IsSupport(pDIBitmap)) in Decode24bppRGB()
407 if (pDIBitmap->GetBPP() == 32) { in Decode()
[all …]
H A Dfx_codec_progress.cpp416 if (!pDIBitmap) { in PngAskScanlineBufFunc()
563 ASSERT(pDIBitmap); in PngFillScanlineBufCompletedFunc()
736 ASSERT(pDIBitmap); in GifReadScanlineCallback()
738 if (!pDIBitmap->HasAlpha()) { in GifReadScanlineCallback()
930 ASSERT(pDIBitmap); in BmpReadScanlineCallback()
1887 if (!pDIBitmap || pDIBitmap->GetBPP() < 8 || frames < 0 || in StartDecode()
1902 FX_RECT(0, 0, pDIBitmap->GetWidth(), pDIBitmap->GetHeight())); in StartDecode()
2249 delete pDIBitmap; in ContinueDecode()
2257 delete pDIBitmap; in ContinueDecode()
2266 ? pDIBitmap in ContinueDecode()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/win32/
H A Dfx_win32_dib.cpp139 delete pDIBitmap; in LoadFromFile()
147 delete pDIBitmap; in LoadFromFile()
148 pDIBitmap = nullptr; in LoadFromFile()
151 return pDIBitmap; in LoadFromFile()
177 delete pDIBitmap; in LoadDIBitmap()
185 delete pDIBitmap; in LoadDIBitmap()
189 return pDIBitmap; in LoadDIBitmap()
225 delete pDIBitmap; in LoadFromDDB()
245 delete pDIBitmap; in LoadFromDDB()
265 delete pDIBitmap; in LoadFromDDB()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dccodec_tiffmodule.cpp34 bool Decode(CFX_DIBitmap* pDIBitmap);
43 bool Decode1bppRGB(CFX_DIBitmap* pDIBitmap,
48 bool Decode8bppRGB(CFX_DIBitmap* pDIBitmap,
300 switch (pDIBitmap->GetBPP()) { in IsSupport()
351 !IsSupport(pDIBitmap)) { in Decode1bppRGB()
354 SetPalette(pDIBitmap, bps); in Decode1bppRGB()
379 !IsSupport(pDIBitmap)) { in Decode8bppRGB()
382 SetPalette(pDIBitmap, bps); in Decode8bppRGB()
414 if (pDIBitmap->GetBPP() != 24 || !IsSupport(pDIBitmap)) in Decode24bppRGB()
447 if (pDIBitmap->GetBPP() == 32) { in Decode()
[all …]
H A Dfx_codec_progress.cpp412 if (!pDIBitmap) { in PngAskScanlineBuf()
554 ASSERT(pDIBitmap); in PngFillScanlineBufCompleted()
716 ASSERT(pDIBitmap); in GifReadScanline()
718 if (!pDIBitmap->HasAlpha()) { in GifReadScanline()
903 ASSERT(pDIBitmap); in BmpReadScanline()
1848 if (!pDIBitmap || pDIBitmap->GetBPP() < 8 || frames < 0 || in StartDecode()
1863 FX_RECT(0, 0, pDIBitmap->GetWidth(), pDIBitmap->GetHeight())); in StartDecode()
2225 delete pDIBitmap; in ContinueDecode()
2233 delete pDIBitmap; in ContinueDecode()
2242 ? pDIBitmap in ContinueDecode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/tiff/
H A Dtiffmodule.cpp303 switch (pDIBitmap->GetBPP()) { in IsSupport()
357 !IsSupport(pDIBitmap)) { in Decode1bppRGB()
360 SetPalette(pDIBitmap, bps); in Decode1bppRGB()
368 uint32_t pitch = pDIBitmap->GetPitch(); in Decode1bppRGB()
385 !IsSupport(pDIBitmap)) { in Decode8bppRGB()
388 SetPalette(pDIBitmap, bps); in Decode8bppRGB()
396 uint32_t pitch = pDIBitmap->GetPitch(); in Decode8bppRGB()
420 if (pDIBitmap->GetBPP() != 24 || !IsSupport(pDIBitmap)) in Decode24bppRGB()
430 uint32_t pitch = pDIBitmap->GetPitch(); in Decode24bppRGB()
453 if (pDIBitmap->GetBPP() == 32) { in Decode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/tiff/
H A Dtiff_decoder.cpp303 switch (pDIBitmap->GetBPP()) { in IsSupport()
357 !IsSupport(pDIBitmap)) { in Decode1bppRGB()
360 SetPalette(pDIBitmap, bps); in Decode1bppRGB()
368 uint32_t pitch = pDIBitmap->GetPitch(); in Decode1bppRGB()
385 !IsSupport(pDIBitmap)) { in Decode8bppRGB()
388 SetPalette(pDIBitmap, bps); in Decode8bppRGB()
396 uint32_t pitch = pDIBitmap->GetPitch(); in Decode8bppRGB()
420 if (pDIBitmap->GetBPP() != 24 || !IsSupport(pDIBitmap)) in Decode24bppRGB()
430 uint32_t pitch = pDIBitmap->GetPitch(); in Decode24bppRGB()
453 if (pDIBitmap->GetBPP() == 32) { in Decode()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/win32/
H A Dfx_win32_dib.cpp136 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap; in LoadFromFile() local
138 delete pDIBitmap; in LoadFromFile()
142 CFX_ByteString info = GetBitmapInfo(pDIBitmap); in LoadFromFile()
146 delete pDIBitmap; in LoadFromFile()
147 pDIBitmap = nullptr; in LoadFromFile()
150 return pDIBitmap; in LoadFromFile()
174 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap; in LoadDIBitmap() local
176 delete pDIBitmap; in LoadDIBitmap()
184 delete pDIBitmap; in LoadDIBitmap()
185 pDIBitmap = nullptr; in LoadDIBitmap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_imagerenderer.cpp118 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in CompositeDIBitmap() argument
121 if (!pDIBitmap) in CompositeDIBitmap()
124 if (!pDIBitmap->IsMask()) { in CompositeDIBitmap()
125 if (m_pDevice->SetDIBits(pDIBitmap, left, top)) in CompositeDIBitmap()
127 } else if (m_pDevice->SetBitMask(pDIBitmap, left, top, 0)) { in CompositeDIBitmap()
135 if (pDIBitmap->IsMask()) in CompositeDIBitmap()
138 m_pDevice->SetDIBitsWithBlend(pDIBitmap, left, top, BlendMode::kNormal); in CompositeDIBitmap()
141 if (!pDIBitmap->HasAlpha() || in CompositeDIBitmap()
147 pDIBitmap->CloneConvert(FXDIB_Format::kRgb); in CompositeDIBitmap()
H A Dcxfa_ffimage.cpp49 RetainPtr<CFX_DIBitmap> pDIBitmap = GetNode()->GetImageImage(); in RenderWidget() local
50 if (!pDIBitmap) in RenderWidget()
68 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, image->GetAspect(), in RenderWidget()
H A Dcxfa_ffimageedit.cpp72 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pNode->GetImageEditImage(); in RenderWidget() local
73 if (!pDIBitmap) in RenderWidget()
93 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, iAspect, in RenderWidget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_imagerenderer.cpp119 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in CompositeDIBitmap() argument
122 if (!pDIBitmap) in CompositeDIBitmap()
125 if (!pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
126 if (m_pDevice->SetDIBits(pDIBitmap, left, top)) in CompositeDIBitmap()
128 } else if (m_pDevice->SetBitMask(pDIBitmap, left, top, 0)) { in CompositeDIBitmap()
136 if (pDIBitmap->IsAlphaMask()) in CompositeDIBitmap()
139 m_pDevice->SetDIBitsWithBlend(pDIBitmap, left, top, BlendMode::kNormal); in CompositeDIBitmap()
142 if (!pDIBitmap->HasAlpha() || in CompositeDIBitmap()
147 RetainPtr<CFX_DIBitmap> pCloneConvert = pDIBitmap->CloneConvert(FXDIB_Rgb); in CompositeDIBitmap()
H A Dcxfa_ffimage.cpp49 RetainPtr<CFX_DIBitmap> pDIBitmap = GetNode()->GetImageImage(); in RenderWidget() local
50 if (!pDIBitmap) in RenderWidget()
68 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, image->GetAspect(), in RenderWidget()
H A Dcxfa_ffimageedit.cpp68 RetainPtr<CFX_DIBitmap> pDIBitmap = m_pNode->GetImageEditImage(); in RenderWidget() local
69 if (!pDIBitmap) in RenderWidget()
89 XFA_DrawImage(pGS, rtImage, mtRotate, pDIBitmap, iAspect, in RenderWidget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_dib.cpp140 auto pDIBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in LoadFromFile() local
141 if (!pDIBitmap->Create(width, height, FXDIB_Rgb)) { in LoadFromFile()
145 ByteString info = GetBitmapInfo(pDIBitmap); in LoadFromFile()
146 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadFromFile()
151 return pDIBitmap; in LoadFromFile()
175 auto pDIBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in LoadDIBitmap() local
176 if (!pDIBitmap->Create(width, height, FXDIB_Rgb)) { in LoadDIBitmap()
180 ByteString info = GetBitmapInfo(pDIBitmap); in LoadDIBitmap()
181 int ret = GetDIBits(hDC, hBitmap, 0, height, pDIBitmap->GetBuffer(), in LoadDIBitmap()
186 return pDIBitmap; in LoadDIBitmap()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp49 if (!pDIBitmap) { in CompositeDIBitmap()
53 if (!pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
57 CFX_Matrix m(pDIBitmap->GetWidth(), 0, 0, -pDIBitmap->GetHeight(), left, in CompositeDIBitmap()
91 if (pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
109 if (!pDIBitmap->IsAlphaMask()) in CompositeDIBitmap()
116 pClone = pDIBitmap; in CompositeDIBitmap()
121 if (pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
135 top + pDIBitmap->GetHeight()); in CompositeDIBitmap()
142 if (!pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
144 pDIBitmap->GetWidth(), pDIBitmap->GetHeight(), in CompositeDIBitmap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/
H A Dprogressive_decoder.cpp312 if (!pDIBitmap) { in PngAskScanlineBuf()
340 if (pDIBitmap->HasPalette()) in PngAskScanlineBuf()
385 ASSERT(pDIBitmap); in PngFillScanlineBufCompleted()
508 ASSERT(pDIBitmap); in GifReadScanline()
510 if (!pDIBitmap->HasAlpha()) { in GifReadScanline()
578 ASSERT(pDIBitmap); in BmpReadScanline()
1344 if (!pDIBitmap->GetBuffer()) { in TiffContinueDecode()
1360 ? pDIBitmap in TiffContinueDecode()
2153 if (!pDIBitmap || pDIBitmap->GetBPP() < 8 || m_FrameNumber == 0) in StartDecode()
2156 m_pDeviceBitmap = pDIBitmap; in StartDecode()
[all …]
H A Dprogressive_decoder.h83 FXCODEC_STATUS StartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap,
175 FXCODEC_STATUS BmpStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
182 FXCODEC_STATUS GifStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
195 FXCODEC_STATUS PngStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
206 FXCODEC_STATUS JpegStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/
H A Dprogressivedecoder.cpp303 if (!pDIBitmap) { in PngAskScanlineBuf()
324 switch (pDIBitmap->GetFormat()) { in PngAskScanlineBuf()
376 ASSERT(pDIBitmap); in PngFillScanlineBufCompleted()
500 ASSERT(pDIBitmap); in GifReadScanline()
502 if (!pDIBitmap->HasAlpha()) { in GifReadScanline()
571 ASSERT(pDIBitmap); in BmpReadScanline()
1399 if (!pDIBitmap->GetBuffer()) { in TiffContinueDecode()
1415 ? pDIBitmap in TiffContinueDecode()
2212 if (!pDIBitmap || pDIBitmap->GetBPP() < 8 || m_FrameNumber == 0) in StartDecode()
2215 m_pDeviceBitmap = pDIBitmap; in StartDecode()
[all …]
H A Dprogressivedecoder.h88 FXCODEC_STATUS StartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap,
187 FXCODEC_STATUS BmpStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
194 FXCODEC_STATUS GifStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
207 FXCODEC_STATUS PngStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
218 FXCODEC_STATUS JpegStartDecode(const RetainPtr<CFX_DIBitmap>& pDIBitmap);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxbarcode/
H A DBC_Writer.cpp53 CFX_DIBitmap* pDIBitmap = new CFX_DIBitmap; in CreateDIBitmap() local
54 pDIBitmap->Create(width, height, m_colorSpace); in CreateDIBitmap()
55 return pDIBitmap; in CreateDIBitmap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1245 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in CompositeDIBitmap() argument
1252 if (!pDIBitmap) in CompositeDIBitmap()
1256 if (!pDIBitmap->IsMask()) { in CompositeDIBitmap()
1261 pDIBitmap->GetWidth(), pDIBitmap->GetHeight(), left, top); in CompositeDIBitmap()
1295 if (!pDIBitmap->IsMask()) in CompositeDIBitmap()
1315 if (pDIBitmap->IsMask()) { in CompositeDIBitmap()
1325 pClone = pDIBitmap; in CompositeDIBitmap()
1330 if (!pDIBitmap->IsMask()) { in CompositeDIBitmap()
1347 if (pDIBitmap->IsMask()) { in CompositeDIBitmap()
1349 pDIBitmap->GetWidth(), pDIBitmap->GetHeight(), in CompositeDIBitmap()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1452 const RetainPtr<CFX_DIBitmap>& pDIBitmap, in CompositeDIBitmap() argument
1459 if (!pDIBitmap) in CompositeDIBitmap()
1463 if (!pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
1468 pDIBitmap->GetWidth(), pDIBitmap->GetHeight(), left, top); in CompositeDIBitmap()
1502 if (!pDIBitmap->IsAlphaMask()) in CompositeDIBitmap()
1522 if (pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
1532 pClone = pDIBitmap; in CompositeDIBitmap()
1537 if (!pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
1554 if (pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
1556 pDIBitmap->GetWidth(), pDIBitmap->GetHeight(), in CompositeDIBitmap()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp578 void CompositeDIBitmap(CFX_DIBitmap* pDIBitmap,
744 if (!pDIBitmap) { in CompositeDIBitmap()
750 if (!pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
752 pDIBitmap->MultiplyAlpha(bitmap_alpha); in CompositeDIBitmap()
775 if (pDIBitmap->IsAlphaMask()) { in CompositeDIBitmap()
793 if (!pDIBitmap->IsAlphaMask()) in CompositeDIBitmap()
800 pClone = pDIBitmap; in CompositeDIBitmap()
805 if (pDIBitmap->IsAlphaMask()) in CompositeDIBitmap()
816 if (pDIBitmap->HasAlpha() && in CompositeDIBitmap()
835 CFX_DIBitmap* pDIBitmap, in XFA_DrawImage() argument
[all …]
H A Dxfa_ffimage.cpp45 if (CFX_DIBitmap* pDIBitmap = GetDataAcc()->GetImageImage()) { in RenderWidget() local
63 XFA_DrawImage(pGS, rtImage, &mtRotate, pDIBitmap, iAspect, iImageXDpi, in RenderWidget()

123