Flutter Engine
The Flutter Engine
|
#include "flutter/lib/ui/painting/image_decoder_skia.h"
#include <algorithm>
#include "flutter/fml/logging.h"
#include "flutter/fml/make_copyable.h"
#include "flutter/lib/ui/painting/display_list_image_gpu.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/gpu/ganesh/SkImageGanesh.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
static sk_sp< SkImage > | flutter::ResizeRasterImage (const sk_sp< SkImage > &image, const SkISize &resized_dimensions, const fml::tracing::TraceFlow &flow) |
static sk_sp< SkImage > | flutter::ImageFromDecompressedData (ImageDescriptor *descriptor, uint32_t target_width, uint32_t target_height, const fml::tracing::TraceFlow &flow) |
static SkiaGPUObject< SkImage > | flutter::UploadRasterImage (sk_sp< SkImage > image, const fml::WeakPtr< IOManager > &io_manager, const fml::tracing::TraceFlow &flow) |