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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 99 CPDF_ColorSpace* CPDF_Document::LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources)
101 return GetValidatePageData()->GetColorSpace(pCSObj, pResources);
379 CPDF_ColorSpace* CPDF_DocPageData::GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources)
387 if (!pCS && pResources) {
388 CPDF_Dictionary* pList = pResources->GetDict(FX_BSTRC("ColorSpace"));
394 if (pCS == NULL || pResources == NULL) {
397 CPDF_Dictionary* pColorSpaces = pResources->GetDict(FX_BSTRC("ColorSpace"));
426 return GetColorSpace(pArray->GetElementValue(0), pResources);
fpdf_page_parser.cpp 59 CPDF_Dictionary* pResources, CPDF_Rect* pBBox, CPDF_ParseOptions* pOptions,
75 m_pResources = pResources;
76 if (pResources == NULL) {
705 CPDF_Dictionary* pResources = pStream->GetDict()->GetDict(FX_BSTRC("Resources"));
721 m_pObjectList, pResources, &form_bbox, &m_Options, m_pCurStates, m_Level + 1);
    [all...]
pageint.h 130 CPDF_PageObjects* pObjList, CPDF_Dictionary* pResources,
372 CPDF_ColorSpace* GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources);
fpdf_page_parser_old.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 462 void SetPageResources(CPDF_Dictionary* pResources)
464 m_pPageResources = pResources;
fpdf_parser.h 124 CPDF_ColorSpace* LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources = NULL);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 477 CPDF_Dictionary* pResources = NULL;
479 pResources = pFormObj->m_pForm->m_pFormDict->GetDict(FX_BSTRC("Resources"));
483 this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, FALSE);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoex.h     [all...]

Completed in 263 milliseconds