Home
last modified time | relevance | path

Searched defs:uv_max (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp982 ImVec2 uv_max = ImVec2(1.0f, 1.0f); // Lower-right in ShowDemoWindowWidgets() local
H A Dimgui_draw.cpp1605 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 30 milliseconds