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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h2032 struct CustomRect struct in struct:ImFontAtlas
2040 CustomRect() { ID = 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0f; GlyphOffset = ImVec2(0,0); Font = NULL; } function in struct:ImFontAtlas::CustomRect
2046 const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &CustomRects[index]; }
2049 IMGUI_API void CalcCustomRectUV(const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max);
2071 ImVector<CustomRect> CustomRects; // Rectangles for packing custom texture data into the atlas.
H A Dimgui_draw.cpp1671 CustomRect r;
1684 CustomRect r;
1695 void ImFontAtlas::CalcCustomRectUV(const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max)
1711 ImFontAtlas::CustomRect& r = CustomRects[CustomRectIds[0]];
2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects;
2098 ImFontAtlas::CustomRect& r = atlas->CustomRects[atlas->CustomRectIds[0]];
2133 const ImFontAtlas::CustomRect& r = atlas->CustomRects[i];
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h2032 struct CustomRect struct in struct:ImFontAtlas
2040 CustomRect() { ID = 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0f; GlyphOffset = ImVec2(0,0); Font = NULL; } function in struct:ImFontAtlas::CustomRect
2046 const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &CustomRects[index]; }
2049 IMGUI_API void CalcCustomRectUV(const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max);
2071 ImVector<CustomRect> CustomRects; // Rectangles for packing custom texture data into the atlas.
H A Dimgui_draw.cpp1671 CustomRect r;
1684 CustomRect r;
1695 void ImFontAtlas::CalcCustomRectUV(const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max)
1711 ImFontAtlas::CustomRect& r = CustomRects[CustomRectIds[0]];
2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects;
2098 ImFontAtlas::CustomRect& r = atlas->CustomRects[atlas->CustomRectIds[0]];
2133 const ImFontAtlas::CustomRect& r = atlas->CustomRects[i];

Completed in 29 milliseconds