Home
last modified time | relevance | path

Searched refs:CFX_GraphState (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_graphstate.cpp11 CFX_GraphState::CFX_GraphState() = default;
13 CFX_GraphState::CFX_GraphState(const CFX_GraphState& that) in CFX_GraphState() function in CFX_GraphState
16 CFX_GraphState::~CFX_GraphState() = default;
18 void CFX_GraphState::Emplace() { in Emplace()
22 void CFX_GraphState::SetLineDash(std::vector<float> dashes, in SetLineDash()
32 float CFX_GraphState::GetLineWidth() const { in GetLineWidth()
36 void CFX_GraphState::SetLineWidth(float width) { in SetLineWidth()
40 CFX_GraphStateData::LineCap CFX_GraphState::GetLineCap() const { in GetLineCap()
44 void CFX_GraphState::SetLineCap(CFX_GraphStateData::LineCap cap) { in SetLineCap()
48 CFX_GraphStateData::LineJoin CFX_GraphState::GetLineJoin() const { in GetLineJoin()
[all …]
Dcfx_graphstate.h15 class CFX_GraphState {
17 CFX_GraphState();
18 CFX_GraphState(const CFX_GraphState& that);
19 ~CFX_GraphState();
/external/pdfium/core/fpdfapi/page/
Dcpdf_graphicstates.h25 CFX_GraphState m_GraphState;
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp437 CFX_GraphState graphState = pPathObj->m_GraphState; in ProcessPath()
582 CFX_GraphState graphState = pPathObj->m_GraphState; in SelectClipPath()