Flutter Engine
The Flutter Engine
Path_serialize.cpp
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4REG_FIDDLE(Path_serialize, 256, 256, true, 0) {
5void draw(SkCanvas* canvas) {
7 path.lineTo(6.f / 7, 2.f / 3);
8 sk_sp<SkData> data = path.serialize();
9 copy.readFromMemory(data->data(), data->size());
10 SkDebugf("path is " "%s" "equal to copy\n", path == copy ? "" : "not ");
11}
12} // END FIDDLE
REG_FIDDLE(Path_serialize, 256, 256, true, 0)
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static void copy(void *dst, const uint8_t *src, int width, int bpp, int deltaSrc, int offset, const SkPMColor ctable[])
Definition: SkSwizzler.cpp:31
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition: aaclip.cpp:27
Definition: SkPath.h:59
Definition: copy.py:1
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
std::shared_ptr< const fml::Mapping > data
Definition: texture_gles.cc:63