Searched refs:B_VIEW_LOW_COLOR_BIT (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/interface/
H A DViewPrivate.h40 B_VIEW_LOW_COLOR_BIT = 0x00008000, enumerator in enum:__anon38
/haiku/src/kits/interface/
H A DView.cpp2554 if (fState->IsValid(B_VIEW_LOW_COLOR_BIT)
2564 fState->valid_flags |= B_VIEW_LOW_COLOR_BIT;
2569 fState->archiving_flags |= B_VIEW_LOW_COLOR_BIT;
2576 if (!fState->IsValid(B_VIEW_LOW_COLOR_BIT) && fOwner) {
2586 fState->valid_flags |= B_VIEW_LOW_COLOR_BIT;
2617 fState->archiving_flags &= ~B_VIEW_LOW_COLOR_BIT;
2618 fState->valid_flags |= B_VIEW_LOW_COLOR_BIT;
2622 fState->valid_flags &= ~B_VIEW_LOW_COLOR_BIT;
2645 fState->valid_flags |= B_VIEW_LOW_COLOR_BIT;
2661 | B_VIEW_LOW_COLOR_BIT | B_VIEW_WHICH_VIEW_COLOR_BI
[all...]

Completed in 189 milliseconds