Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_path.cpp35 FX_FLOAT width = m_GraphState.GetObject()->m_LineWidth; in CalcBoundingBox()
Dfpdf_page_graph_state.cpp494 m_GraphState.GetModify()->m_LineWidth = pObject->GetNumber(); in ProcessExtGS()
Dfpdf_page.cpp516 FX_FLOAT half_width = m_GraphState.GetObject()->m_LineWidth / 2; in CalcPositionData()
Dfpdf_page_parser.cpp1445 m_pCurStates->m_GraphState.GetModify()->m_LineWidth = width; in Handle_SetLineWidth()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp169 …CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit… in SetClip_PathStroke()
255 if (!m_bGraphStateSet || m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) { in SetGraphState()
256 buf << pGraphState->m_LineWidth << FX_BSTRC(" w\n"); in SetGraphState()
Dfx_ge_path.cpp588 m_LineWidth = 1.0f; in CFX_GraphStateData()
606 m_LineWidth = src.m_LineWidth; in Copy()
Dfx_ge_device.cpp199 graphState.m_LineWidth = 0.0f; in DrawPath()
225 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit); in DrawPath()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Caret.cpp78 gsd.m_LineWidth = m_fWidth; in DrawThisAppearance()
DPWL_Note.cpp290 gsd.m_LineWidth = 1.0f; in DrawThisAppearance()
319 gsd.m_LineWidth = 1.0f; in DrawThisAppearance()
372 gsd.m_LineWidth = 1.0f; in DrawThisAppearance()
DPWL_Edit.cpp426 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth(); in DrawThisAppearance()
446 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth(); in DrawThisAppearance()
DPWL_Utils.cpp1451 gsd.m_LineWidth = fWidth; in DrawStrokeRect()
1465 gsd.m_LineWidth = fWidth; in DrawStrokeLine()
1549 gsd.m_LineWidth = fWidth; in DrawBorder()
1557 gsd.m_LineWidth = fHalfWidth; in DrawBorder()
1602 gsd.m_LineWidth = fWidth; in DrawBorder()
1802 gsd.m_LineWidth = 0; in DrawEditSpellCheck()
1937 gsd.m_LineWidth = 1.0f; in DrawIconAppStream()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp327 pGraphState->m_LineWidth = width; in GetBorder()
430 graph_state.m_LineWidth = width; in DrawBorder()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp51 gsd.m_LineWidth = (FX_FLOAT)FXSYS_fabs((pt2.x + pt2.y) - (pt1.x + pt1.y)); in DrawTextString()
70 gsd.m_LineWidth = (FX_FLOAT)FXSYS_fabs((pt2.x + pt2.y) - (pt1.x + pt1.y)); in DrawTextString()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp543 graphState.m_LineWidth = 0; in ProcessPath()
695 stroke_state.m_LineWidth = 0; in DrawClipPath()
707 graphState.m_LineWidth = 0; in SelectClipPath()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp285 FX_FLOAT lineWidth = graphState->m_LineWidth; in getLineWidth()
286 if (graphState->m_LineWidth <= 0.f) { in getLineWidth()
/external/pdfium/core/include/fxge/
Dfx_ge.h254 FX_FLOAT m_LineWidth; variable
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp613 width = scale * pGraphState->m_LineWidth; in _CreatePen()
795 pGraphState && pGraphState->m_LineWidth == 1.f && in DrawPath()
Dfx_win32_gdipext.cpp727 FX_FLOAT width = pGraphState ? pGraphState->m_LineWidth : 1.0f; in _GdipCreatePen()
938 if (bSmooth || pGraphState && pGraphState->m_LineWidth > 2) { in DrawPath()
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp196 FX_FIXFLOAT width = pGraphState->m_LineWidth*scale; in SkRasterizeStroke()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp116 gsd.m_LineWidth = 1.0f; in OnDraw()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp148 FX_FLOAT width = pGraphState->m_LineWidth * scale; in RasterizeStroke()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp431 gsd.m_LineWidth = 0.0f; in DrawAppearance()