Home
last modified time | relevance | path

Searched refs:AddQuad (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/gm/
Ddegeneratesegments.cpp143 static SkPoint AddQuad(SkPathBuilder& path, SkPoint& startPt) { in AddQuad() function in skiagm::DegenerateSegmentsGM
232 AddQuad, in onDraw()
/third_party/mesa3d/src/imgui/
Dimgui.h1834 …IMGUI_API void AddQuad(const ImVec2& a, const ImVec2& b, const ImVec2& c, const ImVec2& d, ImU32 …
Dimgui_draw.cpp1098 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/
Dimgui.h2435 …IMGUI_API void AddQuad(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3, const ImVec2& p4, Im…
Dimgui_draw.cpp1431 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/
DCHANGELOG.txt2737 - ImDrawList: Added AddQuad(), AddQuadFilled() helpers.