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

  /external/pdfium/core/fpdfapi/page/
cpdf_generalstate.cpp 7 #include "core/fpdfapi/page/cpdf_generalstate.h"
71 CPDF_GeneralState::CPDF_GeneralState() {}
73 CPDF_GeneralState::CPDF_GeneralState(const CPDF_GeneralState& that)
76 CPDF_GeneralState::~CPDF_GeneralState() {}
78 void CPDF_GeneralState::SetRenderIntent(const ByteString& ri) {
81 ByteString CPDF_GeneralState::GetBlendMode() const
    [all...]
cpdf_graphicstates.h 12 #include "core/fpdfapi/page/cpdf_generalstate.h"
28 CPDF_GeneralState m_GeneralState;
cpdf_generalstate.h 19 class CPDF_GeneralState {
21 CPDF_GeneralState();
22 CPDF_GeneralState(const CPDF_GeneralState& that);
23 ~CPDF_GeneralState();
cpdf_contentparser.cpp 97 CPDF_GeneralState* pState = &m_pParser->GetCurStates()->m_GeneralState;
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 76 CPDF_GeneralState& state = m_pImageObject->m_GeneralState;

Completed in 942 milliseconds