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

  /external/pdfium/core/fxge/
fx_dib.h 596 class CFX_ImageStretcher {
598 CFX_ImageStretcher(IFX_ScanlineComposer* pDest,
604 ~CFX_ImageStretcher();
654 std::unique_ptr<CFX_ImageStretcher> m_Stretcher;
686 std::unique_ptr<CFX_ImageStretcher> m_Stretcher;
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 858 CFX_ImageStretcher::CFX_ImageStretcher(IFX_ScanlineComposer* pDest,
876 CFX_ImageStretcher::~CFX_ImageStretcher() {
879 bool CFX_ImageStretcher::Start() {
    [all...]
fx_dib_transform.cpp 336 CFX_ImageStretcher stretcher(&storer, this, dest_width, dest_height,
375 m_Stretcher = pdfium::MakeUnique<CFX_ImageStretcher>(
388 m_Stretcher = pdfium::MakeUnique<CFX_ImageStretcher>(
408 m_Stretcher = pdfium::MakeUnique<CFX_ImageStretcher>(
    [all...]
fx_dib_main.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 229 milliseconds