Home
last modified time | relevance | path

Searched refs:graphState (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp133 m_info.graphState.m_LineCap = lineCap; in SetLineCap()
147 scale = m_info.graphState.m_LineWidth; in SetLineDash()
149 m_info.graphState.m_DashPhase = dashPhase; in SetLineDash()
150 m_info.graphState.SetDashCount(dashCount); in SetLineDash()
152 m_info.graphState.m_DashArray[i] = dashArray[i] * scale; in SetLineDash()
164 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
247 m_info.graphState.SetDashCount(0); in RenderDeviceSetLineDash()
285 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath()
306 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()
525 : graphState(info.graphState), in TInfo()
[all …]
Dcfx_graphics.h81 CFX_GraphStateData graphState; member
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp271 CFX_GraphStateData graphState; in DrawPath() local
272 if (!CreatePen(pPen, fPenWidth, graphState)) { in DrawPath()
276 &graphState, 0, pPen->GetColor(), 0); in DrawPath()
332 CFX_GraphStateData& graphState) { in CreatePen() argument
336 graphState.m_LineCap = CFX_GraphStateData::LineCapButt; in CreatePen()
337 graphState.m_LineJoin = CFX_GraphStateData::LineJoinMiter; in CreatePen()
338 graphState.m_LineWidth = fPenWidth; in CreatePen()
339 graphState.m_MiterLimit = 10; in CreatePen()
340 graphState.m_DashPhase = 0; in CreatePen()
Dfde_gedevice.h119 CFX_GraphStateData& graphState);
/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp57 CFX_GraphStateData graphState; in CommonTest() local
63 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest()
75 graphState.m_LineCap = CFX_GraphStateData::LineCapRound; in CommonTest()
86 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
/external/pdfium/core/fxge/ge/
Dcfx_renderdevice.cpp556 CFX_GraphStateData graphState; in DrawPathWithBlend() local
557 graphState.m_LineWidth = 0.0f; in DrawPathWithBlend()
571 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1296 CFX_GraphState graphState = pPathObj->m_GraphState; in ProcessPath() local
1298 graphState.SetLineWidth(0); in ProcessPath()
1300 pPathObj->m_Path.GetObject(), &path_matrix, graphState.GetObject(), in ProcessPath()
1433 CFX_GraphState graphState = pPathObj->m_GraphState; in SelectClipPath() local
1435 graphState.SetLineWidth(0); in SelectClipPath()
1437 &path_matrix, graphState.GetObject()); in SelectClipPath()