/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 2337 static bool ImFontAtlasBuildWithStbTruetype(ImFontAtlas* atlas) in ImFontAtlasBuildWithStbTruetype() argument 2598 ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent) ImFontAtlasBuildSetupFont() argument 2613 ImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* stbrp_context_opaque) ImFontAtlasBuildPackCustomRects() argument 2640 ImFontAtlasBuildRender8bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const char* in_str, char in_marker_char, unsigned char in_marker_pixel_value) ImFontAtlasBuildRender8bppRectFromString() argument 2650 ImFontAtlasBuildRender32bppRectFromString(ImFontAtlas* atlas, int x, int y, int w, int h, const char* in_str, char in_marker_char, unsigned int in_marker_pixel_value) ImFontAtlasBuildRender32bppRectFromString() argument 2660 ImFontAtlasBuildRenderDefaultTexData(ImFontAtlas* atlas) ImFontAtlasBuildRenderDefaultTexData() argument 2700 ImFontAtlasBuildRenderLinesTexData(ImFontAtlas* atlas) ImFontAtlasBuildRenderLinesTexData() argument 2752 ImFontAtlasBuildInit(ImFontAtlas* atlas) ImFontAtlasBuildInit() argument 2773 ImFontAtlasBuildFinish(ImFontAtlas* atlas) ImFontAtlasBuildFinish() argument [all...] |
H A D | imgui.cpp | 6592 ImFontAtlas* atlas = g.Font->ContainerAtlas; in SetCurrentFont() local 11475 ImFontAtlas* atlas = g.IO.Fonts; ShowMetricsWindow() local 11640 ShowFontAtlas(ImFontAtlas* atlas) ShowFontAtlas() argument [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 5679 ImFontAtlas* atlas in SetCurrentFont() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 836 _mesa_delete_bitmap_atlas(struct gl_context *ctx, struct gl_bitmap_atlas *atlas) in _mesa_delete_bitmap_atlas() argument 852 struct gl_bitmap_atlas *atlas; in lookup_bitmap_atlas() local 866 struct gl_bitmap_atlas *atlas; in alloc_bitmap_atlas() local 889 build_bitmap_atlas(struct gl_context *ctx, struct gl_bitmap_atlas *atlas, GLuint listBase) build_bitmap_atlas() argument 1364 struct gl_bitmap_atlas *atlas = (struct gl_bitmap_atlas *) data; check_atlas_for_deleted_list() local 13395 struct gl_bitmap_atlas *atlas = lookup_bitmap_atlas(ctx, list); _mesa_DeleteLists() local 13451 struct gl_bitmap_atlas *atlas = lookup_bitmap_atlas(ctx, base); _mesa_GenLists() local 13786 struct gl_bitmap_atlas *atlas; render_bitmap_atlas() local [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 13095 nk_font_init(struct nk_font *font, float pixel_height, nk_rune fallback_codepoint, struct nk_font_glyph *glyphs, const struct nk_baked_font *baked_font, nk_handle atlas) nk_font_init() argument 13442 nk_font_atlas_init_default(struct nk_font_atlas *atlas) nk_font_atlas_init_default() argument 13456 nk_font_atlas_init(struct nk_font_atlas *atlas, struct nk_allocator *alloc) nk_font_atlas_init() argument 13466 nk_font_atlas_init_custom(struct nk_font_atlas *atlas, struct nk_allocator *permanent, struct nk_allocator *temporary) nk_font_atlas_init_custom() argument 13478 nk_font_atlas_begin(struct nk_font_atlas *atlas) nk_font_atlas_begin() argument 13495 nk_font_atlas_add(struct nk_font_atlas *atlas, const struct nk_font_config *config) nk_font_atlas_add() argument 13582 nk_font_atlas_add_from_memory(struct nk_font_atlas *atlas, void *memory, nk_size size, float height, const struct nk_font_config *config) nk_font_atlas_add_from_memory() argument 13607 nk_font_atlas_add_from_file(struct nk_font_atlas *atlas, const char *file_path, float height, const struct nk_font_config *config) nk_font_atlas_add_from_file() argument 13633 nk_font_atlas_add_compressed(struct nk_font_atlas *atlas, void *compressed_data, nk_size compressed_size, float height, const struct nk_font_config *config) nk_font_atlas_add_compressed() argument 13668 nk_font_atlas_add_compressed_base85(struct nk_font_atlas *atlas, const char *data_base85, float height, const struct nk_font_config *config) nk_font_atlas_add_compressed_base85() argument 13699 nk_font_atlas_add_default(struct nk_font_atlas *atlas, float pixel_height, const struct nk_font_config *config) nk_font_atlas_add_default() argument 13712 nk_font_atlas_bake(struct nk_font_atlas *atlas, int *width, int *height, enum nk_font_atlas_format fmt) nk_font_atlas_bake() argument 13836 nk_font_atlas_end(struct nk_font_atlas *atlas, nk_handle texture, struct nk_draw_null_texture *null) nk_font_atlas_end() argument 13871 nk_font_atlas_cleanup(struct nk_font_atlas *atlas) nk_font_atlas_cleanup() argument 13893 nk_font_atlas_clear(struct nk_font_atlas *atlas) nk_font_atlas_clear() argument [all...] |