Searched refs:graphState (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 135 m_info.graphState.m_LineCap = lineCap; in SetLineCap() 144 float scale = m_info.isActOnDash ? m_info.graphState.m_LineWidth : 1.0; in SetLineDash() 145 m_info.graphState.m_DashPhase = dashPhase; in SetLineDash() 146 m_info.graphState.m_DashArray.resize(dashCount); in SetLineDash() 148 m_info.graphState.m_DashArray[i] = dashArray[i] * scale; in SetLineDash() 152 m_info.graphState.m_DashArray.clear(); in SetSolidLineDash() 156 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth() 216 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, 0x0, in RenderDeviceStrokePath() 229 m_renderDevice->DrawPath(path->GetPathData(), &m, &m_info.graphState, in RenderDeviceFillPath() 414 : graphState(info.graphState), in TInfo() [all …]
|
D | cxfa_graphics.h | 64 CFX_GraphStateData graphState; member
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 59 CFX_GraphStateData graphState; in CommonTest() local 65 driver->DrawPath(&path1, &matrix, &graphState, 0xFF112233, 0, in CommonTest() 77 graphState.m_LineCap = CFX_GraphStateData::LineCapRound; in CommonTest() 88 driver->DrawPath(&path2, &matrix2, &graphState, 0xFF112233, 0, in CommonTest()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.cpp | 1243 CFX_GraphStateData graphState; in RenderPath() local 1244 graphState.m_LineCap = CFX_GraphStateData::LineCapButt; in RenderPath() 1245 graphState.m_LineJoin = CFX_GraphStateData::LineJoinMiter; in RenderPath() 1246 graphState.m_LineWidth = 1; in RenderPath() 1247 graphState.m_MiterLimit = 10; in RenderPath() 1248 graphState.m_DashPhase = 0; in RenderPath() 1249 pDevice->DrawPath(&path, &mtDoc2Device, &graphState, 0, pPiece->dwColor, 0); in RenderPath()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 437 CFX_GraphState graphState = pPathObj->m_GraphState; in ProcessPath() local 439 graphState.SetLineWidth(0); in ProcessPath() 441 pPathObj->path().GetObject(), &path_matrix, graphState.GetObject(), in ProcessPath() 582 CFX_GraphState graphState = pPathObj->m_GraphState; in SelectClipPath() local 584 graphState.SetLineWidth(0); in SelectClipPath() 586 &path_matrix, graphState.GetObject()); in SelectClipPath()
|
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.cpp | 580 CFX_GraphStateData graphState; in DrawPathWithBlend() local 581 graphState.m_LineWidth = 0.0f; in DrawPathWithBlend() 595 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPathWithBlend()
|