/external/harfbuzz_ng/src/ |
D | hb-aat-layout.cc | 191 const AAT::morx& morx = *mapper->face->table.morx; in hb_aat_layout_compile_map() local 192 if (morx.has_data ()) in hb_aat_layout_compile_map() 194 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map() 217 return face->table.morx->has_data () || in hb_aat_layout_has_substitution() 226 hb_blob_t *morx_blob = font->face->table.morx.get_blob (); in hb_aat_layout_substitute() 227 const AAT::morx& morx = *morx_blob->as<AAT::morx> (); in hb_aat_layout_substitute() local 228 if (morx.has_data ()) in hb_aat_layout_substitute() 231 morx.apply (&c); in hb_aat_layout_substitute()
|
D | hb-ot-face.hh | 64 HB_OT_TABLE(AAT, morx) \
|
D | Makefile.sources | 12 hb-aat-layout-morx-table.hh \
|
D | hb-aat-layout-morx-table.hh | 1159 struct morx : mortmorx<ExtendedTypes> struct
|
D | hb-ot-layout.cc | 309 face->table.morx->has_data ())) in is_blacklisted()
|
/external/freetype/src/gxvalid/ |
D | gxvmod.c | 126 GXV_TABLE_DECL( morx ); in gxv_validate() 141 GXV_TABLE_LOAD( morx ); in gxv_validate() 153 GXV_TABLE_VALIDATE( morx ); in gxv_validate() 162 GXV_TABLE_SET( morx ); in gxv_validate() 179 FT_FREE( morx ); in gxv_validate()
|
D | README | 41 morx 95 morx: 19 150 chained State Machines (in `mort' and `morx' tables). If a layout 300 found in the `mort' and `morx' tables. 517 `morx' tables is provided by George Williams.
|
/external/harfbuzz_ng/test/api/ |
D | test-aat-layout.c | 107 hb_face_t *morx = hb_test_open_font_file ("fonts/aat-morx.ttf"); in test_aat_has() local 109 g_assert (hb_aat_layout_has_substitution (morx)); in test_aat_has() 110 hb_face_destroy (morx); in test_aat_has()
|
/external/sfntly/cpp/src/test/ |
D | test_data.cc | 42 Tag::loca, Tag::maxp, Tag::morx, Tag::name, Tag::post,
|
/external/freetype/include/freetype/ |
D | ftgxval.h | 163 #define FT_VALIDATE_morx FT_VALIDATE_GX_BITFIELD( morx )
|
/external/fonttools/Tests/ttLib/tables/ |
D | _m_o_r_x_test.py | 1071 morx = newTable('morx') 1072 morx.decompile(data, FakeFont(['.notdef']))
|
/external/sfntly/cpp/src/sfntly/ |
D | tag.h | 80 static const int32_t morx; member
|
D | tag.cc | 62 const int32_t Tag::morx = TAG('m', 'o', 'r', 'x'); member in sfntly::Tag
|
/external/harfbuzz_ng/test/shaping/data/in-house/ |
D | Makefile.sources | 3 tests/aat-morx.tests \
|
/external/harfbuzz_ng/ |
D | NEWS | 25 o Blacklist 'GSUB' table of fonts from 'MUTF' foundry that also have 'morx'. 64 o Ignore emptyish GSUB tables (zero scripts) if morx present. 65 o Don't apply GPOS if morx is being applied. Matches Apple. 81 o Several 'morx' fixes. 179 - Added AAT shaping support (morx/kerx/trak). 181 Set HB_OPTIONS=aat env var to have morx/kerx preferred over 403 - First stab at AAT morx. Not hooked up.
|
/external/skia/third_party/harfbuzz/ |
D | BUILD.gn | 40 "$_src/hb-aat-layout-morx-table.hh",
|
/external/fonttools/ |
D | NEWS.rst | 205 - [morx] Support AAT action type to insert glyphs and clean up compilation 552 - [morx] Emit more meaningful subtable flags. Implement InsertionMorphAction 559 - [AAT] Implemented ``morx`` ligature subtables (#1082). 599 - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``, 619 and recompiled; futher work needed to handle ``morx`` table (#1025).
|
D | PKG-INFO | 122 loca, ltag, maxp, meta, mort, morx, name, opbd, post, prep, prop, 622 - [morx] Support AAT action type to insert glyphs and clean up compilation 969 - [morx] Emit more meaningful subtable flags. Implement InsertionMorphAction 976 - [AAT] Implemented ``morx`` ligature subtables (#1082). 1016 - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``, 1036 and recompiled; futher work needed to handle ``morx`` table (#1025).
|
D | README.rst | 112 loca, ltag, maxp, meta, mort, morx, name, opbd, post, prep, prop,
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 122 loca, ltag, maxp, meta, mort, morx, name, opbd, post, prep, prop, 622 - [morx] Support AAT action type to insert glyphs and clean up compilation 969 - [morx] Emit more meaningful subtable flags. Implement InsertionMorphAction 976 - [AAT] Implemented ``morx`` ligature subtables (#1082). 1016 - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``, 1036 and recompiled; futher work needed to handle ``morx`` table (#1025).
|
/external/freetype/ |
D | ChangeLog.24 | 3205 [gxvalid] Fix a bug to detect too large offset in morx table.
|