Lines Matching refs:graphState
133 m_info.graphState.m_LineCap = lineCap; in SetLineCap()
147 scale = m_info.graphState.m_LineWidth; in SetLineDash()
149 m_info.graphState.m_DashPhase = dashPhase; in SetLineDash()
150 m_info.graphState.SetDashCount(dashCount); in SetLineDash()
152 m_info.graphState.m_DashArray[i] = dashArray[i] * scale; in SetLineDash()
159 m_info.graphState.SetDashCount(0); in SetSolidLineDash()
164 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
241 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath()
254 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()
440 : graphState(info.graphState), in TInfo()
447 graphState.Copy(other.graphState); in operator =()