Searched refs:FLAG_INVISIBLE (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/translators/wonderbrush/ | ||
H A D | Layer.h | 17 FLAG_INVISIBLE = 0x01, enumerator |
H A D | Layer.cpp | 63 if (!r.IsValid() || (fFlags & FLAG_INVISIBLE) || !r.Intersects(area)) in Compose() |