Home
last modified time | relevance | path

Searched refs:virama_glyph (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-khmer.cc182 hb_codepoint_t glyph = virama_glyph; in get_virama_glyph()
183 if (unlikely (virama_glyph == (hb_codepoint_t) -1)) in get_virama_glyph()
192 virama_glyph = glyph; in get_virama_glyph()
199 mutable hb_codepoint_t virama_glyph; member
213 khmer_plan->virama_glyph = (hb_codepoint_t) -1; in data_create_khmer()
Dhb-ot-shape-complex-indic.cc257 hb_codepoint_t glyph = virama_glyph.get_relaxed (); in load_virama_glyph()
267 virama_glyph.set_relaxed ((int) glyph); in load_virama_glyph()
278 mutable hb_atomic_int_t virama_glyph; member
304 indic_plan->virama_glyph.set_relaxed (-1); in data_create_indic()
1052 hb_codepoint_t virama_glyph = indic_plan->virama_glyph.get_relaxed (); in final_reordering_syllable() local
1053 if (virama_glyph) in final_reordering_syllable()
1056 if (info[i].codepoint == virama_glyph && in final_reordering_syllable()