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

  /external/skia/src/gpu/
GrPath.h 27 , fFillType(GrPathRendering::kWinding_FillType)
39 GrPathRendering::FillType getFillType() const { return fFillType; }
47 GrPathRendering::FillType fFillType;
  /external/skia/src/gpu/ccpr/
GrCCPRPathProcessor.h 62 SkPath::FillType fillType() const { return fFillType; }
79 const SkPath::FillType fFillType;
  /external/skia/src/gpu/ops/
GrDrawPathOp.h 41 GrPathRendering::FillType fillType() const { return fFillType; }
63 GrPathRendering::FillType fFillType;
  /external/skia/include/core/
SkPath.h 93 FillType getFillType() const { return (FillType)fFillType; }
101 fFillType = SkToU8(ft);
105 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
112 fFillType ^= 2;
    [all...]

Completed in 1295 milliseconds