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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_pattern.cpp 13 m_pPatternObj = pPatternObj;
15 CPDF_Dictionary* pDict = m_pPatternObj->GetDict();
35 CPDF_Dictionary* pDict = m_pPatternObj->GetDict();
42 if (m_pPatternObj->GetType() != PDFOBJ_STREAM) {
45 CPDF_Stream* pStream = (CPDF_Stream*)m_pPatternObj;
54 m_pPatternObj = bShading ? NULL : pPatternObj;
58 CPDF_Dictionary* pDict = m_pPatternObj->GetDict();
fpdf_page_colors.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 736 CPDF_Object* m_pPatternObj;

Completed in 55 milliseconds