Searched refs:startPointIndex (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
D | SkPath.cpp | 1043 SkPath& SkPath::addOval(const SkRect &oval, SkPathDirection dir, unsigned startPointIndex) { in addOval() argument 1066 SkPath_OvalPointIterator ovalIter(oval, dir, startPointIndex); in addOval() 1068 …SkPath_RectPointIterator rectIter(oval, dir, startPointIndex + (dir == SkPathDirection::kCW ? 0 : … in addOval() 1081 ed.setIsOval(isOval, SkPathDirection::kCCW == dir, startPointIndex % 4); in addOval()
|
/third_party/flutter/skia/src/core/ |
D | SkPath.cpp | 1305 SkPath& SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() argument 1328 OvalPointIterator ovalIter(oval, dir, startPointIndex); in addOval() 1330 RectPointIterator rectIter(oval, dir, startPointIndex + (dir == kCW_Direction ? 0 : 1)); in addOval() 1343 ed.setIsOval(isOval, kCCW_Direction == dir, startPointIndex % 4); in addOval()
|