HomeSort by relevance Sort by last modified time
    Searched refs:pObjs (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 497 void CPDF_Array::SetAt(FX_DWORD i, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs)
508 ASSERT(pObjs != NULL);
509 pObj = CPDF_Reference::Create(pObjs, pObj->GetObjNum());
513 void CPDF_Array::InsertAt(FX_DWORD index, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs)
517 ASSERT(pObjs != NULL);
518 pObj = CPDF_Reference::Create(pObjs, pObj->GetObjNum());
522 void CPDF_Array::Add(CPDF_Object* pObj, CPDF_IndirectObjects* pObjs)
526 ASSERT(pObjs != NULL);
527 pObj = CPDF_Reference::Create(pObjs, pObj->GetObjNum());
742 void CPDF_Dictionary::SetAt(FX_BSTR key, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs)
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 97 void AppendObjectList(CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pObject2Device);
102 void DrawObjectList(CFX_RenderDevice* pDevice, CPDF_PageObjects* pObjs,
fpdf_objects.h 63 CPDF_Object* CloneRef(CPDF_IndirectObjects* pObjs) const;
342 void SetAt(FX_DWORD index, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs = NULL);
345 void InsertAt(FX_DWORD index, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs = NULL);
350 void Add(CPDF_Object* pObj, CPDF_IndirectObjects* pObjs = NULL);
447 void SetAt(FX_BSTR key, CPDF_Object* pObj, CPDF_IndirectObjects* pObjs = NULL);
  /external/pdfium/core/include/fpdftext/
fpdf_text.h 75 static IPDF_TextPage* CreateTextPage(const CPDF_PageObjects* pObjs, int flags = 0);
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 768 CPDF_PageObjects* pObjs = new CPDF_PageObjects(FALSE);
769 FX_POSITION pos = pObjs->GetLastObjectPosition();
770 pos = pObjs->InsertObject(pos, pObj);
774 ProcessUnitaryObjs(pObjs, reflowWidth, objMatrix);
775 delete pObjs;
    [all...]
reflowedpage.h 50 void ProcessUnitaryObjs(CPDF_PageObjects *pObjs, FX_FLOAT reflowWidth, CFX_AffineMatrix objMatrix);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 265 void CPDF_RenderStatus::RenderObjectList(const CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pObj2Device)
272 FX_POSITION pos = pObjs->GetFirstObjectPosition();
275 CPDF_PageObject* pCurObj = pObjs->GetNextObject(pos);
    [all...]
render_int.h 103 void RenderObjectList(const CPDF_PageObjects* pObjs, const CFX_AffineMatrix* pObj2Device);
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 90 IPDF_TextPage* IPDF_TextPage::CreateTextPage(const CPDF_PageObjects* pObjs, int flags)
92 return new CPDF_TextPage(pObjs, flags);
    [all...]

Completed in 61 milliseconds