Lines Matching refs:result
378 ctx.result = CanvasKit.Matrix.multiply(ctx.first, ctx.second);
379 if (ctx.result.length === 18) {
380 throw 'this is here to keep the result from being optimized away';
416 ctx.result = CanvasKit.Matrix.invert(ctx.matr);
417 if (ctx.result.length === 18) {
418 throw 'this is here to keep the result from being optimized away';
472 ctx.result = CanvasKit.M44.multiply(ctx.first, ctx.second);
473 if (ctx.result.length === 18) {
474 throw 'this is here to keep the result from being optimized away';
490 const result = CanvasKit.M44.invert(ctx.matr);
491 if (result.length === 18) {
492 throw 'this is here to keep the result from being optimized away';
525 const result = ctx.first.multiply(ctx.second);
526 if (result.length === 18) {
527 throw 'this is here to keep the result from being optimized away';
564 throw 'this is here to keep the result from being optimized away';