HomeSort by relevance Sort by last modified time
    Searched refs:pSMaskDict (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 240 CPDF_Dictionary* pSMaskDict = pGeneralState ? (CPDF_Dictionary*)pGeneralState->m_pSoftMask : NULL;
241 if(pSMaskDict) return TRUE;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 758 CPDF_Dictionary* pSMaskDict = pGeneralState ? (CPDF_Dictionary*)pGeneralState->m_pSoftMask : NULL;
759 if (pSMaskDict) {
762 pSMaskDict = NULL;
806 if (pSMaskDict == NULL && group_alpha == 1.0f && blend_type == FXDIB_BLEND_NORMAL && !bTextClip && !bGroupTransparent) {
813 if (!((Transparency & PDFTRANS_ISOLATED) || pSMaskDict || bTextClip) && (rendCaps & FXRC_BLEND_MODE)) {
    [all...]
fpdf_render_image.cpp     [all...]
render_int.h 146 CFX_DIBitmap* LoadSMask(CPDF_Dictionary* pSMaskDict, FX_RECT* pClipRect, const CFX_AffineMatrix* pMatrix);

Completed in 61 milliseconds