Lines Matching refs:graphState
135 m_info.graphState.m_LineCap = lineCap; in SetLineCap()
144 float scale = m_info.isActOnDash ? m_info.graphState.m_LineWidth : 1.0; in SetLineDash()
145 m_info.graphState.m_DashPhase = dashPhase; in SetLineDash()
146 m_info.graphState.m_DashArray.resize(dashCount); in SetLineDash()
148 m_info.graphState.m_DashArray[i] = dashArray[i] * scale; in SetLineDash()
152 m_info.graphState.m_DashArray.clear(); in SetSolidLineDash()
156 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
216 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath()
229 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()
414 : graphState(info.graphState), in TInfo()
421 graphState = other.graphState; in operator =()