Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp2958 ImFontAtlas* font_atlas = draw_list->_Data->Font->ContainerAtlas; in RenderMouseCursor() local
2960 if (font_atlas->GetMouseCursorTexData(mouse_cursor, &offset, &size, &uv[0], &uv[2])) in RenderMouseCursor()
2963 const ImTextureID tex_id = font_atlas->TexID; in RenderMouseCursor()