Home | History | Annotate | Download | only in src

Lines Matching refs:hb_codepoint_t

98 matra_position (hb_codepoint_t u, indic_position_t side)
114 static const hb_codepoint_t ra_chars[] = {
132 consonant_position (hb_codepoint_t u)
140 is_ra (hb_codepoint_t u)
185 hb_codepoint_t u = info.codepoint;
204 if (unlikely (hb_in_range<hb_codepoint_t> (u, 0x0951, 0x0954)))
210 unlikely (hb_in_range<hb_codepoint_t> (u, 0x17CB, 0x17D3))) /* Khmer Various signs */
301 hb_codepoint_t virama;
460 inline bool would_substitute (const hb_codepoint_t *glyphs,
480 inline bool get_virama_glyph (hb_font_t *font, hb_codepoint_t *pglyph) const
482 hb_codepoint_t glyph = virama_glyph;
483 if (unlikely (virama_glyph == (hb_codepoint_t) -1))
502 hb_codepoint_t virama_glyph;
527 indic_plan->virama_glyph = (hb_codepoint_t) -1;
549 const hb_codepoint_t glyphs[2],
563 hb_codepoint_t glyphs_r[2] = {glyphs[1], glyphs[0]};
630 hb_codepoint_t glyphs[2];
687 hb_codepoint_t glyphs[2] = {info[start].codepoint, info[start + 1].codepoint};
993 hb_codepoint_t glyphs[2] = {info[i].codepoint, info[i + 1].codepoint};
1120 hb_codepoint_t dottedcircle_glyph;
1558 hb_codepoint_t ab,
1559 hb_codepoint_t *a,
1560 hb_codepoint_t *b)
1595 if ((ab == 0x0DDA || hb_in_range<hb_codepoint_t> (ab, 0x0DDC, 0x0DDE)))
1625 hb_codepoint_t glyph;
1643 hb_codepoint_t a,
1644 hb_codepoint_t b,
1645 hb_codepoint_t *ab)