Searched refs:ttf_size (Results 1 – 5 of 5) sorted by relevance
703 face->ttf_size = 12 + 16 * num_tables; in t42_parse_sfnts()705 if ( (FT_Long)size < face->ttf_size ) in t42_parse_sfnts()712 if ( FT_REALLOC( face->ttf_data, 12, face->ttf_size ) ) in t42_parse_sfnts()719 if ( count < face->ttf_size ) in t42_parse_sfnts()737 face->ttf_size > (FT_Long)( size - len ) ) in t42_parse_sfnts()746 face->ttf_size += (FT_Long)( ( len + 3 ) & ~3U ); in t42_parse_sfnts()752 face->ttf_size + 1 ) ) in t42_parse_sfnts()759 if ( count >= face->ttf_size ) in t42_parse_sfnts()
42 FT_Long ttf_size; member
54 face->ttf_size = 12; in T42_Open_Face()295 args.memory_size = face->ttf_size; in T42_Face_Init()
1631 ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, float size_pixels, const Im… in AddFontFromMemoryTTF() argument1637 font_cfg.FontDataSize = ttf_size; in AddFontFromMemoryTTF()
800 * src/type42/t42objs.c (T42_Open_Face): Initialize `face->ttf_size'.803 `face->ttf_size' directly. This ensures a correct stream size in