Searched refs:point_index (Results 1 - 18 of 18) sorted by relevance

/external/ceres-solver/examples/
H A Dbal_problem.h73 const int* point_index() const { return point_index_; } function in class:ceres::examples::BALProblem
H A Dbundle_adjuster.cc278 // which are identified by camera_index()[i] and point_index()[i]
282 double* point = points + point_block_size * bal_problem->point_index()[i];
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc433 for (int32_t point_index = 0; point_index < number_of_points_;
434 ++point_index) {
447 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE);
453 x_coordinates_[point_index] =
455 x_coordinates_[point_index] *=
463 x_coordinates_[point_index] =
469 if (fill_arrays && point_index > 0) {
470 x_coordinates_[point_index] += x_coordinates_[point_index
[all...]
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc433 for (int32_t point_index = 0; point_index < number_of_points_;
434 ++point_index) {
447 on_curve_[point_index] = ((flag & kFLAG_ONCURVE) == kFLAG_ONCURVE);
453 x_coordinates_[point_index] =
455 x_coordinates_[point_index] *=
463 x_coordinates_[point_index] =
469 if (fill_arrays && point_index > 0) {
470 x_coordinates_[point_index] += x_coordinates_[point_index
[all...]
/external/chromium_org/third_party/ots/src/
H A Dgdef.cc88 uint16_t point_index = 0; local
90 if (!subtable.ReadU16(&point_index)) {
94 if (last_point_index != 0 && last_point_index >= point_index) {
96 last_point_index, point_index);
99 last_point_index = point_index;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font-private.hh218 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, argument
223 glyph, point_index,
350 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, argument
354 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
H A 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,
H A Dhb-font.cc174 unsigned int point_index,
180 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y);
578 * @point_index:
590 hb_codepoint_t glyph, unsigned int point_index,
593 return font->get_glyph_contour_point (glyph, point_index, x, y);
773 * @point_index:
786 hb_codepoint_t glyph, unsigned int point_index,
790 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y);
171 hb_font_get_glyph_contour_point_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
589 hb_font_get_glyph_contour_point(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y) argument
785 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
H A Dhb-ft.cc204 unsigned int point_index,
218 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points))
221 *x = ft_face->glyph->outline.points[point_index].x;
222 *y = ft_face->glyph->outline.points[point_index].y;
201 hb_ft_get_glyph_contour_point(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
H A Dhb-ot-font.cc230 unsigned int point_index,
227 hb_ot_get_glyph_contour_point(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
/external/harfbuzz_ng/src/
H A Dhb-font-private.hh218 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, argument
223 glyph, point_index,
350 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, argument
354 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
H A 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,
H A Dhb-font.cc174 unsigned int point_index,
180 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y);
578 * @point_index:
590 hb_codepoint_t glyph, unsigned int point_index,
593 return font->get_glyph_contour_point (glyph, point_index, x, y);
773 * @point_index:
786 hb_codepoint_t glyph, unsigned int point_index,
790 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y);
171 hb_font_get_glyph_contour_point_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
589 hb_font_get_glyph_contour_point(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y) argument
785 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
H A Dhb-ft.cc204 unsigned int point_index,
218 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points))
221 *x = ft_face->glyph->outline.points[point_index].x;
222 *y = ft_face->glyph->outline.points[point_index].y;
201 hb_ft_get_glyph_contour_point(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
H A Dhb-ot-font.cc227 unsigned int point_index,
224 hb_ot_get_glyph_contour_point(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data HB_UNUSED) argument
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc101 uint16_t point_index; local
102 if (!buffer.ReadU16(&point_index)) {
105 uint16_t num_points = point_index - last_point_index + (i == 0 ? 1 : 0);
107 last_point_index = point_index;
/external/harfbuzz_ng/test/api/
H A Dtest-font.c203 hb_codepoint_t glyph, unsigned int point_index,
223 hb_codepoint_t glyph, unsigned int point_index,
234 glyph, point_index, x, y);
202 contour_point_func1(hb_font_t *font, void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data) argument
222 contour_point_func2(hb_font_t *font, void *font_data, hb_codepoint_t glyph, unsigned int point_index, hb_position_t *x, hb_position_t *y, void *user_data) argument
/external/ceres-solver/internal/ceres/
H A Dsystem_test.cc339 const int* point_index() const { return point_index_; } function in class:ceres::internal::BundleAdjustmentProblem
396 // point_index()[i] respectively.
398 double* point = points + 3 * point_index()[i];

Completed in 239 milliseconds