Searched refs:PathLineTo (Results 1 – 13 of 13) sorted by relevance
| /third_party/mesa3d/src/imgui/ |
| D | imgui_draw.cpp | 1028 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 …]
|
| D | imgui.cpp | 2452 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()
|
| D | imgui_widgets.cpp | 6565 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()
|
| D | imgui.h | 1851 …inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos)… in PathLineTo() function
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_draw.cpp | 1023 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 …]
|
| D | imgui.cpp | 2396 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()
|
| D | imgui.h | 1843 …inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos)… in PathLineTo() function
|
| D | imgui_widgets.cpp | 6478 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/ |
| D | imgui_draw.cpp | 1359 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 …]
|
| D | imgui_widgets.cpp | 8112 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()
|
| D | imgui.h | 2460 …inline void PathLineTo(const ImVec2& pos) { _Path.push_back(pos)… in PathLineTo() function
|
| D | imgui.cpp | 5644 …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/ |
| D | CHANGELOG.txt | 3072 - ImDrawList: Added stateful path building and stroking API. PathLineTo(), PathArcTo(), PathRect(),…
|