/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | UniscribeHelper.cpp | 155 const Shaping& shaping = m_shapes[runIndex]; in justify() local 157 for (int i = 0; i < shaping.glyphLength(); i++, destIndex++) { in justify() 158 memcpy(&visualAttributes[destIndex], &shaping.m_visualAttributes[i], in justify() 160 advances[destIndex] = shaping.m_advance[i]; in justify() 175 Shaping& shaping = m_shapes[runIndex]; in justify() local 177 shaping.m_justify.resize(shaping.glyphLength()); in justify() 178 for (int i = 0; i < shaping.glyphLength(); i++, globalGlyphIndex++) in justify() 179 shaping.m_justify[i] = justify[globalGlyphIndex]; in justify() 196 const Shaping& shaping = m_shapes[itemIndex]; in characterToX() local 197 int itemLength = shaping.charLength(); in characterToX() [all …]
|
/external/harfbuzz/tests/shaping/ |
D | main.cpp | 210 static bool shaping(FT_Face face, const ShapeTable *s, HB_Script script) in shaping() function 354 QVERIFY( shaping(face, s, HB_Script_Devanagari) ); in devanagari() 408 QVERIFY( shaping(face, s, HB_Script_Devanagari) ); in devanagari() 520 QVERIFY( shaping(face, s, HB_Script_Bengali) ); in bengali() 627 QVERIFY( shaping(face, s, HB_Script_Bengali) ); in bengali() 657 QVERIFY( shaping(face, s, HB_Script_Bengali) ); in bengali() 682 QVERIFY( shaping(face, s, HB_Script_Gurmukhi) ); in gurmukhi() 719 QVERIFY( shaping(face, s, HB_Script_Oriya) ); in oriya() 788 QVERIFY( shaping(face, s, HB_Script_Tamil) ); in tamil() 832 QVERIFY( shaping(face, s, HB_Script_Telugu) ); in telugu() [all …]
|
D | Makefile.am | 2 check_PROGRAMS = shaping program
|
/external/harfbuzz_ng/ |
D | NEWS | 26 * Fix 'Phags-Pa U+A872 shaping, 37 shaping. The heuristics in that function are fragile. If the 122 - Fix Khmer shaping with broken fonts. 123 - Implement Thai "PUA" shaping for old fonts. 214 - Implement 'Phags-pa shaping, improve Mongolian. 219 - Start adding new-style Myanmar shaping. 231 - Synthetic-GSUB Arabic fallback shaping. 260 - Better Arabic fallback shaping / ligation. 276 - Unbreak Thai and fallback Arabic shaping. 295 - Improved Arabic shaper, with fallback Arabic shaping, supporting Arabic, [all …]
|
D | harfbuzz.pc.in | 7 Description: Text shaping library
|
D | README | 1 This is HarfBuzz, a text shaping library.
|
D | harfbuzz.doap | 7 <shortdesc xml:lang="en">Text shaping library</shortdesc>
|
D | TODO | 6 - Return "safe-to-break" bit from shaping.
|
D | configure.ac | 338 test/shaping/Makefile
|
/external/harfbuzz/tests/ |
D | Makefile.am | 5 SUBDIRS += linebreaking shaping subdir
|
/external/harfbuzz_ng/test/ |
D | Makefile.am | 3 SUBDIRS = api shaping subdir
|
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-thai/script-thai/misc/ |
D | MANIFEST | 3 pua-shaping.txt
|
/external/harfbuzz/ |
D | configure.ac | 53 tests/shaping/Makefile
|
/external/harfbuzz_ng/src/ |
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-sea-machine.rl | 4 * This is part of HarfBuzz, a text shaping library.
|
D | hb-ot-shape-complex-myanmar-machine.rl | 4 * This is part of HarfBuzz, a text shaping library.
|
D | hb-buffer-deserialize-text.rl | 4 * This is part of HarfBuzz, a text shaping library.
|
D | hb-ot-shape-complex-indic-machine.rl | 4 * This is part of HarfBuzz, a text shaping library.
|
D | hb-buffer-deserialize-json.rl | 4 * This is part of HarfBuzz, a text shaping library.
|
/external/harfbuzz_ng/src/hb-ucdn/ |
D | README | 22 functions for the HarfBuzz OpenType shaping library. For this purpose,
|
/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/webkit/Source/WebCore/platform/graphics/mac/ |
D | SimpleFontDataATSUI.mm | 60 // it includes shaping information for Arabic.
|
/external/antlr/antlr-3.4/runtime/C/ |
D | ChangeLog | 134 have many individual children unless there has not been any shaping going on in 135 the parser. But if you are not shaping, then you don't really need a tree. 418 have many individual children unless there has not been any shaping going on in 419 the parser. But if you are not shaping, then you don't really need a tree.
|
/external/qemu/ |
D | CHANGES.TXT | 89 - Fix net shaping regression: -netspeed and -netdelay did not work anymore.
|