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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h66 FillType getFillType() const { return (FillType)fFillType; }
74 fFillType = SkToU8(ft);
78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
85 fFillType ^= 2;
982 uint8_t fFillType; member in class:SkPath
/external/skia/include/core/
H A DSkPath.h66 FillType getFillType() const { return (FillType)fFillType; }
74 fFillType = SkToU8(ft);
78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
85 fFillType ^= 2;
982 uint8_t fFillType; member in class:SkPath

Completed in 77 milliseconds