Searched defs:draw_list (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_urb.h | 33 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in DrawAllocation() local
|
/external/skia/gm/ |
D | savelayer.cpp | 148 static void draw_list(SkCanvas* canvas, sk_sp<SkTextBlob> blob, bool useDrawBehind) { in draw_list() function
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1311 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()
|
D | imgui_widgets.cpp | 4092 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()
|
D | imgui.cpp | 2329 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
|
/external/skqp/gm/ |
D | savelayer.cpp | 326 static void draw_list(SkCanvas* canvas, sk_sp<SkTextBlob> blob) { in draw_list() function
|