HomeSort by relevance Sort by last modified time
    Searched defs:bIsolated (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 38 FX_BOOL bIsolated = Transparency & PDFTRANS_ISOLATED;
59 FX_BOOL bBackAlphaRequired = blend_mode && bIsolated && !m_bDropObjects;
65 if (bIsolated || !bGroup) {
112 blend_mode > FXDIB_BLEND_NORMAL && bIsolated));
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 671 FX_BOOL bIsolated = Transparency & PDFTRANS_ISOLATED;
692 FX_BOOL bBackAlphaRequired = blend_mode && bIsolated;
698 if (bIsolated || !bGroup) {
    [all...]

Completed in 50 milliseconds