Home
last modified time | relevance | path

Searched refs:_transform (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/modules/canvaskit/htmlcanvas/
H A 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/test/parallel/
H A Dtest-stream2-transform.js34 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 Dtest-stream-transform-flush-data.js12 function _transform(d, e, n) { function
21 transform: _transform,
H A Dtest-stream-writable-needdrain-state.js8 transform: _transform,
12 function _transform(chunk, encoding, cb) { function
H A Dtest-stream-transform-split-objectmode.js39 parser._transform = function(chunk, enc, callback) {
67 serializer._transform = function(obj, _, callback) {
/third_party/node/lib/internal/streams/
H A Dtransform.js117 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 Dpassthrough.js45 PassThrough.prototype._transform = function(chunk, encoding, cb) {
/third_party/node/lib/internal/crypto/
H A Dhash.js87 Hash.prototype._transform = function _transform(chunk, encoding, callback) {
164 Hmac.prototype._transform = Hash.prototype._transform;
H A Dcipher.js159 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 Dstreams.js23 IconvLiteEncoderStream.prototype._transform = function(chunk, encoding, done) {
71 IconvLiteDecoderStream.prototype._transform = function(chunk, encoding, done) {
/third_party/skia/modules/pathkit/
H A Dchaining.js163 this._transform(arguments[0]);
167 this._transform(a[0], a[1], a[2],
H A Dexterns.js58 _transform: function() {}, // takes 1 or 9 params
/third_party/node/lib/internal/test_runner/reporter/
H A Dspec.js137 _transform({ type, data }, encoding, callback) {
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dinstall.js403 _transform (chunk, _, callback) {
/third_party/skia/modules/canvaskit/
H A Dinterface.js286 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 Dexterns.js625 _transform: function() {},
/third_party/node/lib/
H A Dzlib.js346 this._transform(Buffer.alloc(0), '', callback);
412 ZlibBase.prototype._transform = function(chunk, encoding, cb) {

Completed in 8 milliseconds