HomeSort by relevance Sort by last modified time
    Searched defs:shaper (Results 1 - 14 of 14) 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/android_icu4j/src/main/tests/android/icu/dev/test/shaping/
ArabicShapingTest.java 160 ArabicShaping shaper = new ArabicShaping(options); local
161 System.out.println("shaper: " + shaper);
176 result = shaper.shape(src, ss, sl, dest, ds, dl);
180 shaper.shape(src, ss, sl);
187 dest = shaper.shape(text).toCharArray();
ArabicShapingRegTest.java 467 ArabicShaping shaper = null; local
470 shaper = new ArabicShaping(test.flags);
471 result = shaper.shape(test.source);
485 reportTestFailure(i, test, shaper, result, ex);
497 ArabicShaping shaper = null; local
504 shaper = new ArabicShaping(test.flags);
505 len = shaper.shape(src, 0, src.length, null, 0, 0);
512 reportTestFailure(i, test, shaper, test.source, ex);
524 ArabicShaping shaper = null; local
532 shaper = new ArabicShaping(test.flags)
    [all...]
  /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...]
  /libcore/ojluni/src/main/java/java/awt/font/
NumericShaper.java 63 * NumericShaper shaper = NumericShaper.getShaper(NumericShaper.ARABIC);
64 * shaper.shape(text, start, count);
70 * NumericShaper shaper =
74 * shaper.shape(text, start, count);
912 throw new IllegalArgumentException("invalid shaper: " + Integer.toHexString(mask));
918 * Returns a shaper for the provided unicode range. All
922 * @return a non-contextual numeric shaper
931 * Returns a shaper for the provided Unicode
946 * Returns a contextual shaper for the provided unicode range(s).
952 * shaper assumes EUROPEAN as the starting context, that is, i
981 NumericShaper shaper = new NumericShaper(Range.EUROPEAN, ranges); local
1027 NumericShaper shaper = new NumericShaper(defaultContext, ranges); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 4269 NumericShaper shaper = (NumericShaper) paragraph.getAttribute(TextAttribute.NUMERIC_SHAPING); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 4309 NumericShaper shaper = (NumericShaper) paragraph.getAttribute(TextAttribute.NUMERIC_SHAPING); local
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 184 milliseconds