Home
last modified time | relevance | path

Searched refs:m_LineWidth (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_graphstate.cpp55 return m_Ref.GetObject() ? m_Ref.GetObject()->m_LineWidth : 1.0f; in GetLineWidth()
59 m_Ref.GetPrivateCopy()->m_LineWidth = width; in SetLineWidth()
Dcfx_graphstatedata.h34 float m_LineWidth = 1.0f; variable
Dcfx_drawutils.cpp36 graph_state_data.m_LineWidth = 1.0f; in DrawFocusRect()
Dcfx_renderdevice.cpp752 bbox = path.GetBoundingBoxForStrokePath(pGraphState->m_LineWidth, in DrawFillStrokePath()
856 graph_state.m_LineWidth = 0.0f; in DrawZeroAreaPath()
1271 gsd.m_LineWidth = fWidth; in DrawStrokeRect()
1289 gsd.m_LineWidth = fWidth; in DrawStrokeLine()
1366 gsd.m_LineWidth = fWidth; in DrawBorder()
1386 gsd.m_LineWidth = fHalfWidth; in DrawBorder()
1446 gsd.m_LineWidth = fWidth; in DrawBorder()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp51 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
Dcpwl_edit.cpp183 gsd.m_LineWidth = GetBorderWidth(); in DrawThisAppearance()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp391 pGraphState->m_LineWidth, pGraphState->m_MiterLimit); in SetClip_PathStroke()
471 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()
472 buf << pGraphState->m_LineWidth << " w\n"; in SetGraphState()
Dcgdi_device_driver.cpp54 float width = std::max(scale * pGraphState->m_LineWidth, 1.0f); in CreateExtPen()
607 pGraphState->m_LineWidth == 1.0f && path.IsRect())) { in DrawPath()
Dcgdi_plus_ext.cpp285 float width = pGraphState->m_LineWidth; in GdipCreatePenImpl()
701 if (bSmooth || (pGraphState && pGraphState->m_LineWidth > 2)) { in DrawPath()
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.cpp148 float scale = m_info.isActOnDash ? m_info.graphState.m_LineWidth : 1.0; in SetLineDash()
160 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp527 graph_state.m_LineWidth = width; in DrawBorder()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp921 gsd.m_LineWidth = 0.0f; in DrawAppearance()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp1282 graphState.m_LineWidth = 1; in RenderPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp271 float width = pGraphState->m_LineWidth * scale; in RasterizeStroke()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp600 : std::max(graph_state->m_LineWidth, in PaintStroke()