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

  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/indic/script-devanagari/misc/
MANIFEST 0 dottedcircle.txt
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-machine.rl 53 DOTTEDCIRCLE = 12;
70 place_holder = NBSP | DOTTEDCIRCLE;
hb-ot-shape-complex-sea.cc 294 hb_glyph_info_t dottedcircle = {0};
295 dottedcircle.codepoint = 0x25CC;
296 set_sea_properties (dottedcircle);
297 dottedcircle.codepoint = dottedcircle_glyph;
311 hb_glyph_info_t info = dottedcircle;
hb-ot-shape-complex-myanmar.cc 455 hb_glyph_info_t dottedcircle = {0};
456 dottedcircle.codepoint = 0x25CC;
457 set_myanmar_properties (dottedcircle);
458 dottedcircle.codepoint = dottedcircle_glyph;
472 hb_glyph_info_t info = dottedcircle;
hb-ot-shape.cc 250 hb_glyph_info_t dottedcircle;
251 dottedcircle.codepoint = 0x25CC;
252 _hb_glyph_info_set_unicode_props (&dottedcircle, buffer->unicode);
257 hb_glyph_info_t info = dottedcircle;
hb-ot-shape-complex-indic.cc     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-sea.cc 294 hb_glyph_info_t dottedcircle = {0};
295 dottedcircle.codepoint = 0x25CC;
296 set_sea_properties (dottedcircle);
297 dottedcircle.codepoint = dottedcircle_glyph;
311 hb_glyph_info_t info = dottedcircle;
hb-ot-shape-complex-myanmar.cc 455 hb_glyph_info_t dottedcircle = {0};
456 dottedcircle.codepoint = 0x25CC;
457 set_myanmar_properties (dottedcircle);
458 dottedcircle.codepoint = dottedcircle_glyph;
472 hb_glyph_info_t info = dottedcircle;
hb-ot-shape.cc 250 hb_glyph_info_t dottedcircle;
251 dottedcircle.codepoint = 0x25CC;
252 _hb_glyph_info_set_unicode_props (&dottedcircle, buffer->unicode);
257 hb_glyph_info_t info = dottedcircle;
hb-ot-shape-complex-indic.cc     [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 300 if any (l.find("dottedcircle") >= 0 for l in lines if l[0] == '+'): return True

Completed in 299 milliseconds