Searched refs:point_index (Results 1 - 14 of 14) 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/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.h198 hb_codepoint_t glyph, unsigned int point_index,
303 hb_codepoint_t glyph, unsigned int point_index,
353 hb_codepoint_t glyph, unsigned int point_index,
H A Dhb-font-private.hh278 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, argument
283 glyph, point_index,
405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, argument
409 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
H A Dhb-ft.cc205 unsigned int point_index,
219 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points))
222 *x = ft_face->glyph->outline.points[point_index].x;
223 *y = ft_face->glyph->outline.points[point_index].y;
202 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-font.cc176 unsigned int point_index,
182 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y);
402 hb_codepoint_t glyph, unsigned int point_index,
405 return font->get_glyph_contour_point (glyph, point_index, x, y);
483 hb_codepoint_t glyph, unsigned int point_index,
487 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y);
173 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
401 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
482 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
/external/harfbuzz_ng/src/
H A Dhb-font.h198 hb_codepoint_t glyph, unsigned int point_index,
303 hb_codepoint_t glyph, unsigned int point_index,
353 hb_codepoint_t glyph, unsigned int point_index,
H A Dhb-font-private.hh278 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, argument
283 glyph, point_index,
405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index, argument
409 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
H A Dhb-ft.cc205 unsigned int point_index,
219 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points))
222 *x = ft_face->glyph->outline.points[point_index].x;
223 *y = ft_face->glyph->outline.points[point_index].y;
202 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-font.cc176 unsigned int point_index,
182 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y);
402 hb_codepoint_t glyph, unsigned int point_index,
405 return font->get_glyph_contour_point (glyph, point_index, x, y);
483 hb_codepoint_t glyph, unsigned int point_index,
487 return font->get_glyph_contour_point_for_origin (glyph, point_index, direction, x, y);
173 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
401 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
482 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
/external/harfbuzz_ng/test/api/
H A Dtest-font.c204 hb_codepoint_t glyph, unsigned int point_index,
224 hb_codepoint_t glyph, unsigned int point_index,
235 glyph, point_index, x, y);
203 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
223 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.cc335 const int* point_index() const { return point_index_; } function in class:ceres::internal::BundleAdjustmentProblem
392 // point_index()[i] respectively.
394 double* point = points + 3 * point_index()[i];

Completed in 158 milliseconds