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

Go to the source code of this file.

Functions

 REG_FIDDLE (IPoint_set, 256, 256, true, 0)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( IPoint_set  ,
256  ,
256  ,
true  ,
 
)

Definition at line 5 of file IPoint_set.cpp.

5 {
6void draw(SkCanvas* canvas) {
7 SkIPoint pt1, pt2 = { SK_MinS32, SK_MaxS32 };
9 SkDebugf("pt1 %c= pt2\n", pt1 == pt2 ? '=' : '!');
10}
11} // END FIDDLE
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
static constexpr int32_t SK_MinS32
Definition SkMath.h:22
static constexpr int32_t SK_MaxS32
Definition SkMath.h:21
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
void set(int32_t x, int32_t y)