Searched refs:typeFlags (Results 1 – 3 of 3) sorted by relevance
95 const typeFlags: string[] = []; constant105 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 …]
381 const typeFlags = transformNode.formattedValue(); constant382 return typeFlags !== 'null' ? typeFlags : 'IDENTITY';
41 const typeFlags = TransformType.getTypeFlags(transformType); constant43 typeFlags.includes('ROT_90') || typeFlags.includes('ROT_270');376 const typeFlags = TransformType.getTypeFlags(transform.type); constant377 if (typeFlags.includes('ROT_180')) {380 } else if (typeFlags.includes('ROT_270')) {382 } else if (typeFlags.includes('ROT_90')) {