Searched refs:ContainerAtlas (Results 1 – 4 of 4) sorted by relevance
1192 …IM_ASSERT(font->ContainerAtlas->TexID == _TextureIdStack.back()); // Use high-level ImGui::PushFo… in AddText()1811 … IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas)); in ImFontAtlasBuildWithStbTruetype()2060 font->ContainerAtlas = atlas; in ImFontAtlasBuildSetupFont()2137 IM_ASSERT(r.Font->ContainerAtlas == atlas); in ImFontAtlasBuildFinish()2400 ContainerAtlas = NULL; in ImFont()2422 ContainerAtlas = NULL; in ClearOutputData()2504 …ce += (int)((glyph.U1 - glyph.U0) * ContainerAtlas->TexWidth + 1.99f) * (int)((glyph.V1 - glyph.V0… in AddGlyph()2958 ImFontAtlas* font_atlas = draw_list->_Data->Font->ContainerAtlas; in RenderMouseCursor()
2096 …ImFontAtlas* ContainerAtlas; // 4-8 // out // // What we has been … member2111 … bool IsLoaded() const { return ContainerAtlas != NULL; } in IsLoaded()
5193 window->DrawList->PushTextureID(g.Font->ContainerAtlas->TexID); in Begin()5679 ImFontAtlas* atlas = g.Font->ContainerAtlas; in SetCurrentFont()5692 g.CurrentWindow->DrawList->PushTextureID(font->ContainerAtlas->TexID); in PushFont()
3197 password_font->ContainerAtlas = g.Font->ContainerAtlas; in InputTextEx()