Searched defs:ImFontAtlas (Results 1 – 7 of 7) sorted by relevance
1985 struct ImFontAtlas struct2008 … { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } in IsBuilt()2009 void SetTexID(ImTextureID id) { TexID = id; } in SetTexID()2032 struct CustomRect2057 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument2073 … CustomRectIds[1]; // Identifiers of custom texture rectangle used by ImFontAtlas/ImDrawList argument2081 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
1432 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas
1976 struct ImFontAtlas struct1999 … { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } in IsBuilt()2000 void SetTexID(ImTextureID id) { TexID = id; } in SetTexID()2023 struct CustomRect2048 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument2064 … CustomRectIds[1]; // Identifiers of custom texture rectangle used by ImFontAtlas/ImDrawList argument2072 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
1423 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas
2634 struct ImFontAtlas struct2657 … Bit ambiguous: used to detect when user didn't built texture but effectively we should check TexI… in IsBuilt()2658 void SetTexID(ImTextureID id) { TexID = id; } in SetTexID()2689 …ImFontAtlasCustomRect* GetCustomRectByIndex(int index) { IM_ASSERT(index >= 0); return &Custo… in GetCustomRectByIndex() argument2699 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument2700 …been uploaded to user's graphic systems. It is passed back to you during rendering via the ImDrawC…2716 …ImVector<ImFontAtlasCustomRect> CustomRects; // Rectangles for packing custom texture data into… argument2729 typedef ImFontAtlasCustomRect CustomRect; // OBSOLETED in 1.72+ argument2735 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
1968 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas
12226 void ImGui::ShowFontAtlas(ImFontAtlas*) {} in ShowFontAtlas() argument