Flutter Engine
The Flutter Engine
|
#include "flutter/fml/logging.h"
#include "third_party/skia/include/core/SkImage.h"
#include "third_party/skia/include/core/SkTypeface.h"
Go to the source code of this file.
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) |
sk_sp< SkData > | flutter::SerializeImageWithoutData (SkImage *image, void *ctx) |
sk_sp< SkImage > | flutter::DeserializeImageWithoutData (const void *data, size_t length, void *ctx) |