Searched refs:num_axes (Results 1 – 9 of 9) sorted by relevance
954 FT_UShort num_axes; in sfnt_init_face() local973 FT_READ_USHORT( num_axes ) || in sfnt_init_face()980 num_axes = 0; in sfnt_init_face()989 num_axes == 0 || in sfnt_init_face()991 num_axes > 0x3FFE || in sfnt_init_face()992 !( instance_size == 4 + 4 * num_axes || in sfnt_init_face()993 instance_size == 6 + 4 * num_axes ) || in sfnt_init_face()997 axis_size * num_axes + in sfnt_init_face()1016 !( FT_ALLOC( default_values, num_axes * 4 ) || in sfnt_init_face()1017 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 );
48 FT_UShort num_axes ) in cff_parser_init() argument63 parser->num_axes = num_axes; in cff_parser_init()830 dict->num_axes = (FT_UShort)( parser->top - parser->stack - 4 ); in cff_parse_multiple_master()833 parser->num_axes = dict->num_axes; in cff_parse_multiple_master()1395 cff_rec.top_font.font_dict.num_axes = parser->num_axes; in cff_parser_run()
1910 top->num_axes ) ) in cff_load_private_dict()
1954 FT_UInt num_axes; in TT_Get_MM_Var() local2049 num_axes = fvar_head.axisCount; in TT_Get_MM_Var()2050 face->blend->num_axis = num_axes; in TT_Get_MM_Var()2053 num_axes = face->blend->num_axis; in TT_Get_MM_Var()2074 axis_flags_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2076 axis_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2081 num_axes * in TT_Get_MM_Var()2083 next_name_size = num_axes * 5; in TT_Get_MM_Var()2102 num_axes; in TT_Get_MM_Var()2123 next_coords += num_axes; in TT_Get_MM_Var()[all …]
7523 FT_UInt num_axes = exc->face->blend->num_axis; in Ins_GETVARIATION() local7529 if ( BOUNDS( num_axes, exc->stackSize + 1 - exc->top ) ) in Ins_GETVARIATION()7537 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()7542 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
227 FT_UShort num_axes; member
506 FT_UShort num_axes = in cff_decoder_parse_charstrings() local507 decoder->cff->top_font.font_dict.num_axes; in cff_decoder_parse_charstrings()1898 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.