HomeSort by relevance Sort by last modified time
    Searched defs:fFillType (Results 1 - 10 of 10) 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/skqp/src/gpu/
GrPath.h 27 , fFillType(GrPathRendering::kWinding_FillType)
39 GrPathRendering::FillType getFillType() const { return fFillType; }
47 GrPathRendering::FillType fFillType;
  /external/skia/src/gpu/ops/
GrStencilPathOp.h 52 , fFillType(fillType)
67 GrPathRendering::FillType fFillType;
GrDrawPathOp.h 47 GrPathRendering::FillType fillType() const { return fFillType; }
71 GrPathRendering::FillType fFillType;
  /external/skqp/src/gpu/ops/
GrStencilPathOp.h 52 , fFillType(fillType)
67 GrPathRendering::FillType fFillType;
GrDrawPathOp.h 47 GrPathRendering::FillType fillType() const { return fFillType; }
71 GrPathRendering::FillType fFillType;
  /external/skia/src/gpu/ccpr/
GrCCPathProcessor.h 66 SkPath::FillType fillType() const { return fFillType; }
83 const SkPath::FillType fFillType;
  /external/skqp/src/gpu/ccpr/
GrCCPathProcessor.h 66 SkPath::FillType fillType() const { return fFillType; }
83 const SkPath::FillType fFillType;
  /external/skia/include/core/
SkPath.h 183 FillType getFillType() const { return (FillType)fFillType; }
192 fFillType = SkToU8(ft);
200 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
206 fFillType ^= 2;
    [all...]
  /external/skqp/include/core/
SkPath.h 184 FillType getFillType() const { return (FillType)fFillType; }
193 fFillType = SkToU8(ft);
201 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
207 fFillType ^= 2;
    [all...]

Completed in 417 milliseconds