Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Macros
SkStrokerPriv.h File Reference
#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
 

Macro Definition Documentation

◆ CCWX

#define CCWX (   x,
  y 
)    (y)

Definition at line 20 of file SkStrokerPriv.h.

◆ CCWY

#define CCWY (   x,
  y 
)    (-x)

Definition at line 21 of file SkStrokerPriv.h.

◆ CUBIC_ARC_FACTOR

#define CUBIC_ARC_FACTOR   ((SK_ScalarSqrt2 - SK_Scalar1) * 4 / 3)

Definition at line 23 of file SkStrokerPriv.h.

◆ CWX

#define CWX (   x,
  y 
)    (-y)

Definition at line 18 of file SkStrokerPriv.h.

◆ CWY

#define CWY (   x,
  y 
)    (x)

Definition at line 19 of file SkStrokerPriv.h.

◆ QUAD_STROKE_APPROX_EXTENDED_DEBUGGING

#define QUAD_STROKE_APPROX_EXTENDED_DEBUGGING   0

Definition at line 26 of file SkStrokerPriv.h.