Home
last modified time | relevance | path

Searched refs:CustomRect (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h2032 struct CustomRect struct
2040CustomRect() { ID = 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0… in CustomRect() argument
2046 …const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &Cu… in GetCustomRectByIndex()
2049 …IMGUI_API void CalcCustomRectUV(const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_ma…
2071 …ImVector<CustomRect> CustomRects; // Rectangles for packing custom texture data into…
Dimgui_draw.cpp1671 CustomRect r; in AddCustomRectRegular()
1684 CustomRect r; in AddCustomRectFontGlyph()
1695 void ImFontAtlas::CalcCustomRectUV(const CustomRect* rect, ImVec2* out_uv_min, ImVec2* out_uv_max) in CalcCustomRectUV()
1711 ImFontAtlas::CustomRect& r = CustomRects[CustomRectIds[0]]; in GetMouseCursorTexData()
2072 ImVector<ImFontAtlas::CustomRect>& user_rects = atlas->CustomRects; in ImFontAtlasBuildPackCustomRects()
2098 ImFontAtlas::CustomRect& r = atlas->CustomRects[atlas->CustomRectIds[0]]; in ImFontAtlasBuildRenderDefaultTexData()
2133 const ImFontAtlas::CustomRect& r = atlas->CustomRects[i]; in ImFontAtlasBuildFinish()