Searched refs:num_axes (Results 1 – 9 of 9) sorted by relevance
956 FT_UShort num_axes; in sfnt_init_face() local975 FT_READ_USHORT( num_axes ) || in sfnt_init_face()982 num_axes = 0; in sfnt_init_face()991 num_axes == 0 || in sfnt_init_face()993 num_axes > 0x3FFE || in sfnt_init_face()994 !( instance_size == 4 + 4 * num_axes || in sfnt_init_face()995 instance_size == 6 + 4 * num_axes ) || in sfnt_init_face()999 axis_size * num_axes + in sfnt_init_face()1018 !( FT_ALLOC( default_values, num_axes * 4 ) || in sfnt_init_face()1019 FT_ALLOC( instance_values, num_axes * 4 ) ) ) in sfnt_init_face()[all …]
67 FT_UShort num_axes; /* a copy of `CFF_FontRecDict->num_axes' */ member83 FT_UShort num_axes );
47 FT_UShort num_axes ) in cff_parser_init() argument62 parser->num_axes = num_axes; in cff_parser_init()836 dict->num_axes = (FT_UShort)( parser->top - parser->stack - 4 ); in cff_parse_multiple_master()839 parser->num_axes = dict->num_axes; in cff_parse_multiple_master()1221 cff_rec.top_font.font_dict.num_axes = parser->num_axes; in cff_parser_run()
1917 top->num_axes ) ) in cff_load_private_dict()
1980 FT_UInt num_axes; in TT_Get_MM_Var() local2075 num_axes = fvar_head.axisCount; in TT_Get_MM_Var()2076 face->blend->num_axis = num_axes; in TT_Get_MM_Var()2079 num_axes = face->blend->num_axis; in TT_Get_MM_Var()2100 axis_flags_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2102 axis_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2107 num_axes * in TT_Get_MM_Var()2109 next_name_size = num_axes * 5; in TT_Get_MM_Var()2128 num_axes; in TT_Get_MM_Var()2149 next_coords += num_axes; in TT_Get_MM_Var()[all …]
7627 FT_UInt num_axes = exc->face->blend->num_axis; in Ins_GETVARIATION() local7633 if ( BOUNDS( num_axes, exc->stackSize + 1 - exc->top ) ) in Ins_GETVARIATION()7641 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()7646 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
235 FT_UShort num_axes; member
513 FT_UShort num_axes = in cff_decoder_parse_charstrings() local514 decoder->cff->top_font.font_dict.num_axes; in cff_decoder_parse_charstrings()1905 count >= 0 && count <= num_axes ) in cff_decoder_parse_charstrings()
1220 (CFF_ParserRec): Add `num_axes' field.1224 * src/cff/cfftypes.h (CFF_FontRecDictRec): Add `num_axes' field.