Home
last modified time | relevance | path

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

/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-private.hh261 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point()
266 glyph, point_index, in get_glyph_contour_point()
453 …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()
457 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
Dhb-font.cc289 unsigned int point_index, in hb_font_get_glyph_contour_point_nil() argument
301 unsigned int point_index, in hb_font_get_glyph_contour_point_parent() argument
306 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_parent()
844 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point() argument
847 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()
1057 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin() argument
1061 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.h154 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,
Dhb-ft.cc308 unsigned int point_index, in hb_ft_get_glyph_contour_point() argument
322 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points)) in hb_ft_get_glyph_contour_point()
325 *x = ft_face->glyph->outline.points[point_index].x; in hb_ft_get_glyph_contour_point()
326 *y = ft_face->glyph->outline.points[point_index].y; in hb_ft_get_glyph_contour_point()
/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.c204 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func1() argument
224 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func2() argument
235 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/
DNEWS1315 hb_font_get_contour_point_func_t now takes glyph first, then point_index