Searched defs:AddImageRounded (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1242 void ImDrawList::AddImageRounded(ImTextureID user_texture_id, const ImVec2& a, const ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_b, ImU32 col, float rounding, int rounding_corners) in AddImageRounded() function in ImDrawList
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 1637 void ImDrawList::AddImageRounded(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col, float rounding, ImDrawFlags flags) in AddImageRounded() function in ImDrawList
|
Completed in 15 milliseconds