Home
last modified time | relevance | path

Searched refs:bIsolated (Results 1 – 7 of 7) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.h114 int bIsolated);
H A Dcpdf_renderstatus.cpp2444 bool bIsolated = !!(Transparency & PDFTRANS_ISOLATED); in CompositeDIBitmap() local
2446 bool bBackAlphaRequired = blend_mode && bIsolated && !m_bDropObjects; in CompositeDIBitmap()
2452 if (bIsolated || !bGroup) { in CompositeDIBitmap()
2494 blend_mode > FXDIB_BLEND_NORMAL && bIsolated); in CompositeDIBitmap()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp82 bool bIsolated = !!(Transparency & PDFTRANS_ISOLATED); in CompositeDIBitmap() local
84 bool bBackAlphaRequired = blend_mode && bIsolated && !m_bDropObjects; in CompositeDIBitmap()
90 if (bIsolated || !bGroup) { in CompositeDIBitmap()
138 blend_mode > FXDIB_BLEND_NORMAL && bIsolated)); in CompositeDIBitmap()
H A Drender_int.h216 int bIsolated);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1286 bool bIsolated = transparency.IsIsolated(); in CompositeDIBitmap() local
1288 blend_mode != BlendMode::kNormal && bIsolated && !m_bDropObjects; in CompositeDIBitmap()
1294 if (bIsolated || !transparency.IsGroup()) { in CompositeDIBitmap()
1342 m_pCurObj.Get(), rect, blend_mode != BlendMode::kNormal && bIsolated, in CompositeDIBitmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1493 bool bIsolated = transparency.IsIsolated(); in CompositeDIBitmap() local
1495 blend_mode != BlendMode::kNormal && bIsolated && !m_bDropObjects; in CompositeDIBitmap()
1501 if (bIsolated || !transparency.IsGroup()) { in CompositeDIBitmap()
1549 m_pCurObj.Get(), rect, blend_mode != BlendMode::kNormal && bIsolated, in CompositeDIBitmap()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp747 bool bIsolated = !!(Transparency & PDFTRANS_ISOLATED); in CompositeDIBitmap() local
768 FX_BOOL bBackAlphaRequired = blend_mode && bIsolated; in CompositeDIBitmap()
774 if (bIsolated || !bGroup) { in CompositeDIBitmap()