Searched refs:font_atlas (Results 1 – 1 of 1) sorted by relevance
2958 ImFontAtlas* font_atlas = draw_list->_Data->Font->ContainerAtlas; in RenderMouseCursor() local2960 if (font_atlas->GetMouseCursorTexData(mouse_cursor, &offset, &size, &uv[0], &uv[2])) in RenderMouseCursor()2963 const ImTextureID tex_id = font_atlas->TexID; in RenderMouseCursor()