Home
last modified time | relevance | path

Searched refs:isActOnDash (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp146 if (m_info.isActOnDash) { in SetLineDash()
162 void CFX_Graphics::SetLineWidth(FX_FLOAT lineWidth, bool isActOnDash) { in SetLineWidth() argument
165 m_info.isActOnDash = isActOnDash; in SetLineWidth()
522 : isActOnDash(false), strokeColor(nullptr), fillColor(nullptr) {} in TInfo()
527 isActOnDash(info.isActOnDash), in TInfo()
534 isActOnDash = other.isActOnDash; in operator =()
Dcfx_graphics.h59 void SetLineWidth(FX_FLOAT lineWidth, bool isActOnDash = false);
83 bool isActOnDash; member