Searched defs:shaper (Results 1 - 7 of 7) sorted by relevance

/external/harfbuzz_ng/util/
H A Dshape-consumer.hh38 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
H A Dhb-ot-shape-closure.cc36 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/
H A Dhb-ot-shape-private.hh40 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/
H A DArabicShapingRegTest.java467 ArabicShaping shaper = null;
470 shaper = new ArabicShaping(test.flags);
471 result = shaper.shape(test.source);
485 reportTestFailure(i, test, shaper, result, ex);
497 ArabicShaping shaper = null;
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;
532 shaper
564 reportTestFailure(int index, TestData test, ArabicShaping shaper, String result, Exception error) argument
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingRegTest.java463 ArabicShaping shaper = null;
466 shaper = new ArabicShaping(test.flags);
467 result = shaper.shape(test.source);
481 reportTestFailure(i, test, shaper, result, ex);
493 ArabicShaping shaper = null;
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;
528 shaper
560 reportTestFailure(int index, TestData test, ArabicShaping shaper, String result, Exception error) argument
[all...]
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 301 milliseconds