Home
last modified time | relevance | path

Searched refs:shaping (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp155 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/
Dmain.cpp210 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 …]
DMakefile.am2 check_PROGRAMS = shaping program
/external/harfbuzz_ng/
DNEWS26 * 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 …]
Dharfbuzz.pc.in7 Description: Text shaping library
DREADME1 This is HarfBuzz, a text shaping library.
Dharfbuzz.doap7 <shortdesc xml:lang="en">Text shaping library</shortdesc>
DTODO6 - Return "safe-to-break" bit from shaping.
Dconfigure.ac338 test/shaping/Makefile
/external/harfbuzz/tests/
DMakefile.am5 SUBDIRS += linebreaking shaping subdir
/external/harfbuzz_ng/test/
DMakefile.am3 SUBDIRS = api shaping subdir
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-thai/script-thai/misc/
DMANIFEST3 pua-shaping.txt
/external/harfbuzz/
Dconfigure.ac53 tests/shaping/Makefile
/external/harfbuzz_ng/src/
Dhb-version.h.in4 * This is part of HarfBuzz, a text shaping library.
Dhb-gobject-enums.cc.tmpl5 * This is part of HarfBuzz, a text shaping library.
Dhb-ot-shape-complex-sea-machine.rl4 * This is part of HarfBuzz, a text shaping library.
Dhb-ot-shape-complex-myanmar-machine.rl4 * This is part of HarfBuzz, a text shaping library.
Dhb-buffer-deserialize-text.rl4 * This is part of HarfBuzz, a text shaping library.
Dhb-ot-shape-complex-indic-machine.rl4 * This is part of HarfBuzz, a text shaping library.
Dhb-buffer-deserialize-json.rl4 * This is part of HarfBuzz, a text shaping library.
/external/harfbuzz_ng/src/hb-ucdn/
DREADME22 functions for the HarfBuzz OpenType shaping library. For this purpose,
/external/iproute2/doc/actions/
Difb-README15 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/
DSimpleFontDataATSUI.mm60 // it includes shaping information for Arabic.
/external/antlr/antlr-3.4/runtime/C/
DChangeLog134 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/
DCHANGES.TXT89 - Fix net shaping regression: -netspeed and -netdelay did not work anymore.

12