Searched refs:pt_index (Results 1 – 4 of 4) sorted by relevance
/external/fonttools/Lib/fontTools/varLib/ |
D | cff.py | 508 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 …]
|
D | errors.py | 168 def __init__(self, point_type, pt_index, m_index, default_type, glyph_name): argument
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bicubic_op.cc | 287 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/ |
D | hb-ot-var-gvar-table.hh | 619 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()
|