Searched refs:m_pObjectList (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 972 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 …]
|
D | render_int.h | 79 CPDF_PageObjects* m_pObjectList;
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 74 m_pObjectList = pObjList; in PrepareParse() 721 … m_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()
|
D | fpdf_page_parser_old.cpp | 49 FX_DWORD InitObjCount = m_pObjectList->CountObjects(); in Parse() 54 FX_DWORD cost = m_pObjectList->CountObjects() - InitObjCount; in Parse()
|
D | pageint.h | 136 CPDF_PageObjects* m_pObjectList; variable
|
D | fpdf_page_graph_state.cpp | 549 pParser->m_pObjectList->m_bBackgroundAlphaNeeded = TRUE; in ProcessExtGS()
|