Home
last modified time | relevance | path

Searched refs:glyph_ranges (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/allegro5/allegro5-5.2.7.0/addons/ttf/
H A Dttf.c71 _AL_VECTOR glyph_ranges; /* sorted array of of ALLEGRO_TTF_GLYPH_RANGE */ member
124 hi = _al_vector_size(&data->glyph_ranges); in get_glyph()
129 ALLEGRO_TTF_GLYPH_RANGE *r = _al_vector_ref(&data->glyph_ranges, mid); in get_glyph()
144 range = _al_vector_alloc_mid(&data->glyph_ranges, mid); in get_glyph()
788 for (i = _al_vector_size(&data->glyph_ranges) - 1; i >= 0; i--) { in ttf_destroy()
789 ALLEGRO_TTF_GLYPH_RANGE *range = _al_vector_ref(&data->glyph_ranges, i); in ttf_destroy()
792 _al_vector_free(&data->glyph_ranges); in ttf_destroy()
953 _al_vector_init(&data->glyph_ranges, sizeof(ALLEGRO_TTF_GLYPH_RANGE)); in al_load_ttf_font_stretch_f()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui_draw.cpp1165 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1182 return AddFontFromMemoryTTF(data, data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1186 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1193 if (glyph_ranges) in AddFontFromMemoryTTF()
1194 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1198 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1207 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1210 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
1215 …tFromMemoryCompressedTTF(compressed_ttf, compressed_ttf_size, size_pixels, font_cfg, glyph_ranges); in AddFontFromMemoryCompressedBase85TTF()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui_draw.cpp1215 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1232 return AddFontFromMemoryTTF(data, data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1236 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1243 if (glyph_ranges) in AddFontFromMemoryTTF()
1244 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1248 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1257 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1260 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
1265 …tFromMemoryCompressedTTF(compressed_ttf, compressed_ttf_size, size_pixels, font_cfg, glyph_ranges); in AddFontFromMemoryCompressedBase85TTF()
/dports/math/curv/curv-0.5/extern/imgui/
H A Dimgui_draw.cpp1560 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1561 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1566 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1584 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1588 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1596 if (glyph_ranges) in AddFontFromMemoryTTF()
1597 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1601 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1610 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1613 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui_draw.cpp1570 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1571 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1576 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1594 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1598 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1606 if (glyph_ranges) in AddFontFromMemoryTTF()
1607 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1611 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1620 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1623 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/
H A Dimgui_draw.cpp1563 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1564 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1569 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1587 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1591 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1599 if (glyph_ranges) in AddFontFromMemoryTTF()
1600 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1604 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1613 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1616 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/imgui/
H A Dimgui_draw.cpp1563 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1564 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1569 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1587 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1591 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1599 if (glyph_ranges) in AddFontFromMemoryTTF()
1600 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1604 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1613 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1616 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/misc/box2d/box2d-2.4.1/extern/imgui/
H A Dimgui_draw.cpp1591 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1592 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1597 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1615 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1619 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1627 if (glyph_ranges) in AddFontFromMemoryTTF()
1628 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1632 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1641 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1644 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/imgui/
H A Dimgui_draw.cpp1604 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1605 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1610 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1628 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1632 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1640 if (glyph_ranges) in AddFontFromMemoryTTF()
1641 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1645 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1654 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1657 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/lang/clover/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/imgui/
H A Dimgui_draw.cpp1592 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1593 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1598 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1616 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1620 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1628 if (glyph_ranges) in AddFontFromMemoryTTF()
1629 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1633 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1642 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1645 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/imgui/
H A Dimgui_draw.cpp1603 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1604 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1609 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1627 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1631 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1639 if (glyph_ranges) in AddFontFromMemoryTTF()
1640 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1644 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1653 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1656 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/games/pioneer/pioneer-20210723/contrib/imgui/
H A Dimgui_draw.cpp1663 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1664 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1669 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1687 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1691 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1699 if (glyph_ranges) in AddFontFromMemoryTTF()
1700 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1704 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1713 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1716 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_draw.cpp1663 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1664 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1669 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1687 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1691 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1699 if (glyph_ranges) in AddFontFromMemoryTTF()
1700 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1704 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1713 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1716 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_draw.cpp1663 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1664 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1669 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1687 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1691 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1699 if (glyph_ranges) in AddFontFromMemoryTTF()
1700 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1704 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1713 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1716 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui_draw.cpp1759 …const ImWchar* glyph_ranges = font_cfg.GlyphRanges != NULL ? font_cfg.GlyphRanges : GetGlyphRanges… in AddFontDefault() local
1760 …FromMemoryCompressedBase85TTF(ttf_compressed_base85, font_cfg.SizePixels, &font_cfg, glyph_ranges); in AddFontDefault()
1765 …r* filename, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromFileTTF() argument
1783 return AddFontFromMemoryTTF(data, (int)data_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromFileTTF()
1787 …nt ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryTTF() argument
1795 if (glyph_ranges) in AddFontFromMemoryTTF()
1796 font_cfg.GlyphRanges = glyph_ranges; in AddFontFromMemoryTTF()
1800 …ed_ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedTTF() argument
1809 …MemoryTTF(buf_decompressed_data, (int)buf_decompressed_size, size_pixels, &font_cfg, glyph_ranges); in AddFontFromMemoryCompressedTTF()
1812 …ssed_ttf_data_base85, float size_pixels, const ImFontConfig* font_cfg, const ImWchar* glyph_ranges) in AddFontFromMemoryCompressedBase85TTF() argument
[all …]

123