Searched refs:MASK_TRANSPARENT (Results 1 – 1 of 1) sorted by relevance
25 static final int MASK_TRANSPARENT = 4; // if this bit set, is transparent (ignore other bits) field in ArabicShaping33 public static final int VALUE_TRANSPARENT = MASK_TRANSPARENT;95 if ((t & MASK_TRANSPARENT) != 0) { in shape()