Home
last modified time | relevance | path

Searched defs:grid_step (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4057 …olorRectWithAlphaCheckerboard(ImVec2 p_min, ImVec2 p_max, ImU32 col, float grid_step, ImVec2 grid_… in RenderColorRectWithAlphaCheckerboard()
4435 float grid_step = ImMin(size.x, size.y) / 2.99f; in ColorButton() local