Home
last modified time | relevance | path

Searched refs:point_index (Results 1 – 20 of 20) 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/chromium_org/third_party/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/chromium_org/third_party/ots/src/
Dgdef.cc88 uint16_t point_index = 0; in ParseAttachListTable() local
90 if (!subtable.ReadU16(&point_index)) { in ParseAttachListTable()
94 if (last_point_index != 0 && last_point_index >= point_index) { in ParseAttachListTable()
96 last_point_index, point_index); in ParseAttachListTable()
99 last_point_index = point_index; in ParseAttachListTable()
/external/chromium_org/third_party/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.cc204 unsigned int point_index, in hb_ft_get_glyph_contour_point() argument
218 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points)) in hb_ft_get_glyph_contour_point()
221 *x = ft_face->glyph->outline.points[point_index].x; in hb_ft_get_glyph_contour_point()
222 *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.cc230 unsigned int point_index, in hb_ot_get_glyph_contour_point() argument
/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.cc204 unsigned int point_index, in hb_ft_get_glyph_contour_point() argument
218 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points)) in hb_ft_get_glyph_contour_point()
221 *x = ft_face->glyph->outline.points[point_index].x; in hb_ft_get_glyph_contour_point()
222 *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.cc227 unsigned int point_index, in hb_ot_get_glyph_contour_point() argument
/external/chromium_org/third_party/brotli/src/woff2/
Dglyph.cc101 uint16_t point_index; in ReadGlyph() local
102 if (!buffer.ReadU16(&point_index)) { in ReadGlyph()
105 uint16_t num_points = point_index - last_point_index + (i == 0 ? 1 : 0); in ReadGlyph()
107 last_point_index = point_index; in ReadGlyph()
/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/
DNEWS865 hb_font_get_contour_point_func_t now takes glyph first, then point_index
/external/chromium_org/third_party/harfbuzz-ng/
DNEWS937 hb_font_get_contour_point_func_t now takes glyph first, then point_index