Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_graphstatedata.cpp19 m_LineWidth(1.0f) {} in CFX_GraphStateData()
34 m_LineWidth = src.m_LineWidth; in Copy()
Dcfx_graphstate.cpp31 return m_Ref.GetObject() ? m_Ref.GetObject()->m_LineWidth : 1.f; in GetLineWidth()
35 m_Ref.GetPrivateCopy()->m_LineWidth = width; in SetLineWidth()
Dcfx_graphstatedata.h36 float m_LineWidth; variable
Dcfx_renderdevice.cpp584 graphState.m_LineWidth = 0.0f; in DrawPathWithBlend()
629 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in DrawFillStrokePath()
1163 gsd.m_LineWidth = fWidth; in DrawStrokeRect()
1178 gsd.m_LineWidth = fWidth; in DrawStrokeLine()
1273 gsd.m_LineWidth = fWidth; in DrawBorder()
1281 gsd.m_LineWidth = fHalfWidth; in DrawBorder()
1347 gsd.m_LineWidth = fWidth; in DrawBorder()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp246 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in SetClip_PathStroke()
331 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()
332 buf << pGraphState->m_LineWidth << " w\n"; in SetGraphState()
Dfx_win32_device.cpp103 width = scale * pGraphState->m_LineWidth; in CreatePen()
1008 pGraphState->m_LineWidth == 1.f && in DrawPath()
Dfx_win32_gdipext.cpp1025 float width = pGraphState ? pGraphState->m_LineWidth : 1.0f; in _GdipCreatePen()
1236 if (bSmooth || (pGraphState && pGraphState->m_LineWidth > 2)) in DrawPath()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_caret.cpp51 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
Dcpwl_edit.cpp216 gsd.m_LineWidth = (float)GetBorderWidth(); in DrawThisAppearance()
242 gsd.m_LineWidth = (float)GetBorderWidth(); in DrawThisAppearance()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp147 scale = m_info.graphState.m_LineWidth; in SetLineDash()
164 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp466 graph_state.m_LineWidth = width; in DrawBorder()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1121 return pState->m_LineWidth != refState.m_LineWidth || in StateChanged()
1465 SkTMax(pGraphState->m_LineWidth, in PaintStroke()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp822 gsd.m_LineWidth = 0.0f;
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp93 gsd.m_LineWidth = 1.0f; in OnDraw()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp1264 graphState.m_LineWidth = 1; in RenderPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp276 float width = pGraphState->m_LineWidth * scale; in RasterizeStroke()