Home | History | Annotate | Download | only in core

Lines Matching refs:fFillType

185     FillType getFillType() const { return (FillType)fFillType; }
194 fFillType = SkToU8(ft);
202 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
208 fFillType ^= 2;
1686 uint8_t fFillType : 2;