Searched refs:AddQuad (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/gm/ |
D | degeneratesegments.cpp | 143 static SkPoint AddQuad(SkPathBuilder& path, SkPoint& startPt) { in AddQuad() function in skiagm::DegenerateSegmentsGM 232 AddQuad, in onDraw()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1834 …IMGUI_API void AddQuad(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& d, ImU32 …
|
D | imgui_draw.cpp | 1098 void ImDrawList::AddQuad(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& d, ImU32 … in AddQuad() function in ImDrawList
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2435 …IMGUI_API void AddQuad(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, Im…
|
D | imgui_draw.cpp | 1431 void ImDrawList::AddQuad(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, Im… in AddQuad() function in ImDrawList
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 2737 - ImDrawList: Added AddQuad(), AddQuadFilled() helpers.
|