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

  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.cpp 133 m_info.graphState.m_LineCap = lineCap;
147 scale = m_info.graphState.m_LineWidth;
149 m_info.graphState.m_DashPhase = dashPhase;
150 m_info.graphState.SetDashCount(dashCount);
152 m_info.graphState.m_DashArray[i] = dashArray[i] * scale;
159 m_info.graphState.SetDashCount(0);
164 m_info.graphState.m_LineWidth = lineWidth;
241 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0,
254 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState,
440 : graphState(info.graphState)
    [all...]
cxfa_graphics.h 70 CFX_GraphStateData graphState;
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 57 CFX_GraphStateData graphState;
63 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0,
75 graphState.m_LineCap = CFX_GraphStateData::LineCapRound;
86 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0,
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp     [all...]
  /art/tools/dmtracedump/
tracedump.cc 179 int32_t graphState; /* used when graphing to see if this method has been visited before */
    [all...]
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 583 CFX_GraphStateData graphState;
584 graphState.m_LineWidth = 0.0f;
598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 238 milliseconds