Home
last modified time | relevance | path

Searched refs:ptLineTo (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.h242 const CFX_PointF& ptLineTo,
289 const CFX_PointF& ptLineTo,
Difx_renderdevicedriver.cpp43 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
Difx_renderdevicedriver.h58 const CFX_PointF& ptLineTo,
Dcfx_renderdevice.cpp704 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
709 ptMoveTo, ptLineTo, color, blend_type)) { in DrawCosmeticLine()
715 path.AppendPoint(ptLineTo, FXPT_TYPE::LineTo, false); in DrawCosmeticLine()
1170 const CFX_PointF& ptLineTo, in DrawStrokeLine() argument
1175 path.AppendPoint(ptLineTo, FXPT_TYPE::LineTo, false); in DrawStrokeLine()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h73 const CFX_PointF& ptLineTo,
Dfx_skia_device.cpp1957 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
/external/pdfium/core/fxge/win32/
Dwin32_int.h155 const CFX_PointF& ptLineTo,
Dfx_win32_device.cpp1126 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
1141 LineTo(m_hDC, FXSYS_round(ptLineTo.x), FXSYS_round(ptLineTo.y)); in DrawCosmeticLine()