/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 433 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/ |
D | hb-font.cc | 174 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()
|
D | hb-font-private.hh | 218 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()
|
D | hb-ft.cc | 212 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()
|
D | hb-font.h | 125 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,
|
D | hb-ot-font.cc | 286 unsigned int point_index, in hb_ot_get_glyph_contour_point() argument
|
/external/ceres-solver/examples/ |
D | bal_problem.h | 73 const int* point_index() const { return point_index_; } in point_index() function
|
D | bundle_adjuster.cc | 282 double* point = points + point_block_size * bal_problem->point_index()[i]; in BuildProblem()
|
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 203 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/ |
D | system_test.cc | 339 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/ |
D | NEWS | 990 hb_font_get_contour_point_func_t now takes glyph first, then point_index
|