Home
last modified time | relevance | path

Searched refs:num_axes (Results 1 – 12 of 12) sorted by relevance

/external/freetype/src/sfnt/
Dsfobjs.c603 FT_UShort num_axes; in sfnt_init_face() local
622 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 …]
/external/freetype/src/cff/
Dcffparse.h70 FT_UShort num_axes; /* a copy of `CFF_FontRecDict->num_axes' */ member
86 FT_UShort num_axes );
Dcffparse.c47 FT_UShort num_axes ) in cff_parser_init() argument
62 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()
Dcffload.c1925 top->num_axes ) ) in cff_load_private_dict()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Droll_op.cc54 int64_t num_axes = axis_shape.dims() == 0 ? 1 : axis_shape.dim_size(0); in Compile() local
55 for (int64_t i = 0; i != num_axes; ++i) { in Compile()
/external/freetype/src/truetype/
Dttgxvar.c2286 FT_UInt num_axes; in TT_Get_MM_Var() local
2383 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 …]
Dttinterp.c7628 FT_UInt num_axes = exc->face->blend->num_axis; in Ins_GETVARIATION() local
7634 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()
/external/freetype/include/freetype/internal/
Dcfftypes.h231 FT_UShort num_axes; member
/external/freetype/src/psaux/
Dcffdecode.c512 FT_UShort num_axes = in cff_decoder_parse_charstrings() local
513 decoder->cff->top_font.font_dict.num_axes; in cff_decoder_parse_charstrings()
1929 count <= num_axes ) in cff_decoder_parse_charstrings()
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device_test.cc189 int num_axes = TFE_TensorHandleNumDims(combined_value.get(), status.get()); in TEST() local
191 EXPECT_EQ(num_axes, 1); in TEST()
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc229 int num_axes = axes.length(); in ReduceSum() local
230 Tensor y(DT_INT32, TensorShape({num_axes})); in ReduceSum()
/external/freetype/docs/oldlogs/
DChangeLog.261220 (CFF_ParserRec): Add `num_axes' field.
1224 * src/cff/cfftypes.h (CFF_FontRecDictRec): Add `num_axes' field.