Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions
SkPathOpsCubic.h File Reference
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkDebug.h"
#include "include/private/base/SkMalloc.h"
#include "src/base/SkArenaAlloc.h"
#include "src/pathops/SkPathOpsDebug.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsTCurve.h"

Go to the source code of this file.

Classes

struct  SkDCubic
 
struct  SkDCubicPair
 
class  SkTCubic
 

Functions

int other_two (int one, int two)
 

Function Documentation

◆ other_two()

int other_two ( int  one,
int  two 
)
inline

Definition at line 170 of file SkPathOpsCubic.h.

170 {
171 return 1 >> (3 - (one ^ two)) ^ 3;
172}