Searched defs:frame_padding (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 870 bool ImGui::ImageButton(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVec4& tint_col) in ImageButton() argument [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 1054 bool ImGui::ImageButton(ImTextureID user_texture_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4& bg_col, const ImVec4& tint_col) in ImageButton() argument [all...] |
H A D | imgui_demo.cpp | 1010 int frame_padding = -1 + i; // -1 == uses default padding (style.FramePadding) in ShowDemoWindowWidgets() local
|
Completed in 36 milliseconds