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

Go to the source code of this file.

Functions

 REG_FIDDLE (Matrix_mapPoints_2, 256, 256, false, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Matrix_mapPoints_2  ,
256  ,
256  ,
false  ,
 
)

Definition at line 5 of file Matrix_mapPoints_2.cpp.

5 {
6void draw(SkCanvas* canvas) {
8 matrix.setRotate(35, 128, 128);
9 const int count = 4;
10 SkPoint pts[count];
11 matrix.mapRectToQuad(pts, {40, 70, 180, 220} );
13 paint.setARGB(77, 23, 99, 154);
14 for (int i = 0; i < 5; ++i) {
16 matrix.mapPoints(pts, count);
17 }
18}
19} // END FIDDLE
int count
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void drawPoints(PointMode mode, size_t count, const SkPoint pts[], const SkPaint &paint)
@ kPolygon_PointMode
draw the array of points as a open polygon
Definition SkCanvas.h:1243
const Paint & paint
unsigned useCenter Optional< SkMatrix > matrix
Definition SkRecords.h:258