Searched refs:m_bDropObjects (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 201 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()
|
D | fpdf_render_image.cpp | 93 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()
|
D | fpdf_render_text.cpp | 440 … 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()
|
D | render_int.h | 171 FX_BOOL m_bDropObjects; variable
|
D | fpdf_render_pattern.cpp | 965 pPattern->m_pForm->m_Transparency, m_bDropObjects, pFormResource); in DrawTilingPattern()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 188 FX_BOOL m_bDropObjects; variable
|