Home
last modified time | relevance | path

Searched refs:_transform (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo_gesture_transformable.dart147 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/
Doffset.dart20 _transform = parent._transform;
22 _transform = _transform.clone();
23 _transform.translate(dx, dy);
Dopacity.dart18 _transform = parent._transform;
24 _transform = _transform.clone();
25 _transform.translate(dx, dy);
Dbackdrop_filter.dart22 // Cached inverted transform for _transform.
63 if (_previousTransform != _transform) {
64 _invertedTransform = Matrix4.inverted(_transform);
65 _previousTransform = _transform;
Dclip.dart68 _transform = parent._transform;
71 transform: _transform,
116 _transform = parent._transform;
119 transform: _transform,
173 _transform = parent._transform;
/third_party/node/test/parallel/
Dtest-stream-transform-constructor-set-methods.js20 const _transform = common.mustCall((chunk, _, next) => { constant
33 transform: _transform,
38 assert.strictEqual(t2._transform, _transform);
Dtest-stream2-transform.js35 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
Dtest-stream-transform-flush-data.js12 function _transform(d, e, n) { function
21 transform: _transform,
Dtest-stream-writable-needdrain-state.js8 transform: _transform,
12 function _transform(chunk, encoding, cb) { function
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpattern.js5 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/
Dpattern.js5 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/
Dhash.js64 Hash.prototype._transform = function _transform(chunk, encoding, callback) { method in Hash
141 Hmac.prototype._transform = Hash.prototype._transform; method in Hmac
Dcipher.js134 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/
Dthrough2.js55 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.js125 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.js125 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.js125 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.js125 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.js125 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.js125 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.js125 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.js125 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.js117 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.js125 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/
Dtransform.js135 this._transform = options.transform;
179 Transform.prototype._transform = function(chunk, encoding, cb) { method in Transform
205 this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);

1234