blob: 0bdec38d965277d7e6828fe5aea541fafbd5a5a1 [file] [log] [blame]
/*
* Copyright 2020 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/core/SkBitmap.h"
#include "include/core/SkImage.h"
#include "include/core/SkSamplingOptions.h"
struct SkImageInfo;
struct SkIRect;
/** Generic/synchronous implementation for SkImage:: and SkSurface::asyncRescaleAndReadPixels. */
void SkRescaleAndReadPixels(SkBitmap src,
const SkImageInfo& resultInfo,
const SkIRect& srcRect,
SkImage::RescaleGamma,
SkImage::RescaleMode,
SkImage::ReadPixelsCallback,
SkImage::ReadPixelsContext);