Home
last modified time | relevance | path

Searched refs:GrFillRuleForPathFillType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.cpp146 GrFillRuleForPathFillType(this->pathFillType())); in prePreparePrograms()
/third_party/skia/include/private/
DGrTypesPriv.h206 inline GrFillRule GrFillRuleForPathFillType(SkPathFillType fillType) { in GrFillRuleForPathFillType() function
219 return GrFillRuleForPathFillType(path.getFillType()); in GrFillRuleForSkPath()