Searched refs:ImGuiComboFlags_HeightMask_ (Results 1 – 2 of 2) sorted by relevance
805 …ImGuiComboFlags_HeightMask_ = ImGuiComboFlags_HeightSmall | ImGuiComboFlags_HeightRegu… enumerator
1343 if ((flags & ImGuiComboFlags_HeightMask_) == 0) in BeginCombo()1345 IM_ASSERT(ImIsPowerOfTwo(flags & ImGuiComboFlags_HeightMask_)); // Only one in BeginCombo()