Home
last modified time | relevance | path

Searched refs:typeFlags (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/
Dtransform_utils.ts95 const typeFlags: string[] = []; constant
105 typeFlags.push('IDENTITY');
109 typeFlags.push('SCALE');
113 typeFlags.push('TRANSLATE');
117 typeFlags.push('ROT_INVALID');
126 typeFlags.push('ROT_270');
133 typeFlags.push('ROT_180');
136 typeFlags.push('ROT_90');
139 typeFlags.push('FLIP_V');
142 typeFlags.push('FLIP_H');
[all …]
/development/tools/winscope/src/viewers/components/
Dsurface_flinger_property_groups_component.ts381 const typeFlags = transformNode.formattedValue(); constant
382 return typeFlags !== 'null' ? typeFlags : 'IDENTITY';
/development/tools/winscope/src/parsers/surface_flinger/computations/
Drects_computation.ts41 const typeFlags = TransformType.getTypeFlags(transformType); constant
43 typeFlags.includes('ROT_90') || typeFlags.includes('ROT_270');
376 const typeFlags = TransformType.getTypeFlags(transform.type); constant
377 if (typeFlags.includes('ROT_180')) {
380 } else if (typeFlags.includes('ROT_270')) {
382 } else if (typeFlags.includes('ROT_90')) {