Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp311 CPDF_GraphStateData graph_state; in DrawBorder() local
312 graph_state.m_LineWidth = width; in DrawBorder()
319 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, dash_count); in DrawBorder()
320 graph_state.m_DashCount = dash_count; in DrawBorder()
323 graph_state.m_DashArray[i] = pDashArray->GetNumber(i); in DrawBorder()
326 graph_state.m_DashArray[i] = graph_state.m_DashArray[i - 1]; in DrawBorder()
329 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, 2); in DrawBorder()
330 graph_state.m_DashCount = 2; in DrawBorder()
331 graph_state.m_DashArray[0] = graph_state.m_DashArray[1] = 3 * 1.0f; in DrawBorder()
344 pDevice->DrawPath(&path, pUser2Device, &graph_state, argb, argb, fill_type); in DrawBorder()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp337 CFX_GraphStateData graph_state; in DrawCosmeticLine() local
342 return m_pDeviceDriver->DrawPath(&path, NULL, &graph_state, 0, color, in DrawCosmeticLine()