Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp33 FX_FLOAT width = m_GraphState.GetObject()->m_LineWidth; in CalcBoundingBox()
Dfpdf_page_graph_state.cpp471 m_GraphState.GetModify()->m_LineWidth = pObject->GetNumber(); in ProcessExtGS()
Dfpdf_page.cpp521 FX_FLOAT half_width = m_GraphState.GetObject()->m_LineWidth / 2; in CalcPositionData()
Dfpdf_page_parser.cpp1391 m_pCurStates->m_GraphState.GetModify()->m_LineWidth = width; in Handle_SetLineWidth()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp167 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in SetClip_PathStroke()
260 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()
261 buf << pGraphState->m_LineWidth << " w\n"; in SetGraphState()
Dfx_ge_path.cpp626 m_LineWidth = 1.0f; in CFX_GraphStateData()
640 m_LineWidth = src.m_LineWidth; in Copy()
Dfx_ge_device.cpp203 graphState.m_LineWidth = 0.0f; in DrawPath()
233 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, in DrawPath()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Caret.cpp60 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
DPWL_Note.cpp238 gsd.m_LineWidth = 1.0f; in DrawThisAppearance()
265 gsd.m_LineWidth = 1.0f; in DrawThisAppearance()
310 gsd.m_LineWidth = 1.0f; in DrawThisAppearance()
DPWL_Edit.cpp387 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth(); in DrawThisAppearance()
412 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth(); in DrawThisAppearance()
DPWL_Utils.cpp1401 gsd.m_LineWidth = fWidth; in DrawStrokeRect()
1418 gsd.m_LineWidth = fWidth; in DrawStrokeLine()
1516 gsd.m_LineWidth = fWidth; in DrawBorder()
1524 gsd.m_LineWidth = fHalfWidth; in DrawBorder()
1584 gsd.m_LineWidth = fWidth; in DrawBorder()
1767 gsd.m_LineWidth = 0; in DrawEditSpellCheck()
1904 gsd.m_LineWidth = 1.0f; in DrawIconAppStream()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp56 gsd.m_LineWidth = in DrawTextString()
76 gsd.m_LineWidth = in DrawTextString()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp312 graph_state.m_LineWidth = width; in DrawBorder()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp533 graphState.m_LineWidth = 0; in ProcessPath()
692 stroke_state.m_LineWidth = 0; in DrawClipPath()
706 graphState.m_LineWidth = 0; in SelectClipPath()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp248 FX_FLOAT lineWidth = graphState->m_LineWidth; in getLineWidth()
249 if (graphState->m_LineWidth <= 0.f) { in getLineWidth()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp222 scale = _info._graphState.m_LineWidth; in SetLineDash()
287 lineWidth = _info._graphState.m_LineWidth; in GetLineWidth()
297 _info._graphState.m_LineWidth = lineWidth; in SetLineWidth()
/external/pdfium/core/include/fxge/
Dfx_ge.h193 FX_FLOAT m_LineWidth; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp693 width = scale * pGraphState->m_LineWidth; in _CreatePen()
889 pGraphState->m_LineWidth == 1.f && in DrawPath()
Dfx_win32_gdipext.cpp973 FX_FLOAT width = pGraphState ? pGraphState->m_LineWidth : 1.0f; in _GdipCreatePen()
1196 if (bSmooth || (pGraphState && pGraphState->m_LineWidth > 2)) { in DrawPath()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp209 FX_FIXFLOAT width = pGraphState->m_LineWidth * scale; in SkRasterizeStroke()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp344 graphState.m_LineWidth = fPenWidth; in CreatePen()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp84 gsd.m_LineWidth = 1.0f; in OnDraw()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp144 FX_FLOAT width = pGraphState->m_LineWidth * scale; in RasterizeStroke()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp836 gsd.m_LineWidth = 0.0f;