Flutter Engine
The Flutter Engine
|
#include "flutter/fml/logging.h"
#include "third_party/skia/include/core/SkColorSpace.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkImageInfo.h"
#include "third_party/skia/include/core/SkStream.h"
#include "third_party/skia/include/core/SkTypeface.h"
Go to the source code of this file.
Classes | |
struct | flutter::ImageMetaData |
Namespaces | |
namespace | flutter |
Functions | |
sk_sp< SkData > | flutter::SerializeTypefaceWithoutData (SkTypeface *typeface, void *ctx) |
sk_sp< SkData > | flutter::SerializeTypefaceWithData (SkTypeface *typeface, void *ctx) |
sk_sp< SkTypeface > | flutter::DeserializeTypefaceWithoutData (const void *data, size_t length, void *ctx) |
struct flutter::ImageMetaData | flutter::__attribute__ ((packed)) |
sk_sp< SkData > | flutter::SerializeImageWithoutData (SkImage *image, void *ctx) |
sk_sp< SkImage > | flutter::DeserializeImageWithoutData (const void *data, size_t length, void *ctx) |
Variables | |
int32_t | width = kRealBufferWidth |
int32_t | height = kRealBufferHeight |
uint32_t | color_type |
uint32_t | alpha_type |
bool | has_color_space |
uint32_t alpha_type |
Definition at line 3 of file serialization_callbacks.cc.
uint32_t color_type |
Definition at line 2 of file serialization_callbacks.cc.
bool has_color_space |
Definition at line 4 of file serialization_callbacks.cc.
* height = kRealBufferHeight |
Definition at line 1 of file serialization_callbacks.cc.
* width = kRealBufferWidth |
Definition at line 0 of file serialization_callbacks.cc.