Home
last modified time | relevance | path

Searched refs:RenderArrowPointingAt (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h1457 …IMGUI_API void RenderArrowPointingAt(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, I…
Dimgui_widgets.cpp4094 …ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + half_sz.x + 1, pos.y), ImVec2(half_… in RenderArrowsForVerticalBar()
4095 …ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + half_sz.x, pos.y), half_sz, … in RenderArrowsForVerticalBar()
4096 …ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + bar_w - half_sz.x - 1, pos.y), ImVec2(half_… in RenderArrowsForVerticalBar()
4097 …ImGui::RenderArrowPointingAt(draw_list, ImVec2(pos.x + bar_w - half_sz.x, pos.y), half_sz, … in RenderArrowsForVerticalBar()
Dimgui_draw.cpp2974 void ImGui::RenderArrowPointingAt(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, ImGuiDir direc… in RenderArrowPointingAt() function in ImGui