Searched refs:image_bb (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp887 const ImRect image_bb(window->DC.CursorPos + padding, window->DC.CursorPos + padding + size); local in function:ImGui::ImageButton
900 window->DrawList->AddRectFilled(image_bb.Min, image_bb.Max, GetColorU32(bg_col));
901 window->DrawList->AddImage(user_texture_id, image_bb.Min, image_bb.Max, uv0, uv1, GetColorU32(tint_col));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp887 const ImRect image_bb(window->DC.CursorPos + padding, window->DC.CursorPos + padding + size); local in function:ImGui::ImageButton
900 window->DrawList->AddRectFilled(image_bb.Min, image_bb.Max, GetColorU32(bg_col));
901 window->DrawList->AddImage(user_texture_id, image_bb.Min, image_bb.Max, uv0, uv1, GetColorU32(tint_col));

Completed in 25 milliseconds