Searched refs:AddCustomRectRegular (Results 1 – 2 of 2) sorted by relevance
1666 int ImFontAtlas::AddCustomRectRegular(unsigned int id, int width, int height) in AddCustomRectRegular() function in ImFontAtlas2048 …atlas->CustomRectIds[0] = atlas->AddCustomRectRegular(FONT_ATLAS_DEFAULT_TEX_DATA_ID, FONT_ATLAS_D… in ImFontAtlasBuildRegisterDefaultCustomRects()2050 atlas->CustomRectIds[0] = atlas->AddCustomRectRegular(FONT_ATLAS_DEFAULT_TEX_DATA_ID, 2, 2); in ImFontAtlasBuildRegisterDefaultCustomRects()
2044 …IMGUI_API int AddCustomRectRegular(unsigned int id, int width, int height); …