Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
SkPathOpsTSect.h File Reference
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkArenaAlloc.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsRect.h"
#include "src/pathops/SkPathOpsTCurve.h"
#include "src/pathops/SkPathOpsTypes.h"
#include <cstdint>

Go to the source code of this file.

Classes

class  SkTCoincident
 
struct  SkTSpanBounded
 
class  SkTSpan
 
class  SkTSect
 

Typedefs

typedef bool SkOpDebugBool
 

Functions

static bool SkDoubleIsNaN (double x)
 

Typedef Documentation

◆ SkOpDebugBool

typedef bool SkOpDebugBool

Definition at line 30 of file SkPathOpsTSect.h.

Function Documentation

◆ SkDoubleIsNaN()

static bool SkDoubleIsNaN ( double  x)
inlinestatic

Definition at line 33 of file SkPathOpsTSect.h.

33 {
34 return x != x;
35}
double x