Searched refs:point_index (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 411 for (int32_t point_index = 0; point_index < number_of_points_; in ParseData() local 412 ++point_index) { in ParseData() 425 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE); in ParseData() 431 x_coordinates_[point_index] = in ParseData() 433 x_coordinates_[point_index] *= in ParseData() 441 x_coordinates_[point_index] = in ParseData() 447 if (fill_arrays && point_index > 0) { in ParseData() 448 x_coordinates_[point_index] += x_coordinates_[point_index - 1]; in ParseData() 454 y_coordinates_[point_index] = in ParseData() 456 y_coordinates_[point_index] *= in ParseData() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 434 unsigned int point_index HB_UNUSED, in hb_font_get_glyph_contour_point_nil() 447 unsigned int point_index, in hb_font_get_glyph_contour_point_default() argument 452 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_default() 1118 unsigned int point_index, in hb_font_get_glyph_contour_point() argument 1122 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point() 1409 unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin() argument 1414 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.hh | 343 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point() 348 glyph, point_index, in get_glyph_contour_point() 561 hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point_for_origin() 565 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
|
D | hb-font.h | 465 hb_codepoint_t glyph, unsigned int point_index, 841 hb_codepoint_t glyph, unsigned int point_index, 910 hb_codepoint_t glyph, unsigned int point_index,
|
D | hb-ft.cc | 467 unsigned int point_index, in hb_ft_get_glyph_contour_point() argument 482 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points)) in hb_ft_get_glyph_contour_point() 485 *x = ft_face->glyph->outline.points[point_index].x; in hb_ft_get_glyph_contour_point() 486 *y = ft_face->glyph->outline.points[point_index].y; in hb_ft_get_glyph_contour_point()
|
D | hb-ot-glyf-table.hh | 957 for (unsigned point_index = 0; point_index + 4 < all_points.length; ++point_index) in get_points() local 958 consumer.consume_point (all_points[point_index]); in get_points()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-font.c | 211 hb_codepoint_t glyph, unsigned int point_index HB_UNUSED, in contour_point_func1() 231 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func2() argument 242 glyph, point_index, x, y); in contour_point_func2()
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2484 hb_font_get_contour_point_func_t now takes glyph first, then point_index
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 5926 …<parameter type-id='type-id-18' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage… 5996 …<parameter type-id='type-id-18' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 9372 …<parameter type-id='type-id-18' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage… 9503 …<parameter type-id='type-id-18' name='point_index' filepath='/tmp/legendre/spack-stage/spack-stage…
|