Searched refs:VALID_BITS (Results 1 – 2 of 2) sorted by relevance
38 int VALID_BITS = 0x1FFF; // only the first 13 bit are valid now field
117 mask = (~mask) & PaintChanges.VALID_BITS; in applyPaintChange()