OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_glyph_contour_point
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-font-private.hh
261
inline hb_bool_t
get_glyph_contour_point
(hb_codepoint_t glyph, unsigned int point_index,
function in struct:hb_font_t
457
hb_bool_t ret =
get_glyph_contour_point
(glyph, point_index, x, y);
hb-font.cc
306
hb_bool_t ret = font->parent->
get_glyph_contour_point
(glyph, point_index, x, y);
847
return font->
get_glyph_contour_point
(glyph, point_index, x, y);
[
all
...]
Completed in 463 milliseconds