Home
last modified time | relevance | path

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

/third_party/skia/modules/canvaskit/
Dskottie.js80 CanvasKit.Animation.prototype.size = function(optSize) { argument
84 if (optSize) {
87 optSize[0] = ta[0];
88 optSize[1] = ta[1];
89 return optSize;
126 CanvasKit.ManagedAnimation.prototype.size = function(optSize) { argument
130 if (optSize) {
133 optSize[0] = ta[0];
134 optSize[1] = ta[1];
135 return optSize;