/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-font-private.hh | 213 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, function in struct:hb_font_t 349 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
|
hb-font.cc | 181 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); 594 return font->get_glyph_contour_point (glyph, point_index, x, y);
|
/external/harfbuzz_ng/src/ |
hb-font-private.hh | 278 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index, function in struct:hb_font_t 409 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
|
hb-font.cc | 182 hb_bool_t ret = font->parent->get_glyph_contour_point (glyph, point_index, x, y); 405 return font->get_glyph_contour_point (glyph, point_index, x, y);
|