Searched refs:DrawCosmeticLine (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() function in RenderDeviceDriverIface
|
D | renderdevicedriver_iface.h | 65 virtual bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
|
D | cfx_renderdevice.h | 235 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
|
D | cfx_renderdevice.cpp | 524 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type); in DrawPathWithBlend() 697 bool CFX_RenderDevice::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() function in CFX_RenderDevice 702 if ((color >= 0xff000000) && m_pDeviceDriver->DrawCosmeticLine( in DrawCosmeticLine()
|
/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() function in CFX_SkiaDeviceDriver
|
/external/pdfium/core/fxge/win32/ |
D | win32_int.h | 102 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
|
D | fx_win32_device.cpp | 974 return DrawCosmeticLine(CFX_PointF(bbox.left, bbox.top), in DrawPath() 979 return DrawCosmeticLine(CFX_PointF(bbox.left, bbox.top), in DrawPath() 1122 bool CGdiDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() function in CGdiDeviceDriver
|