Home
last modified time | relevance | path

Searched refs:startsWithConic (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkPathBuilder.cpp716 const bool startsWithConic = ((index & 1) == (dir == SkPathDirection::kCW)); in addRRect() local
719 const int kVerbs = startsWithConic in addRRect()
731 if (startsWithConic) { in addRRect()
H A DSkPath.cpp954 const bool startsWithConic = ((startIndex & 1) == (dir == SkPathDirection::kCW)); in addRRect() local
958 const int kVerbs = startsWithConic in addRRect()
970 if (startsWithConic) { in addRRect()

Completed in 8 milliseconds