Searched refs:ptLineTo (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_renderdevice.h | 242 const CFX_PointF& ptLineTo, 289 const CFX_PointF& ptLineTo,
|
D | ifx_renderdevicedriver.cpp | 43 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
|
D | ifx_renderdevicedriver.h | 58 const CFX_PointF& ptLineTo,
|
D | cfx_renderdevice.cpp | 704 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/ |
D | fx_skia_device.h | 73 const CFX_PointF& ptLineTo,
|
D | fx_skia_device.cpp | 1957 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 155 const CFX_PointF& ptLineTo,
|
D | fx_win32_device.cpp | 1126 const CFX_PointF& ptLineTo, in DrawCosmeticLine() argument 1141 LineTo(m_hDC, FXSYS_round(ptLineTo.x), FXSYS_round(ptLineTo.y)); in DrawCosmeticLine()
|