Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp83 static const ImS64 IM_S64_MAX = LLONG_MAX; // (9223372036854775807ll); variable
86 static const ImS64 IM_S64_MAX = 9223372036854775807LL; variable
1851 … ? *(const ImS64* )v_min : IM_S64_MIN, v_max ? *(const ImS64* )v_max : IM_S64_MAX, format, power, … in DragBehavior()
2280 IM_ASSERT(*(const ImS64*)v_min >= IM_S64_MIN/2 && *(const ImS64*)v_max <= IM_S64_MAX/2); in SliderBehavior()