HomeSort by relevance Sort by last modified time
    Searched defs:shaper (Results 1 - 8 of 8) sorted by null

  /external/harfbuzz_ng/util/
shape-consumer.hh 38 shaper (parser),
56 for (unsigned int n = shaper.num_iterations; n; n--)
58 shaper.populate_buffer (buffer, text, text_len, text_before, text_after);
60 output.consume_text (buffer, text, text_len, shaper.utf8_clusters);
61 if (!shaper.shape (font, buffer)) {
64 output.shape_failed (buffer, text, text_len, shaper.utf8_clusters);
69 output.consume_glyphs (buffer, text, text_len, shaper.utf8_clusters);
82 shape_options_t shaper; member in struct:shape_consumer_t
hb-ot-shape-closure.cc 36 shaper (parser),
69 shaper.shape_closure (text, text_len, font, buffer, glyphs);
103 shape_options_t shaper; member in struct:shape_closure_consumer_t
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 40 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_plan_t
70 const struct hb_ot_complex_shaper_t *shaper; member in struct:hb_ot_shape_planner_t
76 shaper (NULL),
83 plan.shaper = shaper;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
ArabicShapingTest.java 159 ArabicShaping shaper = new ArabicShaping(options); local
160 System.out.println("shaper: " + shaper);
175 result = shaper.shape(src, ss, sl, dest, ds, dl);
179 shaper.shape(src, ss, sl);
186 dest = shaper.shape(text).toCharArray();
ArabicShapingRegTest.java 463 ArabicShaping shaper = null; local
466 shaper = new ArabicShaping(test.flags);
467 result = shaper.shape(test.source);
481 reportTestFailure(i, test, shaper, result, ex);
493 ArabicShaping shaper = null; local
500 shaper = new ArabicShaping(test.flags);
501 len = shaper.shape(src, 0, src.length, null, 0, 0);
508 reportTestFailure(i, test, shaper, test.source, ex);
520 ArabicShaping shaper = null; local
528 shaper = new ArabicShaping(test.flags)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 4313 NumericShaper shaper = (NumericShaper) paragraph.getAttribute(TextAttribute.NUMERIC_SHAPING); local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 717 milliseconds