Searched refs:PrimRectUV (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 633 void ImDrawList::PrimRectUV(const ImVec2& a, const ImVec2& c, const ImVec2& uv_a, const ImVec2& uv_… in PrimRectUV() function in ImDrawList 1220 PrimRectUV(a, b, uv_a, uv_b, col); in AddImage() 2745 …draw_list->PrimRectUV(ImVec2(pos.x + glyph->X0 * scale, pos.y + glyph->Y0 * scale), ImVec2(pos.x +… in RenderChar()
|
D | imgui.h | 1878 …IMGUI_API void PrimRectUV(const ImVec2& a, const ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_…
|