Searched refs:num_axes (Results 1 – 12 of 12) sorted by relevance
603 FT_UShort num_axes; in sfnt_init_face() local622 FT_READ_USHORT( num_axes ) || in sfnt_init_face()629 num_axes = 0; in sfnt_init_face()638 num_axes == 0 || in sfnt_init_face()640 num_axes > 0x3FFE || in sfnt_init_face()641 !( instance_size == 4 + 4 * num_axes || in sfnt_init_face()642 instance_size == 6 + 4 * num_axes ) || in sfnt_init_face()646 axis_size * num_axes + in sfnt_init_face()665 !( FT_QALLOC( default_values, num_axes * 4 ) || in sfnt_init_face()666 FT_QALLOC( instance_values, num_axes * 4 ) ) ) in sfnt_init_face()[all …]
70 FT_UShort num_axes; /* a copy of `CFF_FontRecDict->num_axes' */ member86 FT_UShort num_axes );
47 FT_UShort num_axes ) in cff_parser_init() argument62 parser->num_axes = num_axes; in cff_parser_init()906 dict->num_axes = (FT_UShort)( parser->top - parser->stack - 4 ); in cff_parse_multiple_master()909 parser->num_axes = dict->num_axes; in cff_parse_multiple_master()1293 cff_rec.top_font.font_dict.num_axes = parser->num_axes; in cff_parser_run()
1925 top->num_axes ) ) in cff_load_private_dict()
54 int64_t num_axes = axis_shape.dims() == 0 ? 1 : axis_shape.dim_size(0); in Compile() local55 for (int64_t i = 0; i != num_axes; ++i) { in Compile()
2286 FT_UInt num_axes; in TT_Get_MM_Var() local2383 num_axes = fvar_head.axisCount; in TT_Get_MM_Var()2384 face->blend->num_axis = num_axes; in TT_Get_MM_Var()2387 num_axes = face->blend->num_axis; in TT_Get_MM_Var()2403 axis_flags_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2405 axis_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()2410 num_axes * in TT_Get_MM_Var()2412 next_name_size = num_axes * 5; in TT_Get_MM_Var()2431 num_axes; in TT_Get_MM_Var()2452 next_coords += num_axes; in TT_Get_MM_Var()[all …]
7628 FT_UInt num_axes = exc->face->blend->num_axis; in Ins_GETVARIATION() local7634 if ( BOUNDS( num_axes, exc->stackSize + 1 - exc->top ) ) in Ins_GETVARIATION()7642 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()7647 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
231 FT_UShort num_axes; member
512 FT_UShort num_axes = in cff_decoder_parse_charstrings() local513 decoder->cff->top_font.font_dict.num_axes; in cff_decoder_parse_charstrings()1929 count <= num_axes ) in cff_decoder_parse_charstrings()
189 int num_axes = TFE_TensorHandleNumDims(combined_value.get(), status.get()); in TEST() local191 EXPECT_EQ(num_axes, 1); in TEST()
229 int num_axes = axes.length(); in ReduceSum() local230 Tensor y(DT_INT32, TensorShape({num_axes})); in ReduceSum()
1220 (CFF_ParserRec): Add `num_axes' field.1224 * src/cff/cfftypes.h (CFF_FontRecDictRec): Add `num_axes' field.