Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp313 m_CurGraphState.m_LineCap != pGraphState->m_LineCap) { in SetGraphState()
317 m_CurGraphState.m_DashCount != pGraphState->m_DashCount || in SetGraphState()
318 memcmp(m_CurGraphState.m_DashArray, pGraphState->m_DashArray, in SetGraphState()
319 sizeof(float) * m_CurGraphState.m_DashCount)) { in SetGraphState()
327 m_CurGraphState.m_LineJoin != pGraphState->m_LineJoin) { in SetGraphState()
331 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()
335 m_CurGraphState.m_MiterLimit != pGraphState->m_MiterLimit) { in SetGraphState()
338 m_CurGraphState.Copy(*pGraphState); in SetGraphState()
Dcfx_psrenderer.h91 CFX_GraphStateData m_CurGraphState; variable