Searched refs:col_border (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2955 const ImU32 col_border = IM_COL32(0, 0, 0, 255); // Black local in function:ImGui::RenderMouseCursor
2967 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[2], uv[3], col_border);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2955 const ImU32 col_border = IM_COL32(0, 0, 0, 255); // Black local in function:ImGui::RenderMouseCursor
2967 draw_list->AddImage(tex_id, pos, pos + size*scale, uv[2], uv[3], col_border);

Completed in 14 milliseconds