Home
last modified time | relevance | path

Searched refs:B_IGNORE_OUTLINE (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/interface/
H A DControlLook.h84 B_IGNORE_OUTLINE = 1 << 6, enumerator
/haiku/src/apps/deskcalc/
H A DCalcView.cpp570 flags |= BControlLook::B_IGNORE_OUTLINE; in Draw()
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2196 && (flags & B_IGNORE_OUTLINE) == 0; in DrawLabel()
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp2202 && view->Parent()->Parent() == NULL && (flags & B_IGNORE_OUTLINE) == 0; in DrawLabel()