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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h52 enum FillType { enum in class:SkPath
74 FillType getFillType() const { return (FillType)fFillType; }
81 void setFillType(FillType ft) {
87 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
524 static bool IsInverseFillType(FillType fill) {
540 static FillType ConvertToNonInverseFillType(FillType fill) {
545 return (FillType)(fill & 1);
905 * account the FillType
[all...]
/external/skia/include/core/
H A DSkPath.h52 enum FillType { enum in class:SkPath
74 FillType getFillType() const { return (FillType)fFillType; }
81 void setFillType(FillType ft) {
87 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
524 static bool IsInverseFillType(FillType fill) {
540 static FillType ConvertToNonInverseFillType(FillType fill) {
545 return (FillType)(fill & 1);
905 * account the FillType
[all...]

Completed in 124 milliseconds