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.h141 bool SetClip_PathStroke(const CFX_PathData* pPathData,
285 bool SetClip_PathStroke(const CFX_PathData* pPathData,
348 bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dcfx_psrenderer.h45 void SetClip_PathStroke(const CFX_PathData* pPathData,
Dfx_win32_print.cpp415 bool CPSPrinterDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CPSPrinterDriver
419 m_PSRenderer.SetClip_PathStroke(pPathData, pObject2Device, pGraphState); in SetClip_PathStroke()
536 bool CTextOnlyPrinterDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CTextOnlyPrinterDriver
Dcfx_psrenderer.cpp232 void CFX_PSRenderer::SetClip_PathStroke(const CFX_PathData* pPathData, in SetClip_PathStroke() function in CFX_PSRenderer
Dfx_win32_device.cpp1110 bool CGdiDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CGdiDeviceDriver
/external/pdfium/core/fxge/
Difx_renderdevicedriver.cpp25 bool IFX_RenderDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke() function in IFX_RenderDeviceDriver
Difx_renderdevicedriver.h43 virtual bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dcfx_renderdevice.h128 bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dcfx_renderdevice.cpp472 bool CFX_RenderDevice::SetClip_PathStroke( in SetClip_PathStroke() function in CFX_RenderDevice
476 if (!m_pDeviceDriver->SetClip_PathStroke(pPathData, pObject2Device, in SetClip_PathStroke()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.h51 bool SetClip_PathStroke(const CFX_PathData* pPathData,
Dfx_agg_driver.cpp1256 bool CFX_AggDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CFX_AggDeviceDriver
/external/pdfium/core/fxge/skia/
Dfx_skia_device.h51 bool SetClip_PathStroke(
Dfx_skia_device.cpp1857 bool CFX_SkiaDeviceDriver::SetClip_PathStroke( in SetClip_PathStroke() function in CFX_SkiaDeviceDriver
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1468 return m_pDevice->SetClip_PathStroke(pPathObj->m_Path.GetObject(), in SelectClipPath()