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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 83 CPDF_AllStates* pStates,
123 if (pStates) {
124 m_pCurStates->Copy(*pStates);
898 std::unique_ptr<CPDF_AllStates> pStates(new CPDF_AllStates);
899 pStates->Copy(*m_pCurStates);
900 m_StateStack.push_back(std::move(pStates));
905 std::unique_ptr<CPDF_AllStates> pStates = std::move(m_StateStack.back());
907 m_pCurStates->Copy(*pStates);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 408 CPDF_GraphicStates* pStates = CloneObjStates(textobj, FALSE);
418 status.Initialize(m_pContext, m_pDevice, NULL, NULL, this, pStates,
438 status.Initialize(m_pContext, &bitmap_device, NULL, NULL, this, pStates,
449 delete pStates;
fpdf_render.cpp 946 CPDF_GraphicStates* pStates = new CPDF_GraphicStates;
947 pStates->CopyStates(*pSrcStates);
    [all...]
fpdf_render_pattern.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 229 milliseconds