Searched refs:isFlagSet (Results 1 – 1 of 1) sorted by relevance
45 if (isFlagSet(type, ROT_90_VAL | FLIP_V_VAL | FLIP_H_VAL)) {50 if (isFlagSet(type, FLIP_V_VAL | FLIP_H_VAL)) {55 if (isFlagSet(type, ROT_90_VAL)) {67 export function isFlagSet(type, bits): Boolean { function