Searched refs:ptLineTo (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.cpp | 41 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
|
D | cfx_renderdevice.h | 190 const CFX_PointF& ptLineTo, 236 const CFX_PointF& ptLineTo,
|
D | renderdevicedriver_iface.h | 66 const CFX_PointF& ptLineTo,
|
D | cfx_renderdevice.cpp | 698 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument 703 ptMoveTo, ptLineTo, color, blend_type)) { in DrawCosmeticLine() 709 path.AppendPoint(ptLineTo, FXPT_TYPE::LineTo, false); in DrawCosmeticLine() 1124 const CFX_PointF& ptLineTo, in DrawStrokeLine() argument 1129 path.AppendPoint(ptLineTo, FXPT_TYPE::LineTo, false); in DrawStrokeLine()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 75 const CFX_PointF& ptLineTo,
|
D | fx_skia_device.cpp | 2094 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 103 const CFX_PointF& ptLineTo,
|
D | fx_win32_device.cpp | 1123 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument 1138 LineTo(m_hDC, FXSYS_roundf(ptLineTo.x), FXSYS_roundf(ptLineTo.y)); in DrawCosmeticLine()
|