Searched refs:ContainerAtlas (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1192 IM_ASSERT(font->ContainerAtlas->TexID == _TextureIdStack.back()); // Use high-level ImGui::PushFont() or low-level ImDrawList::PushTextureId() to change font.
1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas));
2060 font->ContainerAtlas = atlas;
2137 IM_ASSERT(r.Font->ContainerAtlas == atlas);
2400 ContainerAtlas = NULL;
2422 ContainerAtlas = NULL;
2504 MetricsTotalSurface += (int)((glyph.U1 - glyph.U0) * ContainerAtlas->TexWidth + 1.99f) * (int)((glyph.V1 - glyph.V0) * ContainerAtlas->TexHeight + 1.99f);
2958 ImFontAtlas* font_atlas = draw_list->_Data->Font->ContainerAtlas;
H A Dimgui.h2096 ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been loaded into member in struct:ImFont
2097 const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within ContainerAtlas->ConfigData
2111 bool IsLoaded() const { return ContainerAtlas != NULL; }
H A Dimgui_widgets.cpp3197 password_font->ContainerAtlas = g.Font->ContainerAtlas;
H A Dimgui.cpp5193 window->DrawList->PushTextureID(g.Font->ContainerAtlas->TexID);
5679 ImFontAtlas* atlas = g.Font->ContainerAtlas;
5692 g.CurrentWindow->DrawList->PushTextureID(font->ContainerAtlas->TexID);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1192 IM_ASSERT(font->ContainerAtlas->TexID == _TextureIdStack.back()); // Use high-level ImGui::PushFont() or low-level ImDrawList::PushTextureId() to change font.
1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas));
2060 font->ContainerAtlas = atlas;
2137 IM_ASSERT(r.Font->ContainerAtlas == atlas);
2400 ContainerAtlas = NULL;
2422 ContainerAtlas = NULL;
2504 MetricsTotalSurface += (int)((glyph.U1 - glyph.U0) * ContainerAtlas->TexWidth + 1.99f) * (int)((glyph.V1 - glyph.V0) * ContainerAtlas->TexHeight + 1.99f);
2958 ImFontAtlas* font_atlas = draw_list->_Data->Font->ContainerAtlas;
H A Dimgui.h2096 ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been loaded into member in struct:ImFont
2097 const ImFontConfig* ConfigData; // 4-8 // in // // Pointer within ContainerAtlas->ConfigData
2111 bool IsLoaded() const { return ContainerAtlas != NULL; }
H A Dimgui_widgets.cpp3197 password_font->ContainerAtlas = g.Font->ContainerAtlas;
H A Dimgui.cpp5193 window->DrawList->PushTextureID(g.Font->ContainerAtlas->TexID);
5679 ImFontAtlas* atlas = g.Font->ContainerAtlas;
5692 g.CurrentWindow->DrawList->PushTextureID(font->ContainerAtlas->TexID);

Completed in 83 milliseconds