Searched refs:ptMoveTo (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxge/ |
D | renderdevicedriver_iface.cpp | 40 bool RenderDeviceDriverIface::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument
|
D | cfx_renderdevice.h | 189 const CFX_PointF& ptMoveTo, 235 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
|
D | renderdevicedriver_iface.h | 65 virtual bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
|
D | cfx_renderdevice.cpp | 697 bool CFX_RenderDevice::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument 703 ptMoveTo, ptLineTo, color, blend_type)) { in DrawCosmeticLine() 708 path.AppendPoint(ptMoveTo, FXPT_TYPE::MoveTo, false); in DrawCosmeticLine() 1123 const CFX_PointF& ptMoveTo, in DrawStrokeLine() argument 1128 path.AppendPoint(ptMoveTo, FXPT_TYPE::MoveTo, false); in DrawStrokeLine()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.h | 74 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
|
D | fx_skia_device.cpp | 2093 bool CFX_SkiaDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 102 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
|
D | fx_win32_device.cpp | 1122 bool CGdiDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument 1137 MoveToEx(m_hDC, FXSYS_roundf(ptMoveTo.x), FXSYS_roundf(ptMoveTo.y), nullptr); in DrawCosmeticLine()
|