HomeSort by relevance Sort by last modified time
    Searched refs:graph_state (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 474 CFX_GraphStateData graph_state; local
475 graph_state.m_LineWidth = width;
482 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, dash_count);
483 graph_state.m_DashCount = dash_count;
486 graph_state.m_DashArray[i] = pDashArray->GetNumberAt(i);
489 graph_state.m_DashArray[i] = graph_state.m_DashArray[i - 1];
492 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, 2);
493 graph_state.m_DashCount = 2;
494 graph_state.m_DashArray[0] = graph_state.m_DashArray[1] = 3 * 1.0f
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 693 CFX_GraphStateData graph_state; local
697 return m_pDeviceDriver->DrawPath(&path, nullptr, &graph_state, 0, color,
    [all...]

Completed in 7100 milliseconds