Searched refs:ttf_data (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/type42/ |
| H A D | t42types.h | 41 FT_Byte* ttf_data; member in struct:T42_FaceRec_
|
| H A D | t42parse.c | 684 /* checking its contents while copying it to `ttf_data'. */ 696 face->ttf_data[count++] = string_buf[n]; 701 num_tables = 16 * face->ttf_data[4] + face->ttf_data[5]; 712 if ( FT_REALLOC( face->ttf_data, 12, face->ttf_size ) ) 721 face->ttf_data[count++] = string_buf[n]; 732 FT_Byte* p = face->ttf_data + 12 + 16 * i + 12; 751 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables, 765 face->ttf_data[count++] = string_buf[n];
|
| H A D | t42objs.c | 47 if ( FT_ALLOC( face->ttf_data, 12 ) ) 294 args.memory_base = face->ttf_data; 420 /* delete internal ttf face prior to freeing face->ttf_data */ 443 FT_FREE( face->ttf_data );
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1630 // NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after Build(). 1631 ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) argument 1636 font_cfg.FontData = ttf_data;
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1630 // NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after Build(). 1631 ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const ImFontConfig* font_cfg_template, const ImWchar* glyph_ranges) argument 1636 font_cfg.FontData = ttf_data;
|
Completed in 19 milliseconds