Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
serialization_callbacks.h File Reference
#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< SkDataflutter::SerializeTypefaceWithoutData (SkTypeface *typeface, void *ctx)
 
sk_sp< SkDataflutter::SerializeTypefaceWithData (SkTypeface *typeface, void *ctx)
 
sk_sp< SkTypefaceflutter::DeserializeTypefaceWithoutData (const void *data, size_t length, void *ctx)
 
sk_sp< SkDataflutter::SerializeImageWithoutData (SkImage *image, void *ctx)
 
sk_sp< SkImageflutter::DeserializeImageWithoutData (const void *data, size_t length, void *ctx)