Searched refs:m_CurGraphState (Results 1 – 2 of 2) sorted by relevance
257 m_CurGraphState.m_LineCap != pGraphState->m_LineCap) { in SetGraphState()261 m_CurGraphState.m_DashCount != pGraphState->m_DashCount || in SetGraphState()262 FXSYS_memcmp(m_CurGraphState.m_DashArray, pGraphState->m_DashArray, in SetGraphState()263 sizeof(FX_FLOAT) * m_CurGraphState.m_DashCount)) { in SetGraphState()271 m_CurGraphState.m_LineJoin != pGraphState->m_LineJoin) { in SetGraphState()275 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()279 m_CurGraphState.m_MiterLimit != pGraphState->m_MiterLimit) { in SetGraphState()282 m_CurGraphState.Copy(*pGraphState); in SetGraphState()
90 CFX_GraphStateData m_CurGraphState; variable