Home
last modified time | relevance | path

Searched refs:PathLineTo (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1028 PathLineTo(a); in PathRect()
1029 PathLineTo(ImVec2(b.x, a.y)); in PathRect()
1030 PathLineTo(b); in PathRect()
1031 PathLineTo(ImVec2(a.x, b.y)); in PathRect()
1050 PathLineTo(a + ImVec2(0.5f,0.5f)); in AddLine()
1051 PathLineTo(b + ImVec2(0.5f,0.5f)); in AddLine()
1103 PathLineTo(a); in AddQuad()
1104 PathLineTo(b); in AddQuad()
1105 PathLineTo(c); in AddQuad()
1106 PathLineTo(d); in AddQuad()
[all …]
Dimgui.cpp2452 window->DrawList->PathLineTo(ImVec2(bx - third, by - third)); in RenderCheckMark()
2453 window->DrawList->PathLineTo(ImVec2(bx, by)); in RenderCheckMark()
2454 window->DrawList->PathLineTo(ImVec2(bx + third*2, by - third*2)); in RenderCheckMark()
5279 …window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(window_border_… in Begin()
5280 …window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(grip_draw_size… in Begin()
Dimgui_widgets.cpp6565 draw_list->PathLineTo(ImVec2(bb.Min.x, y2)); in TabItemBackground()
6568 draw_list->PathLineTo(ImVec2(bb.Max.x, y2)); in TabItemBackground()
6572 draw_list->PathLineTo(ImVec2(bb.Min.x + 0.5f, y2)); in TabItemBackground()
6575 draw_list->PathLineTo(ImVec2(bb.Max.x - 0.5f, y2)); in TabItemBackground()
Dimgui.h1851 …inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos)… in PathLineTo() function
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1023 PathLineTo(a); in PathRect()
1024 PathLineTo(ImVec2(b.x, a.y)); in PathRect()
1025 PathLineTo(b); in PathRect()
1026 PathLineTo(ImVec2(a.x, b.y)); in PathRect()
1045 PathLineTo(a + ImVec2(0.5f,0.5f)); in AddLine()
1046 PathLineTo(b + ImVec2(0.5f,0.5f)); in AddLine()
1098 PathLineTo(a); in AddQuad()
1099 PathLineTo(b); in AddQuad()
1100 PathLineTo(c); in AddQuad()
1101 PathLineTo(d); in AddQuad()
[all …]
Dimgui.cpp2396 window->DrawList->PathLineTo(ImVec2(bx - third, by - third)); in RenderCheckMark()
2397 window->DrawList->PathLineTo(ImVec2(bx, by)); in RenderCheckMark()
2398 window->DrawList->PathLineTo(ImVec2(bx + third*2, by - third*2)); in RenderCheckMark()
5145 …window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(window_border_… in Begin()
5146 …window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(grip_draw_size… in Begin()
Dimgui.h1843 …inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos)… in PathLineTo() function
Dimgui_widgets.cpp6478 draw_list->PathLineTo(ImVec2(bb.Min.x, y2)); in TabItemBackground()
6481 draw_list->PathLineTo(ImVec2(bb.Max.x, y2)); in TabItemBackground()
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1359 PathLineTo(a); in PathRect()
1360 PathLineTo(ImVec2(b.x, a.y)); in PathRect()
1361 PathLineTo(b); in PathRect()
1362 PathLineTo(ImVec2(a.x, b.y)); in PathRect()
1381 PathLineTo(p1 + ImVec2(0.5f, 0.5f)); in AddLine()
1382 PathLineTo(p2 + ImVec2(0.5f, 0.5f)); in AddLine()
1436 PathLineTo(p1); in AddQuad()
1437 PathLineTo(p2); in AddQuad()
1438 PathLineTo(p3); in AddQuad()
1439 PathLineTo(p4); in AddQuad()
[all …]
Dimgui_widgets.cpp8112 draw_list->PathLineTo(ImVec2(bb.Min.x, y2)); in TabItemBackground()
8115 draw_list->PathLineTo(ImVec2(bb.Max.x, y2)); in TabItemBackground()
8119 draw_list->PathLineTo(ImVec2(bb.Min.x + 0.5f, y2)); in TabItemBackground()
8122 draw_list->PathLineTo(ImVec2(bb.Max.x - 0.5f, y2)); in TabItemBackground()
Dimgui.h2460 …inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos)… in PathLineTo() function
Dimgui.cpp5644 …window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(window_border_… in RenderWindowDecorations()
5645 …window->DrawList->PathLineTo(corner + grip.InnerDir * ((resize_grip_n & 1) ? ImVec2(resize_grip_dr… in RenderWindowDecorations()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt3072 - ImDrawList: Added stateful path building and stroking API. PathLineTo(), PathArcTo(), PathRect(),…