HomeSort by relevance Sort by last modified time
    Searched defs:CPDF_GraphicStates (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_graphicstates.cpp 7 #include "core/fpdfapi/page/cpdf_graphicstates.h"
9 CPDF_GraphicStates::CPDF_GraphicStates() {}
11 CPDF_GraphicStates::~CPDF_GraphicStates() {}
13 void CPDF_GraphicStates::DefaultStates() {
18 void CPDF_GraphicStates::CopyStates(const CPDF_GraphicStates& src) {
cpdf_graphicstates.h 16 class CPDF_GraphicStates {
18 CPDF_GraphicStates();
19 virtual ~CPDF_GraphicStates();
21 void CopyStates(const CPDF_GraphicStates& src);

Completed in 397 milliseconds