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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_doc.cpp 102 CPDF_ColorSpace* CPDF_Document::LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources)
104 return GetValidatePageData()->GetColorSpace(pCSObj, pResources);
359 CPDF_ColorSpace* CPDF_DocPageData::GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources)
367 if (!pCS && pResources) {
368 CPDF_Dictionary* pList = pResources->GetDict(FX_BSTRC("ColorSpace"));
374 if (pCS == NULL || pResources == NULL) {
377 CPDF_Dictionary* pColorSpaces = pResources->GetDict(FX_BSTRC("ColorSpace"));
406 return GetColorSpace(pArray->GetElementValue(0), pResources);
fpdf_page_parser.cpp 95 CPDF_Dictionary* pResources, CPDF_Rect* pBBox, CPDF_ParseOptions* pOptions,
111 m_pResources = pResources;
112 if (pResources == NULL) {
749 CPDF_Dictionary* pResources = pStream->GetDict()->GetDict(FX_BSTRC("Resources"));
765 m_pObjectList, pResources, &form_bbox, &m_Options, m_pCurStates, m_Level + 1);
    [all...]
fpdf_page_parser_new.cpp 663 CPDF_Dictionary* pResources = pForm->m_pFormDict->GetDict(FX_BSTRC("Resources"));
667 pResources, &form_bbox, pOptions, pGraphicStates, level);
pageint.h 132 CPDF_PageObjects* pObjList, CPDF_Dictionary* pResources,
419 CPDF_ColorSpace* GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources);
fpdf_page_parser_old.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 449 void SetPageResources(CPDF_Dictionary* pResources)
451 m_pPageResources = pResources;
fpdf_parser.h 129 CPDF_ColorSpace* LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources = NULL);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 505 CPDF_Dictionary* pResources = NULL;
507 pResources = pFormObj->m_pForm->m_pFormDict->GetDict(FX_BSTRC("Resources"));
511 this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, TRUE);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoex.h     [all...]

Completed in 539 milliseconds