Home
last modified time | relevance | path

Searched defs:decimal_precision (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp2171 const int decimal_precision = is_decimal ? ImParseFormatPrecision(format, 3) : 0; in SliderBehaviorT() variable
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp2142 static float GetMinimumStepAtDecimalPrecision(int decimal_precision) in GetMinimumStepAtDecimalPrecision() argument
2250 const int decimal_precision = is_floating_point ? ImParseFormatPrecision(format, 3) : 0; in DragBehaviorT() local
2290 const int decimal_precision = is_floating_point ? ImParseFormatPrecision(format, 3) : 1; in DragBehaviorT() local
[all...]

Completed in 11 milliseconds