Searched refs:point_index (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/ |
D | hyperplane_lsh_probes.cc | 129 for (int point_index = start; point_index < end; ++point_index) { in Compute() local 130 multiprobe.SetupProbing(products_matrix.row(point_index), in Compute() 138 " for point number ", point_index, ".")); in Compute() 139 probes_eigen_tensor(point_index, ii) = cur_probe; in Compute() 140 tables_eigen_tensor(point_index, ii) = cur_table; in Compute()
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 434 for (int32_t point_index = 0; point_index < number_of_points_; in ParseData() local 435 ++point_index) { in ParseData() 448 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE); in ParseData() 454 x_coordinates_[point_index] = in ParseData() 456 x_coordinates_[point_index] *= in ParseData() 464 x_coordinates_[point_index] = in ParseData() 470 if (fill_arrays && point_index > 0) { in ParseData() 471 x_coordinates_[point_index] += x_coordinates_[point_index - 1]; in ParseData() 477 y_coordinates_[point_index] = in ParseData() 479 y_coordinates_[point_index] *= in ParseData() [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 281 unsigned int point_index, in hb_font_get_glyph_contour_point_nil() argument 293 unsigned int point_index, in hb_font_get_glyph_contour_point_parent() argument 298 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_parent() 836 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point() argument 839 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point() 1049 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin() argument 1053 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y); in hb_font_get_glyph_contour_point_for_origin()
|
D | hb-font-private.hh | 273 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point() 278 glyph, point_index, in get_glyph_contour_point() 481 …nline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point_for_origin() 485 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
|
D | hb-font.h | 154 hb_codepoint_t glyph, unsigned int point_index, 443 hb_codepoint_t glyph, unsigned int point_index, 504 hb_codepoint_t glyph, unsigned int point_index,
|
D | hb-ft.cc | 328 unsigned int point_index, in hb_ft_get_glyph_contour_point() argument 342 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points)) in hb_ft_get_glyph_contour_point() 345 *x = ft_face->glyph->outline.points[point_index].x; in hb_ft_get_glyph_contour_point() 346 *y = ft_face->glyph->outline.points[point_index].y; in hb_ft_get_glyph_contour_point()
|
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 214 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func1() argument 234 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func2() argument 245 glyph, point_index, x, y); in contour_point_func2()
|
/external/harfbuzz_ng/ |
D | NEWS | 1692 hb_font_get_contour_point_func_t now takes glyph first, then point_index
|