chromium/third_party/pdfium/core/fxge/agg/cfx_agg_imagerenderer.cpp

// Copyright 2017 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#include "core/fxge/agg/cfx_agg_imagerenderer.h"

#include <math.h>

#include <memory>
#include <utility>

#include "core/fxcrt/fx_system.h"
#include "core/fxge/agg/cfx_agg_cliprgn.h"
#include "core/fxge/dib/cfx_dibitmap.h"
#include "core/fxge/dib/cfx_imagestretcher.h"
#include "core/fxge/dib/cfx_imagetransformer.h"

CFX_AggImageRenderer::CFX_AggImageRenderer(
    const RetainPtr<CFX_DIBitmap>& pDevice,
    const CFX_AggClipRgn* pClipRgn,
    RetainPtr<const CFX_DIBBase> source,
    float alpha,
    uint32_t mask_color,
    const CFX_Matrix& matrix,
    const FXDIB_ResampleOptions& options,
    bool bRgbByteOrder)
    :{}

CFX_AggImageRenderer::~CFX_AggImageRenderer() = default;

bool CFX_AggImageRenderer::Continue(PauseIndicatorIface* pPause) {}