Searched defs:point_index (Results 1 – 6 of 6) sorted by relevance
/external/ceres-solver/examples/ |
D | bal_problem.h | 73 const int* point_index() const { return point_index_; } in point_index() function
|
/external/harfbuzz_ng/test/api/ |
D | test-font.c | 204 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func1() 224 hb_codepoint_t glyph, unsigned int point_index, in contour_point_func2()
|
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 289 unsigned int point_index, in hb_font_get_glyph_contour_point_nil() 301 unsigned int point_index, in hb_font_get_glyph_contour_point_parent() 844 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point() 1057 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin()
|
D | hb-ft.cc | 308 unsigned int point_index, in hb_ft_get_glyph_contour_point()
|
/external/ceres-solver/internal/ceres/ |
D | system_test.cc | 339 const int* point_index() const { return point_index_; } in point_index() function in ceres::internal::BundleAdjustmentProblem
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 433 for (int32_t point_index = 0; point_index < number_of_points_; in ParseData() local
|