Flutter Engine
The Flutter Engine
JsonWriteBuffer.h
Go to the documentation of this file.
1/*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef JsonWriteBuffer_DEFINED
9#define JsonWriteBuffer_DEFINED
10
12#include "include/core/SkM44.h"
16
17#include <cstddef>
18#include <cstdint>
19#include <string_view>
20
21class SkFlattenable;
22class SkImage;
23class SkJSONWriter;
24class SkMatrix;
25class SkPaint;
26class SkPath;
27class SkRegion;
29class SkStream;
30class SkTypeface;
31class UrlDataManager;
32struct SkIRect;
33struct SkPoint3;
34struct SkPoint;
35struct SkRect;
36
37class JsonWriteBuffer final : public SkWriteBuffer {
38public:
40 : SkWriteBuffer({}), fUrlDataManager(urlDataManager), fWriter(writer), fCount(0) {}
41
42 void writePad32(const void* buffer, size_t bytes) override;
43 void writeByteArray(const void* data, size_t size) override;
44 void writeBool(bool value) override;
45 void writeScalar(SkScalar value) override;
46 void writeScalarArray(const SkScalar* value, uint32_t count) override;
47 void writeInt(int32_t value) override;
48 void writeIntArray(const int32_t* value, uint32_t count) override;
49 void writeUInt(uint32_t value) override;
50 void writeString(std::string_view value) override;
51
52 void writeFlattenable(const SkFlattenable* flattenable) override;
53 void writeColor(SkColor color) override;
54 void writeColorArray(const SkColor* color, uint32_t count) override;
55 void writeColor4f(const SkColor4f& color) override;
56 void writeColor4fArray(const SkColor4f* color, uint32_t count) override;
57 void writePoint(const SkPoint& point) override;
58 void writePointArray(const SkPoint* point, uint32_t count) override;
59 void writePoint3(const SkPoint3& point) override;
60 void write(const SkM44&) override;
61 void writeMatrix(const SkMatrix& matrix) override;
62 void writeIRect(const SkIRect& rect) override;
63 void writeRect(const SkRect& rect) override;
64 void writeRegion(const SkRegion& region) override;
65 void writePath(const SkPath& path) override;
66 void writeSampling(const SkSamplingOptions&) override;
67 size_t writeStream(SkStream* stream, size_t length) override;
68 void writeImage(const SkImage*) override;
69 void writeTypeface(SkTypeface* typeface) override;
70 void writePaint(const SkPaint& paint) override;
71
72private:
73 void append(const char* type);
74
75 UrlDataManager* fUrlDataManager;
76 SkJSONWriter* fWriter;
77 int fCount;
78};
79
80#endif
int count
Definition: FontMgrTest.cpp:50
uint32_t SkColor
Definition: SkColor.h:37
GLenum type
void writeIRect(const SkIRect &rect) override
void writeColorArray(const SkColor *color, uint32_t count) override
void writeRect(const SkRect &rect) override
void writeMatrix(const SkMatrix &matrix) override
void writeFlattenable(const SkFlattenable *flattenable) override
size_t writeStream(SkStream *stream, size_t length) override
void writeString(std::string_view value) override
void writeColor(SkColor color) override
void writeIntArray(const int32_t *value, uint32_t count) override
void writePointArray(const SkPoint *point, uint32_t count) override
void writeColor4fArray(const SkColor4f *color, uint32_t count) override
void writePath(const SkPath &path) override
JsonWriteBuffer(SkJSONWriter *writer, UrlDataManager *urlDataManager)
void writeBool(bool value) override
void writeRegion(const SkRegion &region) override
void writeInt(int32_t value) override
void writeColor4f(const SkColor4f &color) override
void writeImage(const SkImage *) override
void writeScalar(SkScalar value) override
void writeSampling(const SkSamplingOptions &) override
void writeTypeface(SkTypeface *typeface) override
void writeUInt(uint32_t value) override
void writeByteArray(const void *data, size_t size) override
void writeScalarArray(const SkScalar *value, uint32_t count) override
void writePaint(const SkPaint &paint) override
void writePoint3(const SkPoint3 &point) override
void writePoint(const SkPoint &point) override
void writePad32(const void *buffer, size_t bytes) override
void write(const SkM44 &) override
Definition: SkM44.h:150
Definition: SkPath.h:59
const Paint & paint
Definition: color_source.cc:38
DlColor color
float SkScalar
Definition: extension.cpp:12
uint8_t value
size_t length
unsigned useCenter Optional< SkMatrix > matrix
Definition: SkRecords.h:258
ClipOpAndAA opAA SkRegion region
Definition: SkRecords.h:238
sk_sp< SkBlender > blender SkRect rect
Definition: SkRecords.h:350
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
Definition: switches.h:57
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer
Definition: switches.h:126
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
Definition: switches.h:259
Definition: SkRect.h:32
std::shared_ptr< const fml::Mapping > data
Definition: texture_gles.cc:63