Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h241 const CFX_PointF& ptMoveTo,
288 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
Difx_renderdevicedriver.cpp42 bool IFX_RenderDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument
Difx_renderdevicedriver.h57 virtual bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
Dcfx_renderdevice.cpp703 bool CFX_RenderDevice::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument
709 ptMoveTo, ptLineTo, color, blend_type)) { in DrawCosmeticLine()
714 path.AppendPoint(ptMoveTo, FXPT_TYPE::MoveTo, false); in DrawCosmeticLine()
1169 const CFX_PointF& ptMoveTo, in DrawStrokeLine() argument
1174 path.AppendPoint(ptMoveTo, FXPT_TYPE::MoveTo, false); in DrawStrokeLine()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h72 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
Dfx_skia_device.cpp1956 bool CFX_SkiaDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument
/external/pdfium/core/fxge/win32/
Dwin32_int.h154 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
Dfx_win32_device.cpp1125 bool CGdiDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() argument
1140 MoveToEx(m_hDC, FXSYS_round(ptMoveTo.x), FXSYS_round(ptMoveTo.y), nullptr); in DrawCosmeticLine()