#include <SkPathOpsCurve.h>
Definition at line 25 of file SkPathOpsCurve.h.
◆ dump()
void SkOpCurve::dump |
( |
| ) |
const |
Definition at line 1076 of file PathOpsDebug.cpp.
1076 {
1079 int index;
1080 for (index = 0; index <=
count - 1; ++index) {
1082 }
1084}
void SK_SPI SkDebugf(const char format[],...) SK_PRINTF_LIKE(1
#define SkDEBUGRELEASE(a, b)
int SkPathOpsVerbToPoints(SkPath::Verb verb)
◆ set() [1/2]
void SkOpCurve::set |
( |
const SkDCubic & |
cubic | ) |
|
|
inline |
Definition at line 45 of file SkPathOpsCurve.h.
45 {
48 }
51 }
static const int kPointCount
SkDEBUGCODE(SkPath::Verb fVerb;) const SkPoint &operator[](int n) const
◆ set() [2/2]
void SkOpCurve::set |
( |
const SkDQuad & |
quad | ) |
|
|
inline |
Definition at line 37 of file SkPathOpsCurve.h.
37 {
39 fPts[index] = quad[index].asSkPoint();
40 }
43 }
static const int kPointCount
◆ SkDEBUGCODE()
◆ fPts
◆ fWeight
The documentation for this struct was generated from the following files: