Searched refs:GetCustomRectByIndex (Results 1 – 5 of 5) sorted by relevance
255 - You can then use `ImFontAtlas::GetCustomRectByIndex(int)` to query the position/size of your rect…277 if (const ImFontAtlas::CustomRect* rect = io.Fonts->GetCustomRectByIndex(rect_id))
2240 ImFontAtlasCustomRect* r = GetCustomRectByIndex(PackIdMouseCursors); in GetMouseCursorTexData()2662 ImFontAtlasCustomRect* r = atlas->GetCustomRectByIndex(atlas->PackIdMouseCursors); in ImFontAtlasBuildRenderDefaultTexData()2706 ImFontAtlasCustomRect* r = atlas->GetCustomRectByIndex(atlas->PackIdLines); in ImFontAtlasBuildRenderLinesTexData()
2689 …ImFontAtlasCustomRect* GetCustomRectByIndex(int index) { IM_ASSERT(index >= 0); return &Custo… in GetCustomRectByIndex() function
2046 …const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &Cu… in GetCustomRectByIndex() function
2037 …const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &Cu… in GetCustomRectByIndex() function