Flutter Engine
The Flutter Engine
|
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
Go to the source code of this file.
Classes | |
class | SkStrokerPriv |
Macros | |
#define | CWX(x, y) (-y) |
#define | CWY(x, y) (x) |
#define | CCWX(x, y) (y) |
#define | CCWY(x, y) (-x) |
#define | CUBIC_ARC_FACTOR ((SK_ScalarSqrt2 - SK_Scalar1) * 4 / 3) |
#define | QUAD_STROKE_APPROX_EXTENDED_DEBUGGING 0 |
Definition at line 20 of file SkStrokerPriv.h.
Definition at line 21 of file SkStrokerPriv.h.
#define CUBIC_ARC_FACTOR ((SK_ScalarSqrt2 - SK_Scalar1) * 4 / 3) |
Definition at line 23 of file SkStrokerPriv.h.
Definition at line 18 of file SkStrokerPriv.h.
Definition at line 19 of file SkStrokerPriv.h.
#define QUAD_STROKE_APPROX_EXTENDED_DEBUGGING 0 |
Definition at line 26 of file SkStrokerPriv.h.