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

  /external/pdfium/core/fxge/
cfx_graphstate.h 15 class CFX_GraphState {
17 CFX_GraphState();
18 CFX_GraphState(const CFX_GraphState& that);
19 ~CFX_GraphState();
cfx_graphstate.cpp 7 #include "core/fxge/cfx_graphstate.h"
11 CFX_GraphState::CFX_GraphState() {}
13 CFX_GraphState::CFX_GraphState(const CFX_GraphState& that)
16 CFX_GraphState::~CFX_GraphState() {}
18 void CFX_GraphState::Emplace() {
22 void CFX_GraphState::SetLineDash(CPDF_Array* pArray, float phase, float scale)
    [all...]

Completed in 1164 milliseconds