Searched defs:uv_d (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 635 ImVec2 b(c.x, a.y), d(a.x, c.y), uv_b(uv_c.x, uv_a.y), uv_d(uv_a.x, uv_c.y); in PrimRectUV() local 648 …Vec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d, ImU32 col) in PrimQuadUV() 1226 …Vec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d, ImU32 col) in AddImageQuad()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 633 ImVec2 b(c.x, a.y), d(a.x, c.y), uv_b(uv_c.x, uv_a.y), uv_d(uv_a.x, uv_c.y); in PrimRectUV() local 646 …Vec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d, ImU32 col) in PrimQuadUV() 1219 …Vec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d, ImU32 col) in AddImageQuad()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_draw.cpp | 680 ImVec2 b(c.x, a.y), d(a.x, c.y), uv_b(uv_c.x, uv_a.y), uv_d(uv_a.x, uv_c.y); in PrimRectUV() local 693 …Vec2& d, const ImVec2& uv_a, const ImVec2& uv_b, const ImVec2& uv_c, const ImVec2& uv_d, ImU32 col) in PrimQuadUV()
|