Home
last modified time | relevance | path

Searched refs:kDefaultFillType (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/geometry/
DGrShape.h62 static constexpr SkPathFillType kDefaultFillType = SkPathFillType::kEvenOdd; variable
DGrShape.cpp424 out->setFillType(kDefaultFillType); in asPath()
DGrStyledShape.cpp617 fShape.path().setFillType(GrShape::kDefaultFillType); in simplify()