Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.cpp2202 void ImGuiListClipper::Begin(int count, float items_height) in Begin() argument
2247 float items_height = ImGui::GetCursorPosY() - StartPosY; in Step() local
3923 void ImGui::CalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end) in CalcListClipping() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp2247 void ImGui::CalcListClipping(int items_count, float items_height, int* out_items_display_start, int* out_items_display_end) in CalcListClipping() argument
2326 void ImGuiListClipper::Begin(int items_count, float items_height) in Begin() argument

Completed in 37 milliseconds