Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp972 pItem->m_pObjectList = pObjs; in AppendObjectList()
996 pItem->m_pObjectList->m_Transparency, FALSE, NULL); in Render()
997 status.RenderObjectList(pItem->m_pObjectList, &FinalMatrix); in Render()
1008 pItem->m_pObjectList->m_Transparency, FALSE, NULL); in Render()
1009 status.RenderObjectList(pItem->m_pObjectList, &pItem->m_Matrix); in Render()
1078 FX_POSITION LastPos = pItem->m_pObjectList->GetLastObjectPosition(); in Continue()
1081 if (!pItem->m_pObjectList->IsParsed()) { in Continue()
1082 pItem->m_pObjectList->ContinueParse(pPause); in Continue()
1083 if (!pItem->m_pObjectList->IsParsed()) { in Continue()
1086 LastPos = pItem->m_pObjectList->GetLastObjectPosition(); in Continue()
[all …]
Drender_int.h79 CPDF_PageObjects* m_pObjectList;
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp74 m_pObjectList = pObjList; in PrepareParse()
721m_pObjectList, pResources, &form_bbox, &m_Options, m_pCurStates, m_Level + 1); in AddForm()
744 if (!m_pObjectList->m_bBackgroundAlphaNeeded && pFormObj->m_pForm->m_bBackgroundAlphaNeeded) { in AddForm()
745 m_pObjectList->m_bBackgroundAlphaNeeded = TRUE; in AddForm()
749 m_pObjectList->m_ObjectList.AddTail(pFormObj); in AddForm()
771 m_pObjectList->m_ObjectList.AddTail(pImageObj); in AddImage()
1151 m_pObjectList->m_ObjectList.AddTail(pObj); in Handle_ShadeFill()
1315 m_pObjectList->m_ObjectList.AddTail(pText); in AddTextObject()
1538 m_pObjectList->m_ObjectList.AddTail(pPathObj); in AddPathObject()
Dfpdf_page_parser_old.cpp49 FX_DWORD InitObjCount = m_pObjectList->CountObjects(); in Parse()
54 FX_DWORD cost = m_pObjectList->CountObjects() - InitObjCount; in Parse()
Dpageint.h136 CPDF_PageObjects* m_pObjectList; variable
Dfpdf_page_graph_state.cpp549 pParser->m_pObjectList->m_bBackgroundAlphaNeeded = TRUE; in ProcessExtGS()