/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/ |
D | transformations_demo_gesture_transformable.dart | 147 Matrix4 _transform = Matrix4.identity(); 190 _transform = _initialTransform; 220 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), 225 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), 235 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), 240 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), 245 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), 252 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), 257 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), 262 globalPosition: fromViewport(details.globalPosition - getOffset(context), _transform), [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | offset.dart | 20 _transform = parent._transform; 22 _transform = _transform.clone(); 23 _transform.translate(dx, dy);
|
D | opacity.dart | 18 _transform = parent._transform; 24 _transform = _transform.clone(); 25 _transform.translate(dx, dy);
|
D | backdrop_filter.dart | 22 // Cached inverted transform for _transform. 63 if (_previousTransform != _transform) { 64 _invertedTransform = Matrix4.inverted(_transform); 65 _previousTransform = _transform;
|
D | clip.dart | 68 _transform = parent._transform; 71 transform: _transform, 116 _transform = parent._transform; 119 transform: _transform, 173 _transform = parent._transform;
|
/third_party/node/test/parallel/ |
D | test-stream-transform-constructor-set-methods.js | 20 const _transform = common.mustCall((chunk, _, next) => { constant 33 transform: _transform, 38 assert.strictEqual(t2._transform, _transform);
|
D | test-stream2-transform.js | 35 tx._transform = function(chunk, encoding, cb) { function in tx 109 pt._transform = function(c, e, cb) { function in pt 130 pt._transform = function(c, e, cb) { function in pt 156 pt._transform = function(chunk, encoding, cb) { function in pt 182 pt._transform = function(chunk, encoding, cb) { function in pt 217 pt._transform = function(chunk, encoding, cb) { function in pt 269 pt._transform = function(c, e, cb) { function in pt 395 jp._transform = function(data, encoding, cb) { function in jp 436 js._transform = function(data, encoding, cb) { function in js
|
D | test-stream-transform-flush-data.js | 12 function _transform(d, e, n) { function 21 transform: _transform,
|
D | test-stream-writable-needdrain-state.js | 8 transform: _transform, 12 function _transform(chunk, encoding, cb) { function
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | pattern.js | 5 this._transform = CanvasKit.SkMatrix.identity(); 43 this._transform = t; 64 this._shader = this._image.makeShader(this._tileX, this._tileY, this._transform);
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | pattern.js | 5 this._transform = CanvasKit.Matrix.identity(); 43 this._transform = t; 65 this._shader = this._image.makeShaderCubic(this._tileX, this._tileY, 1/3, 1/3, this._transform);
|
/third_party/node/lib/internal/crypto/ |
D | hash.js | 64 Hash.prototype._transform = function _transform(chunk, encoding, callback) { method in Hash 141 Hmac.prototype._transform = Hash.prototype._transform; method in Hmac
|
D | cipher.js | 134 Cipher.prototype._transform = function _transform(chunk, encoding, callback) { method in Cipher 231 constructor.prototype._transform = Cipher.prototype._transform; method in constructor
|
/third_party/node/deps/npm/node_modules/through2/ |
D | through2.js | 55 t2._transform = transform 78 Through2.prototype._transform = transform method in inherits 90 t2._transform = transform
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 117 if (typeof options.transform === 'function') this._transform = options.transform; 152 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 177 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 125 if (typeof options.transform === 'function') this._transform = options.transform; 161 Transform.prototype._transform = function (chunk, encoding, cb) { method in Transform 184 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|
/third_party/node/lib/internal/streams/ |
D | transform.js | 135 this._transform = options.transform; 179 Transform.prototype._transform = function(chunk, encoding, cb) { method in Transform 205 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
|