HomeSort by relevance Sort by last modified time
    Searched full:s_glyph (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-arabic-fallback.hh 68 hb_codepoint_t u_glyph, s_glyph; local
72 !hb_font_get_glyph (font, s, 0, &s_glyph) ||
73 u_glyph == s_glyph ||
74 u_glyph > 0xFFFF || s_glyph > 0xFFFF)
78 substitutes[num_glyphs].set (s_glyph);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 68 hb_codepoint_t u_glyph, s_glyph; local
72 !hb_font_get_glyph (font, s, 0, &s_glyph) ||
73 u_glyph == s_glyph ||
74 u_glyph > 0xFFFFu || s_glyph > 0xFFFFu)
78 substitutes[num_glyphs].set (s_glyph);

Completed in 593 milliseconds