Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp1370 void SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() argument
1424 if (SkToBool(arcSweep) != SkToBool(arcLarge)) { // flipped from the original implementation in arcTo()
/external/skqp/src/core/
DSkPath.cpp1342 void SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() argument
1396 if (SkToBool(arcSweep) != SkToBool(arcLarge)) { // flipped from the original implementation in arcTo()