Home
last modified time | relevance | path

Searched defs:rArcTo (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/canvaskit/
Dinterface.js297 CanvasKit.Path.prototype.rArcTo = function(rx, ry, xAxisRotate, useSmallArc, isCCW, dx, dy) { method in CanvasKit.Path
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2371 rArcTo(rx: number, ry: number, xAxisRotate: AngleInDegrees, useSmallArc: boolean, method
/third_party/flutter/skia/src/core/
DSkPath.cpp1551 SkPath& SkPath::rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, SkPath::ArcSize largeArc, in rArcTo() function in SkPath
/third_party/skia/src/core/
DSkPath.cpp1295 SkPath& SkPath::rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, SkPath::ArcSize largeArc, in rArcTo() function in SkPath