Home
last modified time | relevance | path

Searched refs:SetClip_PathStroke (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxge/win32/
Dwin32_int.h89 bool SetClip_PathStroke(const CFX_PathData* pPathData,
240 bool SetClip_PathStroke(const CFX_PathData* pPathData,
304 bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dfx_win32_print.cpp437 bool CPSPrinterDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CPSPrinterDriver
441 m_PSRenderer.SetClip_PathStroke(pPathData, pObject2Device, pGraphState); in SetClip_PathStroke()
561 bool CTextOnlyPrinterDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CTextOnlyPrinterDriver
Dcfx_psrenderer.h68 void SetClip_PathStroke(const CFX_PathData* pPathData,
Dcfx_psrenderer.cpp174 void CFX_PSRenderer::SetClip_PathStroke(const CFX_PathData* pPathData, in SetClip_PathStroke() function in CFX_PSRenderer
Dfx_win32_device.cpp1107 bool CGdiDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CGdiDeviceDriver
/external/pdfium/core/fxge/
Drenderdevicedriver_iface.cpp21 bool RenderDeviceDriverIface::SetClip_PathStroke( in SetClip_PathStroke() function in RenderDeviceDriverIface
Drenderdevicedriver_iface.h51 virtual bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dcfx_renderdevice.h74 bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dcfx_renderdevice.cpp476 bool CFX_RenderDevice::SetClip_PathStroke( in SetClip_PathStroke() function in CFX_RenderDevice
480 if (!m_pDeviceDriver->SetClip_PathStroke(pPathData, pObject2Device, in SetClip_PathStroke()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h53 bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dfx_agg_driver.cpp1285 bool CFX_AggDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CFX_AggDeviceDriver
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h53 bool SetClip_PathStroke(
Dfx_skia_device.cpp1991 bool CFX_SkiaDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CFX_SkiaDeviceDriver
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp585 return m_pDevice->SetClip_PathStroke(pPathObj->path().GetObject(), in SelectClipPath()