HomeSort by relevance Sort by last modified time
    Searched defs:SetClip_PathFill (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 357 m_PSRenderer.SetClip_PathFill(&path, nullptr, FXFILL_WINDING);
405 bool CPSPrinterDriver::SetClip_PathFill(const CFX_PathData* pPathData,
408 m_PSRenderer.SetClip_PathFill(pPathData, pObject2Device, fill_mode);
cfx_psrenderer.cpp 153 void CFX_PSRenderer::SetClip_PathFill(const CFX_PathData* pPathData,
fx_win32_device.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 547 bool CFX_AggDeviceDriver::SetClip_PathFill(const CFX_PathData* pPathData,
    [all...]
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 440 bool CFX_RenderDevice::SetClip_PathFill(const CFX_PathData* pPathData,
443 if (!m_pDeviceDriver->SetClip_PathFill(pPathData, pObject2Device,
466 if (!SetClip_PathFill(&path, nullptr, FXFILL_WINDING))
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 304 milliseconds