Home
last modified time | relevance | path

Searched refs:FLAG_INVISIBLE (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.h17 FLAG_INVISIBLE = 0x01, enumerator
H A DLayer.cpp63 if (!r.IsValid() || (fFlags & FLAG_INVISIBLE) || !r.Intersects(area)) in Compose()