HomeSort by relevance Sort by last modified time
    Searched defs:fFillType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkPath.h 66 FillType getFillType() const { return (FillType)fFillType; }
74 fFillType = SkToU8(ft);
78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
85 fFillType ^= 2;
    [all...]
  /external/skia/include/core/
SkPath.h 66 FillType getFillType() const { return (FillType)fFillType; }
74 fFillType = SkToU8(ft);
78 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
85 fFillType ^= 2;
    [all...]

Completed in 311 milliseconds