|
Blender
V2.93
|
#include <blf_internal_types.h>
Public Attributes | |
| struct GlyphCacheBLF * | next |
| struct GlyphCacheBLF * | prev |
| unsigned int | size |
| unsigned int | dpi |
| bool | bold |
| bool | italic |
| ListBase | bucket [257] |
| struct GlyphBLF * | glyph_ascii_table [256] |
| GPUTexture * | texture |
| char * | bitmap_result |
| int | bitmap_len |
| int | bitmap_len_landed |
| int | bitmap_len_alloc |
| int | glyph_width_max |
| int | glyph_height_max |
| int | glyphs_len_max |
| int | glyphs_len_free |
| float | ascender |
| float | descender |
Definition at line 57 of file blf_internal_types.h.
| float GlyphCacheBLF::ascender |
Definition at line 94 of file blf_internal_types.h.
Referenced by blf_font_ascender(), blf_glyph_cache_new(), and BLF_thumb_preview().
| int GlyphCacheBLF::bitmap_len |
Definition at line 79 of file blf_internal_types.h.
Referenced by blf_batch_cache_texture_load(), and blf_glyph_render().
| int GlyphCacheBLF::bitmap_len_alloc |
Definition at line 81 of file blf_internal_types.h.
Referenced by blf_glyph_render().
| int GlyphCacheBLF::bitmap_len_landed |
Definition at line 80 of file blf_internal_types.h.
Referenced by blf_batch_cache_texture_load(), and blf_glyph_render().
| char* GlyphCacheBLF::bitmap_result |
Definition at line 78 of file blf_internal_types.h.
Referenced by blf_batch_cache_texture_load(), blf_glyph_cache_free(), and blf_glyph_render().
| bool GlyphCacheBLF::bold |
Definition at line 67 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
| ListBase GlyphCacheBLF::bucket[257] |
Definition at line 71 of file blf_internal_types.h.
Referenced by blf_glyph_add(), blf_glyph_cache_free(), blf_glyph_cache_new(), and blf_glyph_search().
| float GlyphCacheBLF::descender |
Definition at line 95 of file blf_internal_types.h.
Referenced by blf_font_descender(), and blf_glyph_cache_new().
| unsigned int GlyphCacheBLF::dpi |
Definition at line 65 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
| struct GlyphBLF* GlyphCacheBLF::glyph_ascii_table[256] |
Definition at line 74 of file blf_internal_types.h.
Referenced by blf_font_ensure_ascii_table(), and blf_glyph_cache_new().
| int GlyphCacheBLF::glyph_height_max |
Definition at line 85 of file blf_internal_types.h.
Referenced by blf_font_height_max(), blf_font_wrap_apply(), and blf_glyph_cache_new().
| int GlyphCacheBLF::glyph_width_max |
Definition at line 84 of file blf_internal_types.h.
Referenced by blf_font_width_max(), and blf_glyph_cache_new().
| int GlyphCacheBLF::glyphs_len_free |
Definition at line 91 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new(), and blf_glyph_render().
| int GlyphCacheBLF::glyphs_len_max |
Definition at line 88 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new().
| bool GlyphCacheBLF::italic |
Definition at line 68 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
| struct GlyphCacheBLF* GlyphCacheBLF::next |
Definition at line 58 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
| struct GlyphCacheBLF* GlyphCacheBLF::prev |
Definition at line 59 of file blf_internal_types.h.
Referenced by blf_glyph_cache_new().
| unsigned int GlyphCacheBLF::size |
Definition at line 62 of file blf_internal_types.h.
Referenced by blf_glyph_cache_find(), and blf_glyph_cache_new().
| GPUTexture* GlyphCacheBLF::texture |
Definition at line 77 of file blf_internal_types.h.
Referenced by blf_batch_cache_texture_load(), blf_glyph_cache_free(), and blf_glyph_render().