Searched defs:GetCustomRectByIndex (Results 1 – 3 of 3) sorted by relevance
2037 …const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &Cu… in GetCustomRectByIndex() function
2046 …const CustomRect* GetCustomRectByIndex(int index) const { if (index < 0) return NULL; return &Cu… in GetCustomRectByIndex() function
2689 …ImFontAtlasCustomRect* GetCustomRectByIndex(int index) { IM_ASSERT(index >= 0); return &Custo… in GetCustomRectByIndex() function