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

  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 304 CFX_GraphStateData graph_state; local
309 return m_pDeviceDriver->DrawPath(&path, NULL, &graph_state, 0, color, fill_mode, alpha_flag, pIccTransform, blend_type);
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 445 CPDF_GraphStateData graph_state; local
446 graph_state.m_LineWidth = width;
453 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, dash_count);
454 if (graph_state.m_DashArray == NULL) {
457 graph_state.m_DashCount = dash_count;
460 graph_state.m_DashArray[i] = pDashArray->GetNumber(i);
463 graph_state.m_DashArray[i] = graph_state.m_DashArray[i - 1];
466 graph_state.m_DashArray = FX_Alloc(FX_FLOAT, 2);
467 if (graph_state.m_DashArray == NULL) {
    [all...]

Completed in 117 milliseconds