Searched refs:graphState (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 246 const CFX_GraphStateData* graphState, in getLineWidth() argument 248 FX_FLOAT lineWidth = graphState->m_LineWidth; in getLineWidth() 249 if (graphState->m_LineWidth <= 0.f) { in getLineWidth() 263 const CFX_GraphStateData* graphState) { in SetClip_PathStroke() argument 272 FX_FLOAT lineWidth = getLineWidth(graphState, m); in SetClip_PathStroke() 273 setStrokeInfo(graphState, 0xFF000000, lineWidth); in SetClip_PathStroke() 339 const CFX_GraphStateData* graphState, in DrawPath() argument 359 if (graphState && strokeArgb) { in DrawPath() 360 CGContextSetMiterLimit(_context, graphState->m_MiterLimit); in DrawPath() 361 FX_FLOAT lineWidth = getLineWidth(graphState, m); in DrawPath() [all …]
|
D | apple_int.h | 178 void setStrokeInfo(const CFX_GraphStateData* graphState, 183 FX_FLOAT getLineWidth(const CFX_GraphStateData* graphState,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_gedevice.cpp | 284 CFX_GraphStateData graphState; in DrawPath() local 285 if (!CreatePen(pPen, fPenWidth, graphState)) { in DrawPath() 289 &graphState, 0, pPen->GetColor(), 0); in DrawPath() 338 CFX_GraphStateData& graphState) { in CreatePen() argument 342 graphState.m_LineCap = (CFX_GraphStateData::LineCap)pPen->GetLineCap(); in CreatePen() 343 graphState.m_LineJoin = (CFX_GraphStateData::LineJoin)pPen->GetLineJoin(); in CreatePen() 344 graphState.m_LineWidth = fPenWidth; in CreatePen() 345 graphState.m_MiterLimit = pPen->GetMiterLimit(); in CreatePen() 346 graphState.m_DashPhase = pPen->GetDashPhase(); in CreatePen() 377 graphState.SetDashCount(iDashCount); in CreatePen() [all …]
|
D | fde_gedevice.h | 121 CFX_GraphStateData& graphState);
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_device.cpp | 202 CFX_GraphStateData graphState; in DrawPath() local 203 graphState.m_LineWidth = 0.0f; in DrawPath() 221 m_pDeviceDriver->DrawPath(&newPath, pMatrix, &graphState, 0, strokecolor, in DrawPath()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 531 CFX_GraphStateData graphState(*pPathObj->m_GraphState); in ProcessPath() local 533 graphState.m_LineWidth = 0; in ProcessPath() 535 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, in ProcessPath() 704 CFX_GraphStateData graphState(*pPathObj->m_GraphState); in SelectClipPath() local 706 graphState.m_LineWidth = 0; in SelectClipPath() 709 &graphState); in SelectClipPath()
|