Searched refs:frame_padding (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 870 …ure_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4&… in ImageButton() argument 885 …const ImVec2 padding = (frame_padding >= 0) ? ImVec2((float)frame_padding, (float)frame_padding) :… in ImageButton() 6582 …rawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const char* l… in TabItemLabelAndCloseButton() argument 6591 …ImRect text_pixel_clip_bb(bb.Min.x + frame_padding.x, bb.Min.y + frame_padding.y, bb.Max.x - frame… in TabItemLabelAndCloseButton() 6595 …aved_marker_pos(ImMin(bb.Min.x + frame_padding.x + label_size.x + 2, text_pixel_clip_bb.Max.x), bb… in TabItemLabelAndCloseButton() 6596 …RenderTextClippedEx(draw_list, unsaved_marker_pos, bb.Max - frame_padding, TAB_UNSAVED_MARKER, NUL… in TabItemLabelAndCloseButton() 6614 …CloseButton(close_button_id, ImVec2(bb.Max.x - frame_padding.x - close_button_sz, bb.Min.y + frame… in TabItemLabelAndCloseButton()
|
D | imgui_internal.h | 1436 …rawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const char* l…
|
D | imgui.h | 391 …onst ImVec2& uv0 = ImVec2(0,0), const ImVec2& uv1 = ImVec2(1,1), int frame_padding = -1, const Im…
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_widgets.cpp | 1054 …ure_id, const ImVec2& size, const ImVec2& uv0, const ImVec2& uv1, int frame_padding, const ImVec4&… in ImageButton() argument 1066 …const ImVec2 padding = (frame_padding >= 0) ? ImVec2((float)frame_padding, (float)frame_padding) :… in ImageButton() 8129 …rawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const char* l… in TabItemLabelAndCloseButton() argument 8151 …ImRect text_pixel_clip_bb(bb.Min.x + frame_padding.x, bb.Min.y + frame_padding.y, bb.Max.x - frame… in TabItemLabelAndCloseButton() 8162 … const ImVec2 button_pos(ImMax(bb.Min.x, bb.Max.x - frame_padding.x * 2.0f - button_sz), bb.Min.y); in TabItemLabelAndCloseButton() 8180 PushStyleVar(ImGuiStyleVar_FramePadding, frame_padding); in TabItemLabelAndCloseButton()
|
D | imgui.h | 507 …nst ImVec2& uv0 = ImVec2(0, 0), const ImVec2& uv1 = ImVec2(1,1), int frame_padding = -1, const Im…
|
D | imgui_demo.cpp | 1010 …int frame_padding = -1 + i; // -1 == uses default padding (style.Frame… in ShowDemoWindowWidgets() local 1016 if (ImGui::ImageButton(my_tex_id, size, uv0, uv1, frame_padding, bg_col, tint_col)) in ShowDemoWindowWidgets()
|
D | imgui_internal.h | 2636 …rawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImVec2 frame_padding, const char* l…
|