Searched refs:m_bGraphStateSet (Results 1 – 2 of 2) sorted by relevance
25 m_bColorSet = m_bGraphStateSet = FALSE; in CFX_PSRenderer()84 m_bColorSet = m_bGraphStateSet = FALSE; in RestoreState()241 if (!m_bGraphStateSet || m_CurGraphState.m_LineCap != pGraphState->m_LineCap) { in SetGraphState()244 if (!m_bGraphStateSet || m_CurGraphState.m_DashCount != pGraphState->m_DashCount || in SetGraphState()252 if (!m_bGraphStateSet || m_CurGraphState.m_LineJoin != pGraphState->m_LineJoin) { in SetGraphState()255 if (!m_bGraphStateSet || m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()258 if (!m_bGraphStateSet || m_CurGraphState.m_MiterLimit != pGraphState->m_MiterLimit) { in SetGraphState()262 m_bGraphStateSet = TRUE; in SetGraphState()
706 FX_BOOL m_bGraphStateSet; variable