Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Point_iset.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.
4// HASH=0d9e8ed734981b5b113f22c7bfde5357
5REG_FIDDLE(Point_iset, 256, 256, true, 0) {
6void draw(SkCanvas* canvas) {
7 SkPoint pt1, pt2 = { SK_MinS16, SK_MaxS16 };
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 int16_t SK_MaxS16
Definition SkMath.h:18
static constexpr int16_t SK_MinS16
Definition SkMath.h:19
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition aaclip.cpp:27
#define REG_FIDDLE(NAME, W, H, TEXT, I)
Definition examples.h:60
void iset(int32_t x, int32_t y)