Home
last modified time | relevance | path

Searched defs:point_index (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c204 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/
Dhb-font.cc281 unsigned int point_index, in hb_font_get_glyph_contour_point_nil()
293 unsigned int point_index, in hb_font_get_glyph_contour_point_parent()
836 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point()
1049 hb_codepoint_t glyph, unsigned int point_index, in hb_font_get_glyph_contour_point_for_origin()
Dhb-ft.cc333 unsigned int point_index, in hb_ft_get_glyph_contour_point()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc434 for (int32_t point_index = 0; point_index < number_of_points_; in ParseData() local