Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_graphstatedata.cpp19 m_LineWidth(1.0f) {} in CFX_GraphStateData()
34 m_LineWidth = src.m_LineWidth; in Copy()
Dcfx_graphstate.cpp33 return m_Ref.GetObject() ? m_Ref.GetObject()->m_LineWidth : 1.f; in GetLineWidth()
37 m_Ref.GetPrivateCopy()->m_LineWidth = width; in SetLineWidth()
Dcfx_renderdevice.cpp557 graphState.m_LineWidth = 0.0f; in DrawPathWithBlend()
602 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in DrawFillStrokePath()
/external/pdfium/core/fxge/
Dcfx_graphstatedata.h35 FX_FLOAT m_LineWidth; variable
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp186 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in SetClip_PathStroke()
275 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()
276 buf << pGraphState->m_LineWidth << " w\n"; in SetGraphState()
Dfx_win32_device.cpp101 width = scale * pGraphState->m_LineWidth; in CreatePen()
1019 pGraphState->m_LineWidth == 1.f && in DrawPath()
Dfx_win32_gdipext.cpp975 FX_FLOAT width = pGraphState ? pGraphState->m_LineWidth : 1.0f; in _GdipCreatePen()
1193 if (bSmooth || (pGraphState && pGraphState->m_LineWidth > 2)) { in DrawPath()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Caret.cpp55 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
DPWL_Utils.cpp970 gsd.m_LineWidth = fWidth; in DrawStrokeRect()
986 gsd.m_LineWidth = fWidth; in DrawStrokeLine()
1087 gsd.m_LineWidth = fWidth; in DrawBorder()
1095 gsd.m_LineWidth = fHalfWidth; in DrawBorder()
1163 gsd.m_LineWidth = fWidth; in DrawBorder()
DPWL_Edit.cpp332 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth(); in DrawThisAppearance()
358 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth(); in DrawThisAppearance()
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp147 scale = m_info.graphState.m_LineWidth; in SetLineDash()
164 m_info.graphState.m_LineWidth = lineWidth; in SetLineWidth()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp338 graphState.m_LineWidth = fPenWidth; in CreatePen()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp475 graph_state.m_LineWidth = width; in DrawBorder()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp87 gsd.m_LineWidth = 1.0f; in OnDraw()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1013 return pState->m_LineWidth != refState.m_LineWidth || in StateChanged()
1191 SkTMax(pGraphState->m_LineWidth, in PaintStroke()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp823 gsd.m_LineWidth = 0.0f;
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp388 FX_FLOAT width = pGraphState->m_LineWidth * scale; in RasterizeStroke()