Flutter Engine
The Flutter Engine
Functions
Region_setRects.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Functions

 REG_FIDDLE (Region_setRects, 256, 70, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Region_setRects  ,
256  ,
70  ,
false  ,
 
)

Definition at line 4 of file Region_setRects.cpp.

4 {
5void draw(SkCanvas* canvas) {
6 SkIRect rects[] = { {10, 10, 40, 40}, {20, 20, 50, 50}, {30, 30, 60, 60} };
8 region.setRects(rects, std::size(rects));
9 canvas->drawRegion(region, SkPaint());
11 for (auto add : rects) {
13 }
14 region.translate(100, 0);
15 canvas->drawRegion(region, SkPaint());
16}
17} // 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)
Definition: SkCanvas.cpp:1685
void translate(int dx, int dy)
Definition: SkRegion.h:349
bool setEmpty()
Definition: SkRegion.cpp:185
@ kUnion_Op
target unioned with operand
Definition: SkRegion.h:369
bool setRects(const SkIRect rects[], int count)
Definition: SkRegion.cpp:657
bool op(const SkIRect &rect, Op op)
Definition: SkRegion.h:384
ClipOpAndAA opAA SkRegion region
Definition: SkRecords.h:238
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