Searched refs:ROT_90_VAL (Results 1 – 2 of 2) sorted by relevance
73 type.isFlagSet(ROT_90_VAL) -> Rotation.ROTATION_90 in getRotation()75 type.isFlagSet(ROT_90_VAL or FLIP_V_VAL or FLIP_H_VAL) -> Rotation.ROTATION_270 in getRotation()102 type.isFlagSet(ROT_90_VAL or FLIP_V_VAL or FLIP_H_VAL) -> result.add("ROT_270")105 if (type.isFlagSet(ROT_90_VAL)) {201 const val ROT_90_VAL = 0x0400 // (1 << 2 << 8) constant
327 isFlagSet(Transform.ROT_90_VAL or Transform.FLIP_V_VAL or Transform.FLIP_H_VAL) -> in <lambda>()332 isFlagSet(Transform.ROT_90_VAL) -> Matrix33.rot90(x, y) in <lambda>()