Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Difx_renderdevicedriver.cpp42 bool IFX_RenderDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() function in IFX_RenderDeviceDriver
Difx_renderdevicedriver.h57 virtual bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
Dcfx_renderdevice.h288 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
Dcfx_renderdevice.cpp527 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type); in DrawPathWithBlend()
703 bool CFX_RenderDevice::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() function in CFX_RenderDevice
708 if ((color >= 0xff000000) && m_pDeviceDriver->DrawCosmeticLine( in DrawCosmeticLine()
/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() function in CFX_SkiaDeviceDriver
/external/pdfium/core/fxge/win32/
Dwin32_int.h154 bool DrawCosmeticLine(const CFX_PointF& ptMoveTo,
Dfx_win32_device.cpp986 return DrawCosmeticLine(CFX_PointF(bbox.left, bbox.top), in DrawPath()
991 return DrawCosmeticLine(CFX_PointF(bbox.left, bbox.top), in DrawPath()
1125 bool CGdiDeviceDriver::DrawCosmeticLine(const CFX_PointF& ptMoveTo, in DrawCosmeticLine() function in CGdiDeviceDriver