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

  /external/pdfium/xfa/fde/
fde_gedevice.cpp 271 CFX_GraphStateData graphState;
272 if (!CreatePen(pPen, fPenWidth, graphState)) {
276 &graphState, 0, pPen->GetColor(), 0);
332 CFX_GraphStateData& graphState) {
336 graphState.m_LineCap = CFX_GraphStateData::LineCapButt;
337 graphState.m_LineJoin = CFX_GraphStateData::LineJoinMiter;
338 graphState.m_LineWidth = fPenWidth;
339 graphState.m_MiterLimit = 10;
340 graphState.m_DashPhase = 0;
fde_gedevice.h 119 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/fxgraphics/
cfx_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;
164 m_info.graphState.m_LineWidth = lineWidth;
247 m_info.graphState.SetDashCount(0);
285 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0,
306 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState,
525 : graphState(info.graphState)
    [all...]
cfx_graphics.h 81 CFX_GraphStateData graphState;
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 556 CFX_GraphStateData graphState;
557 graphState.m_LineWidth = 0.0f;
571 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor,
    [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/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 646 milliseconds