Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcxfa_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()
159 m_info.graphState.SetDashCount(0); in SetSolidLineDash()
164 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
241 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath()
254 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath()
440 : graphState(info.graphState), in TInfo()
[all …]
Dcxfa_graphics.h70 CFX_GraphStateData graphState; member
/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/xfa/fxfa/
Dcxfa_textlayout.cpp1261 CFX_GraphStateData graphState; in RenderPath() local
1262 graphState.m_LineCap = CFX_GraphStateData::LineCapButt; in RenderPath()
1263 graphState.m_LineJoin = CFX_GraphStateData::LineJoinMiter; in RenderPath()
1264 graphState.m_LineWidth = 1; in RenderPath()
1265 graphState.m_MiterLimit = 10; in RenderPath()
1266 graphState.m_DashPhase = 0; in RenderPath()
1267 pDevice->DrawPath(&path, &tmDoc2Device, &graphState, 0, pPiece->dwColor, 0); in RenderPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1335 CFX_GraphState graphState = pPathObj->m_GraphState; in ProcessPath() local
1337 graphState.SetLineWidth(0); in ProcessPath()
1339 pPathObj->m_Path.GetObject(), &path_matrix, graphState.GetObject(), in ProcessPath()
1465 CFX_GraphState graphState = pPathObj->m_GraphState; in SelectClipPath() local
1467 graphState.SetLineWidth(0); in SelectClipPath()
1469 &path_matrix, graphState.GetObject()); in SelectClipPath()
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp583 CFX_GraphStateData graphState; in DrawPathWithBlend() local
584 graphState.m_LineWidth = 0.0f; in DrawPathWithBlend()
598 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()