5#ifndef FLUTTER_SHELL_COMMON_SERIALIZATION_CALLBACKS_H_
6#define FLUTTER_SHELL_COMMON_SERIALIZATION_CALLBACKS_H_
9#include "third_party/skia/include/core/SkImage.h"
10#include "third_party/skia/include/core/SkSerialProcs.h"
11#include "third_party/skia/include/core/SkTypeface.h"
FlutterVulkanImage * image
SkSerialReturnType SerializeTypefaceWithData(SkTypeface *typeface, void *ctx)
sk_sp< SkImage > DeserializeImageWithoutData(const void *data, size_t length, void *ctx)
SkSerialReturnType SerializeTypefaceWithoutData(SkTypeface *typeface, void *ctx)
sk_sp< SkTypeface > DeserializeTypefaceWithoutData(const void *data, size_t length, void *ctx)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
SkSerialReturnType SerializeImageWithoutData(SkImage *image, void *ctx)