Searched defs:AddLine (Results 1 – 3 of 3) sorted by relevance
| /third_party/mingw-w64/mingw-w64-headers/include/gdiplus/ |
| D | gdipluspath.h | 219 Status AddLine(REAL x1, REAL y1, REAL x2, REAL y2) in AddLine() function 224 Status AddLine(INT x1, INT y1, INT x2, INT y2) in AddLine() function 229 Status AddLine(const PointF& pt1, const PointF& pt2) in AddLine() function 234 Status AddLine(const Point& pt1, const Point& pt2) in AddLine() function
|
| /third_party/flutter/skia/gm/ |
| D | degeneratesegments.cpp | 120 static SkPoint AddLine(SkPath& path, SkPoint& startPt) { in AddLine() function in skiagm::DegenerateSegmentsGM
|
| /third_party/flutter/skia/third_party/externals/imgui/ |
| D | imgui_draw.cpp | 1041 void ImDrawList::AddLine(const ImVec2& a, const ImVec2& b, ImU32 col, float thickness) in AddLine() function in ImDrawList
|