Home
last modified time | relevance | path

Searched defs:ImFontAtlas (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h1985 struct ImFontAtlas struct
2008 … { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } in IsBuilt()
2009 void SetTexID(ImTextureID id) { TexID = id; } in SetTexID()
2032 struct CustomRect
2057 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument
2073 … CustomRectIds[1]; // Identifiers of custom texture rectangle used by ImFontAtlas/ImDrawList argument
2081 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
Dimgui_draw.cpp1432 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1976 struct ImFontAtlas struct
1999 … { return Fonts.Size > 0 && (TexPixelsAlpha8 != NULL || TexPixelsRGBA32 != NULL); } in IsBuilt()
2000 void SetTexID(ImTextureID id) { TexID = id; } in SetTexID()
2023 struct CustomRect
2048 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument
2064 … CustomRectIds[1]; // Identifiers of custom texture rectangle used by ImFontAtlas/ImDrawList argument
2072 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
Dimgui_draw.cpp1423 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas
/third_party/skia/third_party/externals/imgui/
Dimgui.h2634 struct ImFontAtlas struct
2657 … 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()
2689ImFontAtlasCustomRect* GetCustomRectByIndex(int index) { IM_ASSERT(index >= 0); return &Custo… in GetCustomRectByIndex() argument
2699 ImFontAtlasFlags Flags; // Build flags (see ImFontAtlasFlags_) argument
2700 …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… argument
2729 typedef ImFontAtlasCustomRect CustomRect; // OBSOLETED in 1.72+ argument
2735 // ImFontAtlas automatically loads a default embedded font for you when you call GetTexDataAsAlpha8… argument
Dimgui_draw.cpp1968 ImFontAtlas::ImFontAtlas() in ImFontAtlas() function in ImFontAtlas
Dimgui.cpp12226 void ImGui::ShowFontAtlas(ImFontAtlas*) {} in ShowFontAtlas() argument