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

  /external/skia/src/gpu/
GrPath.h 25 , fFillType(GrPathRendering::kWinding_FillType)
38 GrPathRendering::FillType getFillType() const { return fFillType; }
46 GrPathRendering::FillType fFillType;
  /external/skia/src/gpu/batches/
GrDrawPathBatch.h 29 GrPathRendering::FillType fillType() const { return fFillType; }
39 , fFillType(fill) {}
54 GrPathRendering::FillType fFillType;
  /external/skia/include/core/
SkPath.h 87 FillType getFillType() const { return (FillType)fFillType; }
95 fFillType = SkToU8(ft);
99 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
106 fFillType ^= 2;
    [all...]

Completed in 169 milliseconds