Searched refs:m_pObjectList (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp1015 pItem->m_pObjectList = pObjs;
1039 pItem->m_pObjectList->m_Transparency, FALSE, NULL);
1040 status.RenderObjectList(pItem->m_pObjectList, &FinalMatrix);
1053 pItem->m_pObjectList->m_Transparency, FALSE, NULL);
1054 status.RenderObjectList(pItem->m_pObjectList, &pItem->m_Matrix);
1129 FX_POSITION LastPos = pItem->m_pObjectList->GetLastObjectPosition();
1132 if (!pItem->m_pObjectList->IsParsed()) {
1133 pItem->m_pObjectList->ContinueParse(pPause);
1134 if (!pItem->m_pObjectList->IsParsed()) {
1137 LastPos = pItem->m_pObjectList
[all...]
H A Drender_int.h77 CPDF_PageObjects* m_pObjectList; member in struct:_PDF_RenderItem
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp110 m_pObjectList = pObjList;
765 m_pObjectList, pResources, &form_bbox, &m_Options, m_pCurStates, m_Level + 1);
794 if (!m_pObjectList->m_bBackgroundAlphaNeeded && pFormObj->m_pForm->m_bBackgroundAlphaNeeded) {
795 m_pObjectList->m_bBackgroundAlphaNeeded = TRUE;
799 m_pObjectList->m_ObjectList.AddTail(pFormObj);
804 FX_POSITION tailpos = m_pObjectList->m_ObjectList.GetTailPosition();
805 CPDF_PageObject* pLastObj = (CPDF_PageObject*)m_pObjectList->m_ObjectList.GetAt(tailpos);
833 m_pObjectList->m_ObjectList.RemoveAt(tailpos);
834 m_pObjectList->m_ObjectList.AddTail(pInlines);
859 m_pObjectList
[all...]
H A Dfpdf_page_parser_old.cpp39 FX_DWORD InitObjCount = m_pObjectList->CountObjects();
44 FX_DWORD cost = m_pObjectList->CountObjects() - InitObjCount;
H A Dfpdf_page_parser_new.cpp547 m_pObjectList->m_ObjectList.AddTail(pImages);
H A Dpageint.h138 CPDF_PageObjects* m_pObjectList; member in class:CPDF_StreamContentParser
H A Dfpdf_page_graph_state.cpp546 pParser->m_pObjectList->m_bBackgroundAlphaNeeded = TRUE;

Completed in 318 milliseconds