/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer_urb.h | 33 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in DrawAllocation() local
|
/third_party/skia/gm/ |
D | savelayer.cpp | 148 static void draw_list(SkCanvas* canvas, sk_sp<SkTextBlob> blob, bool useDrawBehind) { in draw_list() function
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1684 void ImDrawListSplitter::Split(ImDrawList* draw_list, int channels_count) in Split() 1714 void ImDrawListSplitter::Merge(ImDrawList* draw_list) in Merge() 1785 void ImDrawListSplitter::SetCurrentChannel(ImDrawList* draw_list, int idx) in SetCurrentChannel() 1853 void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int v… in ShadeVertsLinearColorGradientKeepAlpha() 1877 void ImGui::ShadeVertsLinearUV(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, const I… in ShadeVertsLinearUV() 3519 void ImFont::RenderChar(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c) const in RenderChar() 3534 void ImFont::RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& cli… in RenderText() 3742 void ImGui::RenderArrow(ImDrawList* draw_list, ImVec2 pos, ImU32 col, ImGuiDir dir, float scale) in RenderArrow() 3773 void ImGui::RenderBullet(ImDrawList* draw_list, ImVec2 pos, ImU32 col) in RenderBullet() 3778 void ImGui::RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz) in RenderCheckMark() [all …]
|
D | imgui.cpp | 2750 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max… in RenderTextClippedEx() 2797 void ImGui::RenderTextEllipsis(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max,… in RenderTextEllipsis() 3505 ImDrawList* draw_list = viewport->DrawLists[drawlist_no]; in GetViewportDrawList() local 4301 static void AddDrawListToDrawData(ImVector<ImDrawList*>* out_list, ImDrawList* draw_list) in AddDrawListToDrawData() 8921 ImDrawList* draw_list = GetForegroundDrawList(window); in NavScoreItem() local 8932 ImDrawList* draw_list = GetForegroundDrawList(window); in NavScoreItem() local 9440 ImDrawList* draw_list = GetForegroundDrawList(g.NavWindow); in NavUpdate() local 11190 void ImGui::DebugRenderViewportThumbnail(ImDrawList* draw_list, ImGuiViewportP* viewport, const ImR… in DebugRenderViewportThumbnail() 11585 ImDrawList* draw_list = GetForegroundDrawList(window); in ShowMetricsWindow() local 11610 ImDrawList* draw_list = GetForegroundDrawList(table->OuterWindow); in ShowMetricsWindow() local [all …]
|
D | imgui_demo.cpp | 904 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in ShowDemoWindowWidgets() local 3104 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in ShowDemoWindowLayout() local 6058 ImDrawList* draw_list = ImGui::GetWindowDrawList(); local 7162 ImDrawList* draw_list = ImGui::GetWindowDrawList(); local 7291 ImDrawList* draw_list = ImGui::GetWindowDrawList(); local
|
D | imgui_widgets.cpp | 1734 ImDrawList* draw_list = window->DrawList; in EndComboPreview() local 5060 static void RenderArrowsForVerticalBar(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, float bar… in RenderArrowsForVerticalBar() 5080 ImDrawList* draw_list = window->DrawList; in ColorPicker4() local 8102 void ImGui::TabItemBackground(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImU… in TabItemBackground() 8129 void ImGui::TabItemLabelAndCloseButton(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags f… in TabItemLabelAndCloseButton()
|
/third_party/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
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 1302 void ImGui::ShadeVertsLinearColorGradientKeepAlpha(ImDrawList* draw_list, int vert_start_idx, int v… in ShadeVertsLinearColorGradientKeepAlpha() 1320 void ImGui::ShadeVertsLinearUV(ImDrawList* draw_list, int vert_start_idx, int vert_end_idx, const I… in ShadeVertsLinearUV() 2723 void ImFont::RenderChar(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, ImWchar c) const in RenderChar() 2737 void ImFont::RenderText(ImDrawList* draw_list, float size, ImVec2 pos, ImU32 col, const ImVec4& cli… in RenderText() 2936 void ImGui::RenderMouseCursor(ImDrawList* draw_list, ImVec2 pos, float scale, ImGuiMouseCursor mous… in RenderMouseCursor() 2962 void ImGui::RenderArrowPointingAt(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, ImGuiDir direc… in RenderArrowPointingAt() 2983 void ImGui::RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_st… in RenderRectFilledRangeH() 3045 void ImGui::RenderPixelEllipsis(ImDrawList* draw_list, ImVec2 pos, int count, ImU32 col) in RenderPixelEllipsis()
|
D | imgui_demo.cpp | 2528 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in ShowDemoWindowMisc() local 2900 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in ShowStyleEditor() local 3844 ImDrawList* draw_list = ImGui::GetWindowDrawList(); in ShowExampleAppCustomRendering() local
|
D | imgui_widgets.cpp | 4080 static void RenderArrowsForVerticalBar(ImDrawList* draw_list, ImVec2 pos, ImVec2 half_sz, float bar… in RenderArrowsForVerticalBar() 4094 ImDrawList* draw_list = window->DrawList; in ColorPicker4() local 6468 void ImGui::TabItemBackground(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags flags, ImU… in TabItemBackground() 6489 bool ImGui::TabItemLabelAndCloseButton(ImDrawList* draw_list, const ImRect& bb, ImGuiTabItemFlags f… in TabItemLabelAndCloseButton()
|
D | imgui.cpp | 2273 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max… in RenderTextClippedEx() 3590 static void AddDrawListToDrawData(ImVector<ImDrawList*>* out_list, ImDrawList* draw_list) in AddDrawListToDrawData() 7082 ImDrawList* draw_list = ImGui::GetOverlayDrawList(window); in NavScoreItem() local 7094 ImDrawList* draw_list = ImGui::GetOverlayDrawList(window); in NavScoreItem() local
|
/third_party/flutter/skia/gm/ |
D | savelayer.cpp | 408 static void draw_list(SkCanvas* canvas, sk_sp<SkTextBlob> blob, bool useDrawBehind) { in draw_list() function
|