Home
last modified time | relevance | path

Searched defs:draw_list (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_draw.cpp1311 void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int v… in ShadeVertsLinearColorGradientKeepAlpha()
1329 void ImGui::ShadeVertsLinearUV(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, const I… in ShadeVertsLinearUV()
2735 void ImFont::RenderChar(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c) const in RenderChar()
2749 void ImFont::RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& cli… in RenderText()
2948 void ImGui::RenderMouseCursor(ImDrawList* draw_list, ImVec2 pos, float scale, ImGuiMouseCursor mous… in RenderMouseCursor()
2974 void ImGui::RenderArrowPointingAt(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, ImGuiDir direc… in RenderArrowPointingAt()
2995 void ImGui::RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_st… in RenderRectFilledRangeH()
3058 void ImGui::RenderPixelEllipsis(ImDrawList* draw_list, ImVec2 pos, int count, ImU32 col) in RenderPixelEllipsis()
H A Dimgui.cpp2329 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max… in RenderTextClippedEx()
3654 static void AddDrawListToDrawData(ImVector<ImDrawList*>* out_list, ImDrawList* draw_list) in AddDrawListToDrawData()
7225 ImDrawList* draw_list = ImGui::GetOverlayDrawList(window); in NavScoreItem() local
7237 ImDrawList* draw_list = ImGui::GetOverlayDrawList(window); in NavScoreItem() local
H A Dimgui_widgets.cpp4092 static void RenderArrowsForVerticalBar(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, float bar… in RenderArrowsForVerticalBar()
4106 ImDrawList* draw_list = window->DrawList; in ColorPicker4() local
6555 void ImGui::TabItemBackground(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImU… in TabItemBackground()
6582 bool ImGui::TabItemLabelAndCloseButton(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags f… in TabItemLabelAndCloseButton()
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daubinator_viewer_urb.h33 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in DrawAllocation() local
/aosp_15_r20/external/skia/gm/
H A Dsavelayer.cpp114 static void draw_list(SkCanvas* canvas, sk_sp<SkTextBlob> blob, bool useDrawBehind) { in draw_list() function