Searched refs:get_glyph_contour_point (Results 1 – 8 of 8) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-aat-layout-opbd-table.hh | 100 if (font->get_glyph_contour_point (glyph_id, bounds.leftSide, &left, &ignore) || in get_bounds() 101 font->get_glyph_contour_point (glyph_id, bounds.topSide, &ignore, &top) || in get_bounds() 102 font->get_glyph_contour_point (glyph_id, bounds.rightSide, &right, &ignore) || in get_bounds() 103 font->get_glyph_contour_point (glyph_id, bounds.bottomSide, &ignore, &bottom)) in get_bounds()
|
D | hb-font.hh | 341 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point() function 563 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
|
D | hb-font.cc | 452 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_default() 1122 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-opbd-table.hh | 100 if (font->get_glyph_contour_point (glyph_id, bounds.leftSide, &left, &ignore) || in get_bounds() 101 font->get_glyph_contour_point (glyph_id, bounds.topSide, &ignore, &top) || in get_bounds() 102 font->get_glyph_contour_point (glyph_id, bounds.rightSide, &right, &ignore) || in get_bounds() 103 font->get_glyph_contour_point (glyph_id, bounds.bottomSide, &ignore, &bottom)) in get_bounds()
|
D | hb-font.hh | 343 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point() function 565 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
|
D | hb-font.cc | 452 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_default() 1122 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.hh | 338 hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, in get_glyph_contour_point() function 560 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y); in get_glyph_contour_point_for_origin()
|
D | hb-font.cc | 425 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point_default() 1011 return font->get_glyph_contour_point (glyph, point_index, x, y); in hb_font_get_glyph_contour_point()
|