Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1666 int ImFontAtlas::AddCustomRectRegular(unsigned int id, int width, int height) in AddCustomRectRegular() function in ImFontAtlas
2048 …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()
Dimgui.h2044 …IMGUI_API int AddCustomRectRegular(unsigned int id, int width, int height); …