Home
last modified time | relevance | path

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

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