OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImFontAtlas
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_draw.cpp
14
// [SECTION]
ImFontAtlas
15
// [SECTION]
ImFontAtlas
glyph ranges helpers
1380
// [SECTION]
ImFontAtlas
1432
ImFontAtlas
::
ImFontAtlas
()
1449
ImFontAtlas
::~
ImFontAtlas
()
1451
IM_ASSERT(!Locked && "Cannot modify a locked
ImFontAtlas
between NewFrame() and EndFrame/Render()!");
1455
void
ImFontAtlas
::ClearInputData()
1457
IM_ASSERT(!Locked && "Cannot modify a locked
ImFontAtlas
between NewFrame() and EndFrame/Render()!")
[
all
...]
imgui.h
23
// Font API (ImFontConfig, ImFontGlyph, ImFontGlyphRangesBuilder, ImFontAtlasFlags,
ImFontAtlas
, ImFont)
99
struct ImFont; // Runtime data for a single font within a parent
ImFontAtlas
100
struct
ImFontAtlas
; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
102
struct ImFontGlyph; // A single font glyph (code point + coordinates within in
ImFontAtlas
+ offset)
134
typedef int ImFontAtlasFlags; // -> enum ImFontAtlasFlags_ // Flags: for
ImFontAtlas
199
// Each context create its own
ImFontAtlas
by default. You may instance one yourself and pass it to CreateContext() to share a font atlas between imgui contexts.
201
IMGUI_API ImGuiContext* CreateContext(
ImFontAtlas
* shared_font_atlas = NULL);
1301
ImFontAtlas
*Fonts; // <auto> // Load, rasterize and pack one or more fonts into a single texture.
1735
ImTextureID TextureId; // User-provided texture ID. Set by user in
ImfontAtlas
::SetTexID() for fonts or passed to Image*() functions. Ignore if never using images or multiple fonts atlas.
1909
// Font API (ImFontConfig, ImFontGlyph, ImFontAtlasFlags,
ImFontAtlas
, ImFontGlyphRangesBuilder, ImFont
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_draw.cpp
14
// [SECTION]
ImFontAtlas
15
// [SECTION]
ImFontAtlas
glyph ranges helpers
1380
// [SECTION]
ImFontAtlas
1432
ImFontAtlas
::
ImFontAtlas
()
1449
ImFontAtlas
::~
ImFontAtlas
()
1451
IM_ASSERT(!Locked && "Cannot modify a locked
ImFontAtlas
between NewFrame() and EndFrame/Render()!");
1455
void
ImFontAtlas
::ClearInputData()
1457
IM_ASSERT(!Locked && "Cannot modify a locked
ImFontAtlas
between NewFrame() and EndFrame/Render()!")
[
all
...]
imgui.h
23
// Font API (ImFontConfig, ImFontGlyph, ImFontGlyphRangesBuilder, ImFontAtlasFlags,
ImFontAtlas
, ImFont)
99
struct ImFont; // Runtime data for a single font within a parent
ImFontAtlas
100
struct
ImFontAtlas
; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
102
struct ImFontGlyph; // A single font glyph (code point + coordinates within in
ImFontAtlas
+ offset)
134
typedef int ImFontAtlasFlags; // -> enum ImFontAtlasFlags_ // Flags: for
ImFontAtlas
199
// Each context create its own
ImFontAtlas
by default. You may instance one yourself and pass it to CreateContext() to share a font atlas between imgui contexts.
201
IMGUI_API ImGuiContext* CreateContext(
ImFontAtlas
* shared_font_atlas = NULL);
1301
ImFontAtlas
*Fonts; // <auto> // Load, rasterize and pack one or more fonts into a single texture.
1735
ImTextureID TextureId; // User-provided texture ID. Set by user in
ImfontAtlas
::SetTexID() for fonts or passed to Image*() functions. Ignore if never using images or multiple fonts atlas.
1909
// Font API (ImFontConfig, ImFontGlyph, ImFontAtlasFlags,
ImFontAtlas
, ImFontGlyphRangesBuilder, ImFont
[
all
...]
Completed in 16 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026