Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
Region_readFromMemory.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Functions

 REG_FIDDLE (Region_readFromMemory, 256, 100, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Region_readFromMemory  ,
256  ,
100  ,
false  ,
 
)

Definition at line 5 of file Region_readFromMemory.cpp.

5 {
6void draw(SkCanvas* canvas) {
7 SkRegion region({20, 20, 80, 80});
8 size_t size = region.writeToMemory(nullptr);
10 region.writeToMemory(data->writable_data());
12 copy.readFromMemory(data->data(), data->size());
13 canvas->drawRegion(copy, SkPaint());
14}
15} // END FIDDLE
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void drawRegion(const SkRegion &region, const SkPaint &paint)
static sk_sp< SkData > MakeUninitialized(size_t length)
Definition SkData.cpp:116
size_t writeToMemory(void *buffer) const
ClipOpAndAA opAA SkRegion region
Definition SkRecords.h:238
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 data
Definition switches.h:41
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