/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A 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/test/parallel/ |
H A D | test-stream2-transform.js | 34 tx._transform = function(chunk, encoding, cb) { 107 pt._transform = function(c, e, cb) { 128 pt._transform = function(c, e, cb) { 154 pt._transform = function(chunk, encoding, cb) { 180 pt._transform = function(chunk, encoding, cb) { 215 pt._transform = function(chunk, encoding, cb) { 267 pt._transform = function(c, e, cb) { 393 jp._transform = function(data, encoding, cb) { 434 js._transform = function(data, encoding, cb) {
|
H A D | test-stream-transform-flush-data.js | 12 function _transform(d, e, n) { function 21 transform: _transform,
|
H A D | test-stream-writable-needdrain-state.js | 8 transform: _transform, 12 function _transform(chunk, encoding, cb) { function
|
H A D | test-stream-transform-split-objectmode.js | 39 parser._transform = function(chunk, enc, callback) { 67 serializer._transform = function(obj, _, callback) {
|
/third_party/node/lib/internal/streams/ |
H A D | transform.js | 117 this._transform = options.transform; 166 Transform.prototype._transform = function(chunk, encoding, callback) { 167 throw new ERR_METHOD_NOT_IMPLEMENTED('_transform()'); 175 this._transform(chunk, encoding, (err, val) => {
|
H A D | passthrough.js | 45 PassThrough.prototype._transform = function(chunk, encoding, cb) {
|
/third_party/node/lib/internal/crypto/ |
H A D | hash.js | 87 Hash.prototype._transform = function _transform(chunk, encoding, callback) { 164 Hmac.prototype._transform = Hash.prototype._transform;
|
H A D | cipher.js | 159 Cipher.prototype._transform = function _transform(chunk, encoding, callback) { 253 constructor.prototype._transform = Cipher.prototype._transform;
|
/third_party/node/deps/npm/node_modules/iconv-lite/lib/ |
H A D | streams.js | 23 IconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) { 71 IconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) {
|
/third_party/skia/modules/pathkit/ |
H A D | chaining.js | 163 this._transform(arguments[0]); 167 this._transform(a[0], a[1], a[2],
|
H A D | externs.js | 58 _transform: function() {}, // takes 1 or 9 params
|
/third_party/node/lib/internal/test_runner/reporter/ |
H A D | spec.js | 137 _transform({ type, data }, encoding, callback) {
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | install.js | 403 _transform (chunk, _, callback) {
|
/third_party/skia/modules/canvaskit/ |
H A D | interface.js | 286 this._transform(1, 0, dx, 349 this._transform(a[0], a[1], a[2], 355 this._transform(a[0], a[1], a[2],
|
H A D | externs.js | 625 _transform: function() {},
|
/third_party/node/lib/ |
H A D | zlib.js | 346 this._transform(Buffer.alloc(0), '', callback); 412 ZlibBase.prototype._transform = function(chunk, encoding, cb) {
|