Searched refs:CustomRects (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1473 CustomRects.clear();
1675 CustomRects.push_back(r);
1676 return CustomRects.Size - 1; // Return index
1691 CustomRects.push_back(r);
1692 return CustomRects.Size - 1; // Return index
1711 ImFontAtlas::CustomRect& r = CustomRects[CustomRectIds[0]];
2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects;
2098 ImFontAtlas::CustomRect& r = atlas->CustomRects[atlas->CustomRectIds[0]];
2131 for (int i = 0; i < atlas->CustomRects.Size; i++)
2133 const ImFontAtlas::CustomRect& r = atlas->CustomRects[
[all...]
H A Dimgui.h2046 const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &CustomRects[index]; }
2071 ImVector<CustomRect> CustomRects; // Rectangles for packing custom texture data into the atlas. member in struct:ImFontAtlas
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1473 CustomRects.clear();
1675 CustomRects.push_back(r);
1676 return CustomRects.Size - 1; // Return index
1691 CustomRects.push_back(r);
1692 return CustomRects.Size - 1; // Return index
1711 ImFontAtlas::CustomRect& r = CustomRects[CustomRectIds[0]];
2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects;
2098 ImFontAtlas::CustomRect& r = atlas->CustomRects[atlas->CustomRectIds[0]];
2131 for (int i = 0; i < atlas->CustomRects.Size; i++)
2133 const ImFontAtlas::CustomRect& r = atlas->CustomRects[
[all...]
H A Dimgui.h2046 const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &CustomRects[index]; }
2071 ImVector<CustomRect> CustomRects; // Rectangles for packing custom texture data into the atlas. member in struct:ImFontAtlas

Completed in 26 milliseconds