OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_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
71
!hb_font_get_glyph (font, u, 0, &
u_glyph
) ||
73
u_glyph
== s_glyph ||
74
u_glyph
> 0xFFFF || s_glyph > 0xFFFF)
77
glyphs[num_glyphs].set (
u_glyph
);
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
68
hb_codepoint_t
u_glyph
, s_glyph;
local
71
!hb_font_get_glyph (font, u, 0, &
u_glyph
) ||
73
u_glyph
== s_glyph ||
74
u_glyph
> 0xFFFF || s_glyph > 0xFFFF)
77
glyphs[num_glyphs].set (
u_glyph
);
Completed in 507 milliseconds