Searched defs:fFillType (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkPath.h70 FillType getFillType() const { return (FillType)fFillType; }
78 fFillType = SkToU8(ft);
82 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
89 fFillType ^= 2;
978 uint8_t fFillType; member in class:SkPath

Completed in 112 milliseconds