Searched refs:axis_index (Results 1 – 13 of 13) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-var-fvar-table.hh | 127 void get_axis_info (unsigned axis_index, hb_ot_var_axis_info_t *info) const in get_axis_info() 129 info->axis_index = axis_index; in get_axis_info() 254 find_axis_deprecated (hb_tag_t tag, unsigned *axis_index, hb_ot_var_axis_t *info) const in find_axis_deprecated() 257 if (!axis_index) axis_index = &i; in find_axis_deprecated() 258 *axis_index = HB_OT_VAR_NO_AXIS_INDEX; in find_axis_deprecated() 260 …return axes.lfind (tag, axis_index) && ((void) axes[*axis_index].get_axis_deprecated (info), true); in find_axis_deprecated() 271 int normalize_axis_value (unsigned int axis_index, float v) const in normalize_axis_value() 272 { return get_axes ()[axis_index].normalize_axis_value (v); } in normalize_axis_value() 274 float unnormalize_axis_value (unsigned int axis_index, int v) const in unnormalize_axis_value() 275 { return get_axes ()[axis_index].unnormalize_axis_value (v); } in unnormalize_axis_value()
|
D | hb-ot-var.cc | 125 unsigned int *axis_index, in hb_ot_var_find_axis() argument 128 return face->table.fvar->find_axis_deprecated (axis_tag, axis_index, axis_info); in hb_ot_var_find_axis() 288 info.axis_index < coords_length) in hb_ot_var_normalize_variations() 289 coords[info.axis_index] = fvar.normalize_axis_value (info.axis_index, variations[i].value); in hb_ot_var_normalize_variations()
|
D | hb-ot-stat-table.hh | 290 const AxisValueRecord &get_axis_record (unsigned int axis_index) const in get_axis_record() 291 { return axisValues.as_array (axisCount)[axis_index]; } in get_axis_record() 354 bool get_value (unsigned int axis_index) const in get_value() 361 case 4: return u.format4.get_axis_record (axis_index).get_value (); in get_value() 485 unsigned int axis_index; in get_value() local 486 if (!get_design_axes ().lfind (tag, &axis_index)) return false; in get_value() 492 if (axis_value.get_axis_index () == axis_index) in get_value() 495 *value = axis_value.get_value (axis_index); in get_value()
|
D | hb-style.cc | 83 if (axis.axis_index < font->num_coords) return font->design_coords[axis.axis_index]; in hb_style_get_value()
|
D | hb-ot-deprecated.h | 133 unsigned int *axis_index,
|
D | hb-ot-var.h | 126 unsigned int axis_index; member
|
D | hb-font.cc | 2428 for (unsigned axis_index = 0; axis_index < coords_length; axis_index++) in hb_font_set_variations() local 2429 if (axes[axis_index].axisTag == tag) in hb_font_set_variations() 2431 design_coords[axis_index] = v; in hb_font_set_variations() 2432 normalized[axis_index] = fvar.normalize_axis_value (axis_index, v); in hb_font_set_variations()
|
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device_lib.cc | 580 for (int axis_index = 0; axis_index < combined_shape.dims(); in Shape() local 581 ++axis_index) { in Shape() 582 int64_t axis_length = combined_shape.dim_size(axis_index); in Shape() 583 if (axis_length != component_shape.dim_size(axis_index)) { in Shape() 587 combined_shape.SetDimWithStatus(axis_index, axis_length)); in Shape()
|
/external/freetype/src/base/ |
D | ftmm.c | 500 FT_UInt axis_index, in FT_Get_Var_Axis_Flags() argument 509 if ( axis_index >= master->num_axis ) in FT_Get_Var_Axis_Flags() 514 *flags = axis_flags[axis_index]; in FT_Get_Var_Axis_Flags()
|
/external/harfbuzz_ng/src/OT/glyf/ |
D | VarCompositeGlyph.hh | 317 unsigned axis_index = axis_width == 1 ? (unsigned) *p++ : (unsigned) *q++; in set_variations() local 321 v += setter[axis_index]; in set_variations() 323 setter[axis_index] = v; in set_variations()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | concat_op.cc | 43 ConcatBaseOp(OpKernelConstruction* c, int axis_index) in ConcatBaseOp() argument 44 : XlaOpKernel(c), axis_index_(axis_index) {} in ConcatBaseOp()
|
/external/freetype/include/freetype/ |
D | ftmm.h | 715 FT_UInt axis_index,
|
/external/fonttools/Lib/fontTools/varLib/ |
D | __init__.py | 756 for axis_index, axis in enumerate(ds.axes):
|