Searched defs:uv_max (Results 1 - 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_demo.cpp | 982 ImVec2 uv_max = ImVec2(1.0f, 1.0f); // Lower-right in ShowDemoWindowWidgets() local
|
| H A D | imgui_draw.cpp | 1605 void ImDrawList::AddImage(ImTextureID user_texture_id, const ImVec2& p_min, const ImVec2& p_max, const ImVec2& uv_min, const ImVec2& uv_max, ImU32 col) in AddImage() argument 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() argument
|
Completed in 22 milliseconds