Searched refs:Transform (Results 1 – 4 of 4) sorted by relevance
/development/tools/winscope/src/flickerlib/layers/ |
D | Transform.ts | 17 import { Transform, Matrix } from "../common" 19 Transform.fromProto = function (transformProto, positionProto): Transform { 20 const entry = new Transform( 90 export default Transform
|
D | Layer.ts | 21 import Transform from './Transform' 30 const transform = Transform.fromProto(proto.transform, proto.position) 31 const bufferTransform = Transform.fromProto(proto.bufferTransform, /* position */ null)
|
/development/tools/winscope/spec/traces/ |
D | ExpectedTraces.js | 1 import { Buffer, RectF, Transform, Matrix, Color, Rect, Region } from '../../src/flickerlib/common.… 4 const standardTransform = new Transform(0, new Matrix(1, 0, 0, 0, 1, 0)); 32 transform: new Transform(0, new Matrix(1, 0, 37.37078094482422, 0, 1, -3.5995326042175293)), 211 transform: new Transform(0, new Matrix(1, 0, 0, 0, 1, 98)),
|
/development/tools/winscope/src/flickerlib/ |
D | common.js | 66 Transform.Matrix; 67 const Transform = require('flicker').com.android.server.wm.traces.common. constant 68 layers.Transform; 100 const EMPTY_TRANSFORM = new Transform(0, EMPTY_MATRIX); 210 return new Transform(proto.type ?? 0, matrix); 214 return new Transform(proto.type ?? 0, EMPTY_MATRIX); 242 Transform,
|