Searched refs:DebugNodeDrawList (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 11424 … DebugNodeDrawList(NULL, viewport->DrawDataBuilder.Layers[layer_i][draw_list_i], "DrawList"); in ShowMetricsWindow() 11670 void ImGui::DebugNodeDrawList(ImGuiWindow* window, const ImDrawList* draw_list, const char* label) in DebugNodeDrawList() function in ImGui 11960 … DebugNodeDrawList(NULL, viewport->DrawDataBuilder.Layers[layer_i][draw_list_i], "DrawList"); in DebugNodeViewport() 11988 DebugNodeDrawList(window, window->DrawList, "DrawList"); in DebugNodeWindow() 12228 void ImGui::DebugNodeDrawList(ImGuiWindow*, const ImDrawList*, const char*) {} in DebugNodeDrawList() function in ImGui
|
| D | imgui_internal.h | 2744 …IMGUI_API void DebugNodeDrawList(ImGuiWindow* window, const ImDrawList* draw_list, const …
|