Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp474 CFX_GraphStateData graph_state; in DrawBorder() local
475 graph_state.m_LineWidth = width; in DrawBorder()
482 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, dash_count); in DrawBorder()
483 graph_state.m_DashCount = dash_count; in DrawBorder()
486 graph_state.m_DashArray[i] = pDashArray->GetNumberAt(i); in DrawBorder()
489 graph_state.m_DashArray[i] = graph_state.m_DashArray[i - 1]; in DrawBorder()
492 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, 2); in DrawBorder()
493 graph_state.m_DashCount = 2; in DrawBorder()
494 graph_state.m_DashArray[0] = graph_state.m_DashArray[1] = 3 * 1.0f; in DrawBorder()
506 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp693 CFX_GraphStateData graph_state; in DrawCosmeticLine() local
697 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color, in DrawCosmeticLine()