/external/harfbuzz_ng/src/ |
D | hb-aat-layout.cc | 150 AAT::hb_aat_apply_context_t::hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_, in hb_aat_apply_context_t() 159 ankr_table (&Null(AAT::ankr)), in hb_aat_apply_context_t() 170 AAT::hb_aat_apply_context_t::~hb_aat_apply_context_t () in ~hb_aat_apply_context_t() 174 AAT::hb_aat_apply_context_t::set_ankr_table (const AAT::ankr *ankr_table_, in set_ankr_table() 191 const AAT::morx& morx = *mapper->face->table.morx; in hb_aat_layout_compile_map() 198 const AAT::mort& mort = *mapper->face->table.mort; in hb_aat_layout_compile_map() 227 const AAT::morx& morx = *morx_blob->as<AAT::morx> (); in hb_aat_layout_substitute() 230 AAT::hb_aat_apply_context_t c (plan, font, buffer, morx_blob); in hb_aat_layout_substitute() 236 const AAT::mort& mort = *mort_blob->as<AAT::mort> (); in hb_aat_layout_substitute() 239 AAT::hb_aat_apply_context_t c (plan, font, buffer, mort_blob); in hb_aat_layout_substitute() [all …]
|
D | hb-ot-face.hh | 63 HB_OT_TABLE(AAT, mort) \ 64 HB_OT_TABLE(AAT, morx) \ 65 HB_OT_TABLE(AAT, kerx) \ 66 HB_OT_TABLE(AAT, ankr) \ 67 HB_OT_TABLE(AAT, trak) \ 68 HB_OT_TABLE(AAT, lcar) \ 69 HB_OT_TABLE(AAT, ltag) \ 70 HB_OT_TABLE(AAT, feat) \
|
D | hb-ot-kern-table.hh | 62 bool apply (AAT::hb_aat_apply_context_t *c) const in apply() 151 AAT::KerxSubTableFormat0<KernSubTableHeader> format0; 152 AAT::KerxSubTableFormat1<KernSubTableHeader> format1; 153 AAT::KerxSubTableFormat2<KernSubTableHeader> format2; 164 typedef AAT::ObsoleteTypes Types; 196 struct KernOT : AAT::KerxTable<KernOT> 198 friend struct AAT::KerxTable<KernOT>; 219 typedef AAT::ObsoleteTypes Types; 251 struct KernAAT : AAT::KerxTable<KernAAT> 253 friend struct AAT::KerxTable<KernAAT>; [all …]
|
D | hb-aat-layout-common.hh | 34 namespace AAT { namespace 422 /*static*/ inline const AAT::Lookup<OT::HBUINT16>& Null<AAT::Lookup<OT::HBUINT16> > () in Null() 423 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT16> *> (_hb_Null_AAT_Lookup); } in Null() 425 /*static*/ inline const AAT::Lookup<OT::HBUINT32>& Null<AAT::Lookup<OT::HBUINT32> > () in Null() 426 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT32> *> (_hb_Null_AAT_Lookup); } in Null() 428 /*static*/ inline const AAT::Lookup<OT::Offset<OT::HBUINT16, false> >& Null<AAT::Lookup<OT::Offset<… in Null() 429 { return *reinterpret_cast<const AAT::Lookup<OT::Offset<OT::HBUINT16, false> > *> (_hb_Null_AAT_Loo… in Null() 430 namespace AAT { namespace 841 HB_INTERNAL void set_ankr_table (const AAT::ankr *ankr_table_, const char *ankr_end_);
|
D | hb-aat-layout-feat-table.hh | 37 namespace AAT { namespace 75 DECLARE_NULL_NAMESPACE_BYTES (AAT, SettingName);
|
D | hb-aat-ltag-table.hh | 37 namespace AAT { namespace
|
D | hb-static.cc | 48 DEFINE_NULL_NAMESPACE_BYTES (AAT, SettingName) = {0xFF,0xFF, 0xFF,0xFF};
|
D | hb-aat-fdsc-table.hh | 38 namespace AAT { namespace
|
D | hb-aat-layout-ankr-table.hh | 37 namespace AAT { namespace
|
D | hb-aat-layout-lcar-table.hh | 37 namespace AAT { namespace
|
D | hb-aat-layout-bsln-table.hh | 37 namespace AAT { namespace
|
D | hb-aat-layout-trak-table.hh | 42 namespace AAT { namespace
|
D | hb-aat-layout-just-table.hh | 41 namespace AAT { namespace
|
D | hb-ot-layout.cc | 89 const AAT::kern& kern = *blob->as<AAT::kern> (); in hb_ot_layout_kern() 91 AAT::hb_aat_apply_context_t c (plan, font, buffer, blob); in hb_ot_layout_kern()
|
D | hb-aat-layout-kerx-table.hh | 41 namespace AAT { namespace 881 bool apply (AAT::hb_aat_apply_context_t *c) const in apply()
|
/external/slf4j/slf4j-site/src/site/pages/templates/ |
D | footer.js | 17 AAT = '@' 21 …se send your corrections or suggestions for improvement to "corrections' + AAT +'qos'+DOOTT+'ch". …
|
/external/freetype/src/gxvalid/ |
D | module.mk | 20 $(ECHO_DRIVER)gxvalid $(ECHO_DRIVER_DESC)TrueTypeGX/AAT validation module$(ECHO_DRIVER_DONE)
|
D | README | 10 Text', Apple Advanced Typography (AAT). In addition, gxvalid can 11 validates `kern' tables which have been extended for AAT. Like the 110 Apple. But gxvalid cannot check a how QuickDraw GX/AAT renderer uses 116 QuickDraw GX/AAT uses a `State Machine' to provide `stateful' layout 202 fact, MacOS is shipped with fonts including broken GX/AAT tables, but 222 are distributed officially, but many broken GX/AAT tables were found 278 GX/AAT defines a `bracketing' property of the glyphs in the `prop' 290 The GX/AAT extension can include 255 different layout features,
|
/external/sfntly/ |
D | README.md | 7 …ntainer font. Fonts that use an sfnt container include OpenType, TrueType, AAT/GX, and Graphite. s…
|
/external/harfbuzz_ng/ |
D | NEWS | 22 - AAT shaping improvements: 54 - Fix AAT 'mort' shaping, which was broken in 2.1.2 61 - AAT shaping improvements: 71 - AAT improvements: 79 - AAT shaping improvements: 80 o Allow user controlling AAT features, for whole buffer only currently. 160 - Fix two minor memory access issues in AAT tables. 179 - Added AAT shaping support (morx/kerx/trak). 403 - First stab at AAT morx. Not hooked up.
|
/external/fonttools/ |
D | NEWS.rst | 205 - [morx] Support AAT action type to insert glyphs and clean up compilation 206 of AAT action tables (4a1871f, 2011ccf). 548 - [_k_e_r_n] Fixed compilation of AAT kern version=1.0 tables (#1089, #1094) 559 - [AAT] Implemented ``morx`` ligature subtables (#1082). 599 - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``, 611 - [AAT] Support the `opbd` table with optical bounds (a47f6588). 612 - [AAT] Support `prop` table with glyph properties (d05617b4). 618 - [AAT] Added support for AAT lookups. The ``lcar`` table can be decompiled
|
D | PKG-INFO | 622 - [morx] Support AAT action type to insert glyphs and clean up compilation 623 of AAT action tables (4a1871f, 2011ccf). 965 - [_k_e_r_n] Fixed compilation of AAT kern version=1.0 tables (#1089, #1094) 976 - [AAT] Implemented ``morx`` ligature subtables (#1082). 1016 - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``, 1028 - [AAT] Support the `opbd` table with optical bounds (a47f6588). 1029 - [AAT] Support `prop` table with glyph properties (d05617b4). 1035 - [AAT] Added support for AAT lookups. The ``lcar`` table can be decompiled
|
/external/freetype/docs/ |
D | INSTALL.ANY | 83 src/gxvalid/gxvalid.c -- TrueTypeGX/AAT table validation
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 622 - [morx] Support AAT action type to insert glyphs and clean up compilation 623 of AAT action tables (4a1871f, 2011ccf). 965 - [_k_e_r_n] Fixed compilation of AAT kern version=1.0 tables (#1089, #1094) 976 - [AAT] Implemented ``morx`` ligature subtables (#1082). 1016 - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``, 1028 - [AAT] Support the `opbd` table with optical bounds (a47f6588). 1029 - [AAT] Support `prop` table with glyph properties (d05617b4). 1035 - [AAT] Added support for AAT lookups. The ``lcar`` table can be decompiled
|
/external/freetype/ |
D | modules.cfg | 112 # TrueType GX/AAT table validation. Needs `ftgxval.c' below.
|