Flutter Engine
The Flutter Engine
|
#include "flutter/flow/layers/offscreen_surface.h"
#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/include/core/SkData.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkImageInfo.h"
#include "third_party/skia/include/core/SkPixmap.h"
#include "third_party/skia/include/encode/SkPngEncoder.h"
#include "third_party/skia/include/gpu/GrDirectContext.h"
#include "third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h"
Go to the source code of this file.
Namespaces | |
namespace | flutter |
Functions | |
static sk_sp< SkSurface > | flutter::CreateSnapshotSurface (GrDirectContext *surface_context, const SkISize &size) |
static sk_sp< SkData > | flutter::GetRasterData (const sk_sp< SkSurface > &offscreen_surface, bool compressed) |