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

  /external/skia/src/gpu/
GrDistanceFieldGenFromVector.h 33 inline bool IsDistanceFieldSupportedFillType(SkPath::FillType fFillType)
35 return (SkPath::kEvenOdd_FillType == fFillType ||
36 SkPath::kInverseEvenOdd_FillType == fFillType);
GrPath.h 27 , fFillType(GrPathRendering::kWinding_FillType)
39 GrPathRendering::FillType getFillType() const { return fFillType; }
47 GrPathRendering::FillType fFillType;
  /external/skqp/src/gpu/
GrDistanceFieldGenFromVector.h 33 inline bool IsDistanceFieldSupportedFillType(SkPath::FillType fFillType)
35 return (SkPath::kEvenOdd_FillType == fFillType ||
36 SkPath::kInverseEvenOdd_FillType == fFillType);
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 54 , fFillType(fillType)
67 GrPathRendering::FillType fFillType;
GrStencilPathOp.cpp 35 GrStencilSettings stencil(GrPathRendering::GetStencilPassSettings(fFillType),
GrDrawPathOp.h 45 GrPathRendering::FillType fillType() const { return fFillType; }
62 GrPathRendering::FillType fFillType;
GrDrawPathOp.cpp 32 , fFillType(fill)
  /external/skqp/src/gpu/ops/
GrStencilPathOp.h 54 , fFillType(fillType)
67 GrPathRendering::FillType fFillType;
GrStencilPathOp.cpp 35 GrStencilSettings stencil(GrPathRendering::GetStencilPassSettings(fFillType),
GrDrawPathOp.h 43 GrPathRendering::FillType fillType() const { return fFillType; }
65 GrPathRendering::FillType fFillType;
GrDrawPathOp.cpp 20 , fFillType(fill)
  /external/skia/src/core/
SkPath_serial.cpp 75 int32_t packed = (fFillType << kFillType_SerializationShift) |
96 int32_t packed = (fFillType << kFillType_SerializationShift) |
315 fFillType = fillType;
SkPath.cpp 165 fFillType = kWinding_FillType;
197 fFillType = that.fFillType;
210 (a.fFillType == b.fFillType && *a.fPathRef.get() == *b.fPathRef.get());
218 const auto ft = fFillType;
219 fFillType = that.fFillType;
220 that.fFillType = ft;
376 SkASSERT((unsigned)fFillType < (1 << (32 - SkPathPriv::kPathRefGenIDBitCnt)))
    [all...]
  /external/skqp/src/core/
SkPath_serial.cpp 75 int32_t packed = (fFillType << kFillType_SerializationShift) |
96 int32_t packed = (fFillType << kFillType_SerializationShift) |
315 fFillType = fillType;
SkPath.cpp 165 fFillType = kWinding_FillType;
197 fFillType = that.fFillType;
210 (a.fFillType == b.fFillType && *a.fPathRef.get() == *b.fPathRef.get());
218 const auto ft = fFillType;
219 fFillType = that.fFillType;
220 that.fFillType = ft;
376 SkASSERT((unsigned)fFillType < (1 << (32 - SkPathPriv::kPathRefGenIDBitCnt)))
    [all...]
  /external/skia/include/core/
SkPath.h 185 FillType getFillType() const { return (FillType)fFillType; }
194 fFillType = SkToU8(ft);
202 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
208 fFillType ^= 2;
    [all...]
  /external/skqp/include/core/
SkPath.h 185 FillType getFillType() const { return (FillType)fFillType; }
194 fFillType = SkToU8(ft);
202 bool isInverseFillType() const { return IsInverseFillType((FillType)fFillType); }
208 fFillType ^= 2;
    [all...]
  /external/skia/src/gpu/gl/
GrGLPath.cpp 320 fFillType = convert_skpath_filltype(skPath->getFillType());
  /external/skqp/src/gpu/gl/
GrGLPath.cpp 320 fFillType = convert_skpath_filltype(skPath->getFillType());

Completed in 274 milliseconds