HomeSort by relevance Sort by last modified time
    Searched refs:point_index (Results 1 - 14 of 14) sorted by null

  /external/ceres-solver/examples/
bal_problem.h 73 const int* point_index() const { return point_index_; } function in class:ceres::examples::BALProblem
bundle_adjuster.cc 278 // 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/
glyph_table.cc 433 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 - 1]
    [all...]
  /external/chromium_org/third_party/ots/src/
gdef.cc 88 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/
hb-font.h 198 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,
hb-font-private.hh 278 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
283 glyph, point_index,
405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
409 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
hb-ft.cc 205 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;
hb-font.cc 176 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);
  /external/harfbuzz_ng/src/
hb-font.h 198 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,
hb-font-private.hh 278 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
283 glyph, point_index,
405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
409 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
hb-ft.cc 205 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;
hb-font.cc 176 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);
  /external/harfbuzz_ng/test/api/
test-font.c 204 hb_codepoint_t glyph, unsigned int point_index,
224 hb_codepoint_t glyph, unsigned int point_index,
235 glyph, point_index, x, y);
  /external/ceres-solver/internal/ceres/
system_test.cc 335 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 1082 milliseconds