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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects; local in function:ImFontAtlasBuildPackCustomRects
2073 IM_ASSERT(user_rects.Size >= 1); // We expect at least the default custom rects to be registered, else something went wrong.
2076 pack_rects.resize(user_rects.Size);
2078 for (int i = 0; i < user_rects.Size; i++)
2080 pack_rects[i].w = user_rects[i].Width;
2081 pack_rects[i].h = user_rects[i].Height;
2087 user_rects[i].X = pack_rects[i].x;
2088 user_rects[i].Y = pack_rects[i].y;
2089 IM_ASSERT(pack_rects[i].w == user_rects[i].Width && pack_rects[i].h == user_rects[
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects; local in function:ImFontAtlasBuildPackCustomRects
2073 IM_ASSERT(user_rects.Size >= 1); // We expect at least the default custom rects to be registered, else something went wrong.
2076 pack_rects.resize(user_rects.Size);
2078 for (int i = 0; i < user_rects.Size; i++)
2080 pack_rects[i].w = user_rects[i].Width;
2081 pack_rects[i].h = user_rects[i].Height;
2087 user_rects[i].X = pack_rects[i].x;
2088 user_rects[i].Y = pack_rects[i].y;
2089 IM_ASSERT(pack_rects[i].w == user_rects[i].Width && pack_rects[i].h == user_rects[
[all...]

Completed in 11 milliseconds