Home
last modified time | relevance | path

Searched refs:pt_index (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/
Dcff.py508 self.pt_index = 0
521 cmd = self._commands[self.pt_index]
525 self.pt_index, len(cmd[1]),
528 self.pt_index += 1
534 cmd = self._commands[self.pt_index]
536 raise VarLibCFFHintTypeMergeError(hint_type, self.pt_index, len(cmd[1]),
539 self.pt_index += 1
550 cmd = self._commands[self.pt_index]
552 raise VarLibCFFHintTypeMergeError(hint_type, self.pt_index, len(cmd[1]),
554 self.pt_index += 1
[all …]
Derrors.py168 def __init__(self, point_type, pt_index, m_index, default_type, glyph_name): argument
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc287 const int64 pt_index = x_index + channel_num; in ComputeYInterpolation() local
289 y_wai.weight_3, y_ptr_0[pt_index], y_ptr_1[pt_index], in ComputeYInterpolation()
290 y_ptr_2[pt_index], y_ptr_3[pt_index]); in ComputeYInterpolation()
/external/harfbuzz_ng/src/
Dhb-ot-var-gvar-table.hh619 unsigned int pt_index = apply_to_all ? i : indices[i]; in apply_deltas_to_points() local
620 deltas[pt_index].flag = 1; /* this point is referenced, i.e., explicit deltas specified */ in apply_deltas_to_points()
621 deltas[pt_index].x += x_deltas[i] * scalar; in apply_deltas_to_points()
622 deltas[pt_index].y += y_deltas[i] * scalar; in apply_deltas_to_points()