Home
last modified time | relevance | path

Searched refs:overrideFillType (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCClipProcessor.cpp18 SkPath::FillType overrideFillType) in GrCCClipProcessor() argument
22 , fOverrideFillType(overrideFillType) in GrCCClipProcessor()
DGrCCClipProcessor.h22 GrCCClipProcessor(const GrCCClipPath*, MustCheckBounds, SkPath::FillType overrideFillType);
/external/skia/src/gpu/
DGrTriangulator.h84 void* polysToTriangles(Poly* polys, void* data, SkPathFillType overrideFillType) const;
171 static int64_t CountPoints(Poly* polys, SkPathFillType overrideFillType);
DGrTriangulator.cpp1428 SkPathFillType overrideFillType) const { in polysToTriangles()
1430 if (apply_fill_type(overrideFillType, poly)) { in polysToTriangles()
1487 int64_t GrTriangulator::CountPoints(Poly* polys, SkPathFillType overrideFillType) { in CountPoints() argument
1490 if (apply_fill_type(overrideFillType, poly) && poly->fCount >= 3) { in CountPoints()