Searched refs:shaping (Results 1 – 25 of 49) sorted by relevance
12
/external/harfbuzz_ng/ |
D | NEWS | 19 - Misc shaping bug fixes. 22 - AAT shaping improvements: 54 - Fix AAT 'mort' shaping, which was broken in 2.1.2 61 - AAT shaping improvements: 79 - AAT shaping improvements: 179 - Added AAT shaping support (morx/kerx/trak). 507 - Fix caching of variable font shaping plans. 525 - Fix "unsafe-to-break" in fallback shaping and other corner cases. 542 in line-breaking situations. Essentially, after shaping, it returns 545 and two sides reshaped and concatenated, the shaping result is [all …]
|
D | README.wine.md | 1 For the development of HarfBuzz, the Microsoft shaping technology, Uniscribe, 40 (`0061,0062,0063` means `abc`, use test/shaping/hb-unicode-decode to generate ones you need)
|
D | harfbuzz.doap | 7 <shortdesc xml:lang="en">Text shaping library</shortdesc>
|
D | configure.ac | 508 test/shaping/Makefile 509 test/shaping/data/Makefile 510 test/shaping/data/aots/Makefile 511 test/shaping/data/in-house/Makefile 512 test/shaping/data/text-rendering-tests/Makefile
|
D | README.md | 10 This is HarfBuzz, a text shaping library.
|
D | README | 10 This is HarfBuzz, a text shaping library.
|
/external/skia/site/user/modules/ |
D | canvaskit.md | 92 <canvas id=shaping width=400 height=400></canvas> 311 const surface = CanvasKit.MakeCanvasSurface('shaping'); 362 document.getElementById('shaping').addEventListener('pointermove', interact); 363 document.getElementById('shaping').addEventListener('pointerdown', interact); 364 document.getElementById('shaping').addEventListener('lostpointercapture', interact); 365 document.getElementById('shaping').addEventListener('pointerup', interact); 366 preventScrolling(document.getElementById('shaping'));
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateScriptMetadata.txt | 40 # YES if shaping is required for the major languages using that script for NFC text. 42 # Arabic-style contextual shaping, but also cases where NSM placement is required, like Thai. 43 # MIN if NSM placement is sufficient, not the more complex shaping.
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
D | README.md | 22 # Remove all traffic shaping from loopback 26 # Add a qdisc under the new class with the appropriate shaping
|
/external/harfbuzz_ng/test/ |
D | CMakeLists.txt | 2 add_subdirectory(shaping)
|
D | Makefile.am | 5 SUBDIRS = api shaping fuzzing subset subdir
|
/external/harfbuzz_ng/src/ |
D | harfbuzz.pc.in | 7 Description: HarfBuzz text shaping library
|
D | harfbuzz-gobject.pc.in | 7 Description: HarfBuzz text shaping library GObject integration
|
D | harfbuzz-icu.pc.in | 7 Description: HarfBuzz text shaping library ICU integration
|
D | hb-gobject-enums.h.tmpl | 5 * This is part of HarfBuzz, a text shaping library.
|
D | hb-version.h.in | 4 * This is part of HarfBuzz, a text shaping library.
|
D | hb-gobject-enums.cc.tmpl | 5 * This is part of HarfBuzz, a text shaping library.
|
D | hb-ot-shape-complex-khmer-machine.rl | 4 * This is part of HarfBuzz, a text shaping library.
|
/external/harfbuzz_ng/test/fuzzing/ |
D | README | 12 harfbuzz/test/shaping/fonts/fonts/.
|
/external/harfbuzz_ng/docs/ |
D | Makefile.am | 78 usermanual-shaping-concepts.xml \
|
/external/harfbuzz_ng/test/shaping/data/in-house/ |
D | Makefile.sources | 4 tests/arabic-fallback-shaping.tests \
|
/external/iproute2/doc/actions/ |
D | ifb-README | 15 2) Allows for queueing incoming traffic for shaping instead of 17 worse than shaping in achieving the end goal of rate control.
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | README | 22 functions for the HarfBuzz OpenType shaping library. For this purpose,
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/ |
D | ArabicShapingRegTest.java | 10 package com.ibm.icu.dev.test.shaping;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/shaping/ |
D | ArabicShapingRegTest.java | 11 package android.icu.dev.test.shaping;
|
12