Searched defs:CPDF_GraphicStates (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_graphicstates.cpp9 CPDF_GraphicStates::CPDF_GraphicStates() {} function in class:CPDF_GraphicStates
11 CPDF_GraphicStates::~CPDF_GraphicStates() {}
13 void CPDF_GraphicStates::DefaultStates() {
18 void CPDF_GraphicStates::CopyStates(const CPDF_GraphicStates& src) {
H A Dcpdf_graphicstates.h16 class CPDF_GraphicStates { class
18 CPDF_GraphicStates();
19 virtual ~CPDF_GraphicStates();
21 void CopyStates(const CPDF_GraphicStates& src);

Completed in 79 milliseconds