Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathBuilder.cpp437 SkPathBuilder& SkPathBuilder::arcTo(SkPoint rad, SkScalar angle, SkPathBuilder::ArcSize arcLarge, in arcTo() argument
489 …if ((arcSweep == SkPathDirection::kCCW) != SkToBool(arcLarge)) { // flipped from the original imp… in arcTo()
DSkPath.cpp1155 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() argument
1207 …if ((arcSweep == SkPathDirection::kCCW) != SkToBool(arcLarge)) { // flipped from the original imp… in arcTo()
/external/skqp/src/core/
DSkPath.cpp1406 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() argument
1458 if (SkToBool(arcSweep) != SkToBool(arcLarge)) { // flipped from the original implementation in arcTo()