Home | History | Annotate | Download | only in src

Lines Matching full:hb_bool_t

62   hb_bool_t immutable;
95 hb_bool_t immutable;
147 inline hb_bool_t has_glyph (hb_codepoint_t unicode)
153 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector,
176 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph,
185 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph,
208 inline hb_bool_t get_glyph_extents (hb_codepoint_t glyph,
218 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
228 inline hb_bool_t get_glyph_name (hb_codepoint_t glyph,
238 inline hb_bool_t get_glyph_from_name (const char *name, int len, /* -1 means nul-terminated */
338 inline hb_bool_t get_glyph_extents_for_origin (hb_codepoint_t glyph,
342 hb_bool_t ret = get_glyph_extents (glyph, extents);
350 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
354 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
374 inline hb_bool_t