Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc433 for (int32_t point_index = 0; point_index < number_of_points_; in ParseData() local
434 ++point_index) { in ParseData()
447 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE); in ParseData()
453 x_coordinates_[point_index] = in ParseData()
455 x_coordinates_[point_index] *= in ParseData()
463 x_coordinates_[point_index] = in ParseData()
469 if (fill_arrays && point_index > 0) { in ParseData()
470 x_coordinates_[point_index] += x_coordinates_[point_index - 1]; in ParseData()
476 y_coordinates_[point_index] = in ParseData()
478 y_coordinates_[point_index] *= in ParseData()
[all …]
/external/harfbuzz_ng/src/
Dhb-font.cc174 unsigned int point_index, in hb_font_get_glyph_contour_point_nil() argument
180 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_nil()
590 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point() argument
593 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()
786 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin() argument
790 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-private.hh218 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point()
223 glyph, point_index, in get_glyph_contour_point()
350 …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()
354 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
Dhb-ft.cc212 unsigned int point_index, in hb_ft_get_glyph_contour_point() argument
226 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points)) in hb_ft_get_glyph_contour_point()
229 *x = ft_face->glyph->outline.points[point_index].x; in hb_ft_get_glyph_contour_point()
230 *y = ft_face->glyph->outline.points[point_index].y; in hb_ft_get_glyph_contour_point()
Dhb-font.h125 hb_codepoint_t glyph, unsigned int point_index,
356 hb_codepoint_t glyph, unsigned int point_index,
406 hb_codepoint_t glyph, unsigned int point_index,
Dhb-ot-font.cc286 unsigned int point_index, in hb_ot_get_glyph_contour_point() argument
/external/ceres-solver/examples/
Dbal_problem.h73 const int* point_index() const { return point_index_; } in point_index() function
Dbundle_adjuster.cc282 double* point = points + point_block_size * bal_problem->point_index()[i]; in BuildProblem()
/external/harfbuzz_ng/test/api/
Dtest-font.c203 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func1() argument
223 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func2() argument
234 glyph, point_index, x, y); in contour_point_func2()
/external/ceres-solver/internal/ceres/
Dsystem_test.cc339 const int* point_index() const { return point_index_; } in point_index() function in ceres::internal::BundleAdjustmentProblem
398 double* point = points + 3 * point_index()[i]; in BuildProblem()
/external/harfbuzz_ng/
DNEWS990 hb_font_get_contour_point_func_t now takes glyph first, then point_index