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.cc297 hb_codepoint_t dottedcircle_glyph; in insert_dotted_circles_myanmar() local
298 if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph)) in insert_dotted_circles_myanmar()
304 dottedcircle.codepoint = dottedcircle_glyph; in insert_dotted_circles_myanmar()
Dhb-ot-shape-complex-khmer.cc351 hb_codepoint_t dottedcircle_glyph; in insert_dotted_circles_khmer() local
352 if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph)) in insert_dotted_circles_khmer()
358 dottedcircle.codepoint = dottedcircle_glyph; in insert_dotted_circles_khmer()
Dhb-buffer.cc1919 hb_codepoint_t dottedcircle_glyph, in hb_buffer_diff() argument
1926 bool contains = dottedcircle_glyph != (hb_codepoint_t) -1; in hb_buffer_diff()
1940 if (contains && info[i].codepoint == dottedcircle_glyph) in hb_buffer_diff()
1962 if (contains && ref_info->codepoint == dottedcircle_glyph) in hb_buffer_diff()
Dhb-buffer.h565 hb_codepoint_t dottedcircle_glyph,
Dhb-ot-shape-complex-indic.cc956 hb_codepoint_t dottedcircle_glyph; in insert_dotted_circles_indic() local
957 if (!font->get_nominal_glyph (0x25CCu, &dottedcircle_glyph)) in insert_dotted_circles_indic()
963 dottedcircle.codepoint = dottedcircle_glyph; in insert_dotted_circles_indic()