Home | History | Annotate | Download | only in src

Lines Matching refs:hb_bool_t

63   hb_bool_t immutable;
95 hb_bool_t immutable;
161 hb_bool_t immutable;
213 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector,
236 inline hb_bool_t get_glyph_h_origin (hb_codepoint_t glyph,
245 inline hb_bool_t get_glyph_v_origin (hb_codepoint_t glyph,
268 inline hb_bool_t get_glyph_extents (hb_codepoint_t glyph,
278 inline hb_bool_t get_glyph_contour_point (hb_codepoint_t glyph, unsigned int point_index,
288 inline hb_bool_t get_glyph_name (hb_codepoint_t glyph,
298 inline hb_bool_t get_glyph_from_name (const char *name, int len, /* -1 means nul-terminated */
340 hb_bool_t ret = get_glyph_h_origin (glyph, x, y);
347 hb_bool_t ret = get_glyph_v_origin (glyph, x, y);
393 inline hb_bool_t get_glyph_extents_for_origin (hb_codepoint_t glyph,
397 hb_bool_t ret = get_glyph_extents (glyph, extents);
405 inline hb_bool_t get_glyph_contour_point_for_origin (hb_codepoint_t glyph, unsigned int point_index,
409 hb_bool_t ret = get_glyph_contour_point (glyph, point_index, x, y);
428 inline hb_bool_t