Searched defs:pObjs (Results 1 – 4 of 4) sorted by relevance
| /external/pdfium/core/src/fpdfapi/fpdf_parser/ |
| D | fpdf_parser_objects.cpp | 528 void CPDF_Array::SetAt(FX_DWORD i, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in SetAt() 543 void CPDF_Array::InsertAt(FX_DWORD index, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in InsertAt() 552 void CPDF_Array::Add(CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in Add() 796 void CPDF_Dictionary::SetAt(FX_BSTR key, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) in SetAt()
|
| /external/pdfium/core/src/fpdfapi/fpdf_render/ |
| D | fpdf_render.cpp | 274 void CPDF_RenderStatus::RenderObjectList(const CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pOb… in RenderObjectList() 1012 void CPDF_RenderContext::AppendObjectList(CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pObject2… in AppendObjectList() 1068 void CPDF_RenderContext::DrawObjectList(CFX_RenderDevice* pDevice, CPDF_PageObjects* pObjs, in DrawObjectList()
|
| /external/pdfium/core/src/reflow/ |
| D | layoutprocessor_reflow.cpp | 774 CPDF_PageObjects* pObjs = FX_NEW CPDF_PageObjects(FALSE); in ProcessObject() local 1519 void CPDF_LayoutProcessor_Reflow::ProcessUnitaryObjs(CPDF_PageObjects *pObjs, FX_FLOAT reflowWidth,… in ProcessUnitaryObjs()
|
| /external/pdfium/core/src/fpdftext/ |
| D | fpdf_text_int.cpp | 46 IPDF_TextPage* IPDF_TextPage::CreateTextPage(const CPDF_PageObjects* pObjs, int flags) in CreateTextPage()
|