• Home
  • Raw
  • Download

Lines Matching full:function

24 	SkBits2FloatUnsigned: function(num) {},
25 _malloc: function(size) {},
26 _free: function(ptr) {},
27 onRuntimeInitialized: function() {},
28 _FromCmds: function(ptr, size) {},
29 loadCmdsTypedArray: function(arr) {},
30 FromCmds: function(arr) {},
31 _SkCubicMap: function(cp1, cp2) {},
32 cubicYFromX: function(cpx1, cpy1, cpx2, cpy2, X) {},
33 cubicPtFromT: function(cpx1, cpy1, cpx2, cpy2, T) {},
41 _addPath: function(path, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2) {},
42 _arc: function(x, y, radius, startAngle, endAngle, ccw) {},
43 _arcTo: function(x1, y1, x2, y2, radius) {},
44 _asWinding: function() {},
45 _dash: function(on, off, phase) {},
46 _close: function() {},
47 _conicTo: function(x1, y1, x2, y2, w) {},
48 copy: function() {},
49 _cubicTo: function(cp1x, cp1y, cp2x, cp2y, x, y) {},
50 _ellipse: function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) {},
51 _isEmpty: function() {},
52 _lineTo: function(x1, y1) {},
53 _moveTo: function(x1, y1) {},
54 _op: function(otherPath, op) {},
55 _quadTo: function(cpx, cpy, x, y) {},
56 _rect: function(x, y, w, h) {},
57 _reverseAddPath: function(path) {},
58 _simplify: function() {},
59 _stroke: function(opts) {},
60 _trim: function(startT, stopT, isComplement) {},
61 _transform: function() {}, // takes 1 or 9 params
85 CubicMap.prototype.computeYFromX = function(x) {};
86 CubicMap.prototype.computePtFromT = function(t) {};
92 PathKit.SkPath.prototype.addPath = function() {};
93 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) {};
94 PathKit.SkPath.prototype.arcTo = function(x1, y1, x2, y2, radius) {};
95 PathKit.SkPath.prototype.asWinding = function() {};
96 PathKit.SkPath.prototype.bezierCurveTo = function(cp1x, cp1y, cp2x, cp2y, x, y) {};
97 PathKit.SkPath.prototype.close = function() {};
98 PathKit.SkPath.prototype.closePath = function() {};
99 PathKit.SkPath.prototype.conicTo = function(x1, y1, x2, y2, w) {};
100 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) {};
101 PathKit.SkPath.prototype.dash = function(on, off, phase) {};
102 PathKit.SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle,…
103 PathKit.SkPath.prototype.isEmpty = function() {};
104 PathKit.SkPath.prototype.lineTo = function(x, y) {};
105 PathKit.SkPath.prototype.moveTo = function(x, y) {};
106 PathKit.SkPath.prototype.op = function(otherPath, op) {};
107 PathKit.SkPath.prototype.quadTo = function(x1, y1, x2, y2) {};
108 PathKit.SkPath.prototype.quadraticCurveTo = function(x1, y1, x2, y2) {};
109 PathKit.SkPath.prototype.rect = function(x, y, w, h) {};
110 PathKit.SkPath.prototype.reverseAddPath = function() {};
111 PathKit.SkPath.prototype.simplify = function() {};
112 PathKit.SkPath.prototype.stroke = function(opts) {};
113 PathKit.SkPath.prototype.transform = function() {};
114 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {};