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

  /external/chromium_org/third_party/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/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/harfbuzz-ng/src/
hb-font-private.hh 218 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
223 glyph, point_index,
350 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
354 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
hb-font.h 125 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,
hb-ft.cc 204 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;
hb-font.cc 174 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);
hb-ot-font.cc 230 unsigned int point_index,
  /external/harfbuzz_ng/src/
hb-font-private.hh 218 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
223 glyph, point_index,
350 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
354 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
hb-font.h 125 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,
hb-ft.cc 204 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;
hb-font.cc 174 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);
hb-ot-font.cc 227 unsigned int point_index,
  /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/brotli/src/woff2/
glyph.cc 101 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/
test-font.c 203 hb_codepoint_t glyph, unsigned int point_index,
223 hb_codepoint_t glyph, unsigned int point_index,
234 glyph, point_index, x, y);
  /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/ceres-solver/internal/ceres/
system_test.cc 339 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];
  /external/harfbuzz_ng/
NEWS 865 hb_font_get_contour_point_func_t now takes glyph first, then point_index
  /external/chromium_org/third_party/harfbuzz-ng/
NEWS 937 hb_font_get_contour_point_func_t now takes glyph first, then point_index

Completed in 970 milliseconds