Home
last modified time | relevance | path

Searched refs:m_bDropObjects (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp201 m_bDropObjects = FALSE; in CPDF_RenderStatus()
237 m_bDropObjects = bDropObjects; in Initialize()
492 …), buffer.GetMatrix(), NULL, NULL, NULL, &m_Options, m_Transparency, m_bDropObjects, pFormResource… in DrawObjWithBackground()
511 this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, TRUE); in ProcessForm()
875 … m_pStopObj, NULL, NULL, &m_Options, 0, m_bDropObjects, pFormResource, TRUE); in ProcessTransparency()
919 if (bBackAlphaRequired && !m_bDropObjects) { in GetBackdrop()
1104 m_bDropObjects = bDropObjects; in Start()
1163 … m_pOptions, pItem->m_pObjectList->m_Transparency, m_bDropObjects, NULL); in Continue()
Dfpdf_render_image.cpp93 FX_BOOL bBackAlphaRequired = blend_mode && bIsolated && !m_bDropObjects; in CompositeDIBitmap()
566 … NULL, NULL, &m_pRenderStatus->m_Options, 0, m_pRenderStatus->m_bDropObjects, NULL, TRUE); in DrawPatternImage()
583 NULL, NULL, NULL, 0, m_pRenderStatus->m_bDropObjects, NULL, TRUE); in DrawPatternImage()
656 NULL, NULL, NULL, 0, m_pRenderStatus->m_bDropObjects, NULL, TRUE); in DrawMaskedImage()
670 NULL, NULL, NULL, 0, m_pRenderStatus->m_bDropObjects, NULL, TRUE); in DrawMaskedImage()
1117 …&options, 0, m_bDropObjects, pFormResource, TRUE, NULL, 0, pCS ? pCS->GetFamily() : 0, bLuminosity… in LoadSMask()
Dfpdf_render_text.cpp440 … pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb); in ProcessType3Text()
457 … pType3Char->m_pForm->m_Transparency, m_bDropObjects, pFormResource, FALSE, pType3Char, fill_argb); in ProcessType3Text()
Drender_int.h171 FX_BOOL m_bDropObjects; variable
Dfpdf_render_pattern.cpp965 pPattern->m_pForm->m_Transparency, m_bDropObjects, pFormResource); in DrawTilingPattern()
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h188 FX_BOOL m_bDropObjects; variable