Home
last modified time | relevance | path

Searched defs:arcTo (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dpath2d.js9 function arcTo(skpath, x1, y1, x2, y2, radius) { function
H A Dcanvas2dcontext.js
/third_party/skia/modules/pathkit/
H A Dchaining.js
H A Dexterns.js
/third_party/skia/modules/canvaskit/
H A Dexterns.js
/third_party/skia/src/core/
H A DSkPathBuilder.cpp328 SkPathBuilder& SkPathBuilder::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPathBuilder
415 SkPathBuilder& SkPathBuilder::arcTo(SkPoint p1, SkPoint p2, SkScalar radius) { in arcTo() function in SkPathBuilder
454 SkPathBuilder& SkPathBuilder::arcTo(SkPoint rad, SkScalar angle, SkPathBuilder::ArcSize arcLarge, in arcTo() function in SkPathBuilder
H A DSkPath.cpp1092 SkPath& SkPath::arcTo(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, in arcTo() function in SkPath
1164 SkPath& SkPath::arcTo(SkScalar rx, SkScalar ry, SkScalar angle, SkPath::ArcSize arcLarge, in arcTo() function in SkPath
1331 SkPath& SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar radius) { in arcTo() function in SkPath
[all...]
/third_party/skia/include/core/
H A DSkPath.h886 SkPath& arcTo(const SkPoint p1, const SkPoint p2, SkScalar radius) { arcTo() function in SkPath
949 SkPath& arcTo(const SkPoint r, SkScalar xAxisRotate, ArcSize largeArc, SkPathDirection sweep, arcTo() function in SkPath
[all...]

Completed in 12 milliseconds