Home
last modified time | relevance | path

Searched refs:dottedcircle_glyph (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-myanmar.cc315 hb_codepoint_t dottedcircle_glyph; in insert_dotted_circles() local
316 if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph)) in insert_dotted_circles()
322 dottedcircle.codepoint = dottedcircle_glyph; in insert_dotted_circles()
Dhb-ot-shape-complex-khmer.cc382 hb_codepoint_t dottedcircle_glyph; in insert_dotted_circles() local
383 if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph)) in insert_dotted_circles()
389 dottedcircle.codepoint = dottedcircle_glyph; in insert_dotted_circles()
Dhb-buffer.cc1917 hb_codepoint_t dottedcircle_glyph, in hb_buffer_diff() argument
1924 bool contains = dottedcircle_glyph != (hb_codepoint_t) -1; in hb_buffer_diff()
1938 if (contains && info[i].codepoint == dottedcircle_glyph) in hb_buffer_diff()
1960 if (contains && ref_info->codepoint == dottedcircle_glyph) in hb_buffer_diff()
Dhb-buffer.h560 hb_codepoint_t dottedcircle_glyph,
Dhb-ot-shape-complex-indic.cc983 hb_codepoint_t dottedcircle_glyph; in insert_dotted_circles() local
984 if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph)) in insert_dotted_circles()
990 dottedcircle.codepoint = dottedcircle_glyph; in insert_dotted_circles()