Home | History | Annotate | Download | only in core

Lines Matching defs:FillType

44     enum FillType {
66 FillType getFillType() const { return (FillType)fFillType; }
73 void setFillType(FillType ft) {
77 /** Returns true if the filltype is one of the Inverse variants */
78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
513 static bool IsInverseFillType(FillType fill) {
529 static FillType ConvertToNonInverseFillType(FillType fill) {
534 return (FillType)(fill & 1);
929 * account the FillType.