8#ifndef SkPathTypes_DEFINED
9#define SkPathTypes_DEFINED
23 return (
static_cast<int>(ft) & 1) != 0;
27 return (
static_cast<int>(ft) & 2) != 0;
@ kCubic_SkPathSegmentMask
@ kConic_SkPathSegmentMask
@ kQuad_SkPathSegmentMask
@ kLine_SkPathSegmentMask
static bool SkPathFillType_IsInverse(SkPathFillType ft)
static bool SkPathFillType_IsEvenOdd(SkPathFillType ft)
static SkPathFillType SkPathFillType_ConvertToNonInverse(SkPathFillType ft)
@ kClose
SkPath::RawIter returns 0 points.
@ kConic
SkPath::RawIter returns 3 points + 1 weight.