Home
last modified time | relevance | path

Searched refs:point_index (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/
Dhyperplane_lsh_probes.cc129 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/
Dglyph_table.cc434 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/
Dhb-font.hh330 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point()
335 glyph, point_index, in get_glyph_contour_point()
548 hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point_for_origin()
552 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
Dhb-font.cc406 unsigned int point_index HB_UNUSED, in hb_font_get_glyph_contour_point_nil()
418 unsigned int point_index, in hb_font_get_glyph_contour_point_default() argument
423 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_default()
1004 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point() argument
1007 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()
1238 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin() argument
1242 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y); in hb_font_get_glyph_contour_point_for_origin()
Dhb-font.h166 hb_codepoint_t glyph, unsigned int point_index,
479 hb_codepoint_t glyph, unsigned int point_index,
542 hb_codepoint_t glyph, unsigned int point_index,
Dhb-ft.cc384 unsigned int point_index, in hb_ft_get_glyph_contour_point() argument
399 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points)) in hb_ft_get_glyph_contour_point()
402 *x = ft_face->glyph->outline.points[point_index].x; in hb_ft_get_glyph_contour_point()
403 *y = ft_face->glyph->outline.points[point_index].y; in hb_ft_get_glyph_contour_point()
/external/harfbuzz_ng/test/api/
Dtest-font.c214 hb_codepoint_t glyph, unsigned int point_index HB_UNUSED, in contour_point_func1()
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/
DNEWS2098 hb_font_get_contour_point_func_t now takes glyph first, then point_index