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.cpp251 m_CurGraphState.m_LineCap != pGraphState->m_LineCap) { in SetGraphState()
255 m_CurGraphState.m_DashArray != pGraphState->m_DashArray) { in SetGraphState()
262 m_CurGraphState.m_LineJoin != pGraphState->m_LineJoin) { in SetGraphState()
266 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()
270 m_CurGraphState.m_MiterLimit != pGraphState->m_MiterLimit) { in SetGraphState()
273 m_CurGraphState = *pGraphState; in SetGraphState()
Dcfx_psrenderer.h130 CFX_GraphStateData m_CurGraphState; variable