Home
last modified time | relevance | path

Searched refs:AddLine (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/tools/
Dprocess-wasm-compilation-times.py59 def AddLine(self, words): member in Function
122 func.AddLine(words)
/third_party/skia/gm/
Ddegeneratesegments.cpp120 static SkPoint AddLine(SkPathBuilder& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
229 AddLine, in onDraw()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp1813 …window->DrawList->AddLine(ImVec2(table->BorderX1, bg_y1), ImVec2(table->BorderX2, bg_y1), border_c… in TableEndRow()
1817 …window->DrawList->AddLine(ImVec2(table->BorderX1, bg_y2), ImVec2(table->BorderX2, bg_y2), table->B… in TableEndRow()
2450 …GetOverlayDrawList()->AddLine(merge_group->ClipRect.Min, merge_clip_rect.Min, IM_COL32(255, 100, 0… in TableMergeDrawChannels()
2451 …GetOverlayDrawList()->AddLine(merge_group->ClipRect.Max, merge_clip_rect.Max, IM_COL32(255, 100, 0… in TableMergeDrawChannels()
2545 …inner_drawlist->AddLine(ImVec2(column->MaxX, draw_y1), ImVec2(column->MaxX, draw_y2), col, border_… in TableDrawBorders()
2566 …inner_drawlist->AddLine(outer_border.Min, ImVec2(outer_border.Min.x, outer_border.Max.y), outer_co… in TableDrawBorders()
2567 …inner_drawlist->AddLine(ImVec2(outer_border.Max.x, outer_border.Min.y), outer_border.Max, outer_co… in TableDrawBorders()
2571 …inner_drawlist->AddLine(outer_border.Min, ImVec2(outer_border.Max.x, outer_border.Min.y), outer_co… in TableDrawBorders()
2572 …inner_drawlist->AddLine(ImVec2(outer_border.Min.x, outer_border.Max.y), outer_border.Max, outer_co… in TableDrawBorders()
2580 …inner_drawlist->AddLine(ImVec2(table->BorderX1, border_y), ImVec2(table->BorderX2, border_y), tabl… in TableDrawBorders()
[all …]
Dimgui_demo.cpp5621 …ImGui::GetForegroundDrawList()->AddLine(io.MouseClickedPos[0], io.MousePos, ImGui::GetColorU32(ImG…
7227 …draw_list->AddLine(ImVec2(x, y), ImVec2(x + sz, y), col, th); …
7228 …draw_list->AddLine(ImVec2(x, y), ImVec2(x, y + sz), col, th); …
7229 …draw_list->AddLine(ImVec2(x, y), ImVec2(x + sz, y + sz), col, th); …
7345 …draw_list->AddLine(ImVec2(canvas_p0.x + x, canvas_p0.y), ImVec2(canvas_p0.x + x, canvas_p1.y), IM_…
7347 …draw_list->AddLine(ImVec2(canvas_p0.x, canvas_p0.y + y), ImVec2(canvas_p1.x, canvas_p0.y + y), IM_…
7350 …draw_list->AddLine(ImVec2(origin.x + points[n].x, origin.y + points[n].y), ImVec2(origin.x + point…
Dimgui_widgets.cpp823 …window->DrawList->AddLine(center + ImVec2(+cross_extent, +cross_extent), center + ImVec2(-cross_ex… in CloseButton()
824 …window->DrawList->AddLine(center + ImVec2(+cross_extent, -cross_extent), center + ImVec2(-cross_ex… in CloseButton()
1380 …window->DrawList->AddLine(ImVec2(bb.Min.x, bb.Min.y), ImVec2(bb.Min.x, bb.Max.y), GetColorU32(ImGu… in SeparatorEx()
1405 … window->DrawList->AddLine(bb.Min, ImVec2(bb.Max.x, bb.Min.y), GetColorU32(ImGuiCol_Separator)); in SeparatorEx()
4715 …draw_window->DrawList->AddLine(cursor_screen_rect.Min, cursor_screen_rect.GetBL(), GetColorU32(ImG… in InputTextEx()
6512 … window->DrawList->AddLine(pos0, pos1, idx_hovered == v1_idx ? col_hovered : col_base); in PlotEx()
7237 … window->DrawList->AddLine(ImVec2(separator_min_x, y), ImVec2(separator_max_x, y), col, 1.0f); in BeginTabBarEx()
Dimgui.h2431 IMGUI_API void AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness = 1.0f);
Dimgui.cpp5567 …window->DrawList->AddLine(ImVec2(window->Pos.x + border_size, y), ImVec2(window->Pos.x + window->S… in RenderWindowOuterBorders()
5628 …window->DrawList->AddLine(menu_bar_rect.GetBL(), menu_bar_rect.GetBR(), GetColorU32(ImGuiCol_Borde… in RenderWindowDecorations()
11926 …draw_list->AddLine(ImVec2(tab_bar->ScrollingRectMinX, tab_bar->BarRect.Min.y), ImVec2(tab_bar->Scr… in DebugNodeTabBar()
11927 …draw_list->AddLine(ImVec2(tab_bar->ScrollingRectMaxX, tab_bar->BarRect.Min.y), ImVec2(tab_bar->Scr… in DebugNodeTabBar()
Dimgui_draw.cpp1377 void ImDrawList::AddLine(const ImVec2& p1, const ImVec2& p2, ImU32 col, float thickness) in AddLine() function in ImDrawList
/third_party/skia/tools/viewer/
DViewer.cpp1819 dc.fDrawList->AddLine(dc.fScreenPoints[0], dc.fScreenPoints[1], 0xFFFFFFFF); in ImGui_DragQuad()
1820 dc.fDrawList->AddLine(dc.fScreenPoints[1], dc.fScreenPoints[3], 0xFFFFFFFF); in ImGui_DragQuad()
1821 dc.fDrawList->AddLine(dc.fScreenPoints[3], dc.fScreenPoints[2], 0xFFFFFFFF); in ImGui_DragQuad()
1822 dc.fDrawList->AddLine(dc.fScreenPoints[2], dc.fScreenPoints[0], 0xFFFFFFFF); in ImGui_DragQuad()
/third_party/mesa3d/src/imgui/
Dimgui_memory_editor.h271 …draw_list->AddLine(ImVec2(window_pos.x + s.PosAsciiStart - s.GlyphWidth, window_pos.y), ImVec2(win…
Dimgui_widgets.cpp685 …window->DrawList->AddLine(center + ImVec2(+cross_extent,+cross_extent), center + ImVec2(-cross_ext… in CloseButton()
686 …window->DrawList->AddLine(center + ImVec2(+cross_extent,-cross_extent), center + ImVec2(-cross_ext… in CloseButton()
1175 window->DrawList->AddLine(bb.Min, ImVec2(bb.Max.x,bb.Min.y), GetColorU32(ImGuiCol_Separator)); in Separator()
1201 …window->DrawList->AddLine(ImVec2(bb.Min.x, bb.Min.y), ImVec2(bb.Min.x, bb.Max.y), GetColorU32(ImGu… in VerticalSeparator()
3760 …draw_window->DrawList->AddLine(cursor_screen_rect.Min, cursor_screen_rect.GetBL(), GetColorU32(ImG… in InputTextEx()
5338 window->DrawList->AddLine(pos0, pos1, v_hovered == v1_idx ? col_hovered : col_base); in PlotEx()
5921 … window->DrawList->AddLine(ImVec2(separator_min_x, y), ImVec2(separator_max_x, y), col, 1.0f); in BeginTabBarEx()
Dimgui.h1830 IMGUI_API void AddLine(const ImVec2& a, const ImVec2& b, ImU32 col, float thickness = 1.0f);
Dimgui.cpp4840 …window->DrawList->AddLine(ImVec2(window->Pos.x + border_size, y), ImVec2(window->Pos.x + window->S… in RenderOuterBorders()
5263 …window->DrawList->AddLine(menu_bar_rect.GetBL(), menu_bar_rect.GetBR(), GetColorU32(ImGuiCol_Borde… in Begin()
8431 …window->DrawList->AddLine(ImVec2(xi, ImMax(y1 + 1.0f, window->ClipRect.Min.y)), ImVec2(xi, ImMin(y… in EndColumns()
Dimgui_draw.cpp1046 void ImDrawList::AddLine(const ImVec2& a, const ImVec2& b, ImU32 col, float thickness) in AddLine() function in ImDrawList
/third_party/skia/third_party/externals/imgui/docs/
DTODO.txt57 - drawlist: AddRect vs AddLine position confusing (#2441)
DFAQ.md463 draw_list->AddLine(ImVec2(p.x, p.y), ImVec2(p.x + 100.0f, p.y + 100.0f), IM_COL32(255, 255, 0, 255)…