Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
DSkReduceOrder.cpp256 return SkPathOpsPointsToVerb(order - 1); in Quad()
282 return SkPathOpsPointsToVerb(order - 1); in Cubic()
DSkPathOpsTypes.h568 inline SkPath::Verb SkPathOpsPointsToVerb(int points) { in SkPathOpsPointsToVerb() function