Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/varLib/
Dcff.py253 def __init__(self, point_type, pt_index, m_index, default_type, glyphName): argument
260 point_type=point_type, pt_index=pt_index,
301 self.pt_index = 0
322 cmd = self._commands[self.pt_index]
334 cmd = self._commands[self.pt_index]
339 self.pt_index, len(cmd[1]),
342 self.pt_index += 1
349 self.prev_move_idx = self.pt_index - 1
367 self.pt_index = 0
/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op.cc286 const int64 pt_index = x_index + channel_num; in ComputeYInterpolation() local
288 y_wai.weight_3, y_ptr_0[pt_index], y_ptr_1[pt_index], in ComputeYInterpolation()
289 y_ptr_2[pt_index], y_ptr_3[pt_index]); in ComputeYInterpolation()