HomeSort by relevance Sort by last modified time
    Searched refs:AAT (Results 1 - 17 of 17) sorted by null

  /external/freetype/src/gxvalid/
module.mk 20 $(ECHO_DRIVER)gxvalid $(ECHO_DRIVER_DESC)TrueTypeGX/AAT validation module$(ECHO_DRIVER_DONE)
  /external/harfbuzz_ng/src/
hb-ot-face.hh 62 /* AAT shaping. */ \
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) \
hb-aat-layout.cc 31 #include "hb-aat-layout.hh"
32 #include "hb-aat-fdsc-table.hh" // Just so we compile it; unused otherwise.
33 #include "hb-aat-layout-ankr-table.hh"
34 #include "hb-aat-layout-bsln-table.hh" // Just so we compile it; unused otherwise.
35 #include "hb-aat-layout-feat-table.hh"
36 #include "hb-aat-layout-just-table.hh" // Just so we compile it; unused otherwise.
37 #include "hb-aat-layout-kerx-table.hh"
38 #include "hb-aat-layout-morx-table.hh"
39 #include "hb-aat-layout-trak-table.hh"
40 #include "hb-aat-ltag-table.hh
    [all...]
hb-ot-kern-table.hh 30 #include "hb-aat-layout-kerx-table.hh"
62 bool apply (AAT::hb_aat_apply_context_t *c) const
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
331 KernAAT aat; member in union:OT::kern::__anon23604
    [all...]
hb-aat-fdsc-table.hh 28 #include "hb-aat-layout-common.hh"
38 namespace AAT {
123 } /* namespace AAT */
hb-aat-ltag-table.hh 37 namespace AAT {
89 } /* namespace AAT */
hb-aat-layout-ankr-table.hh 28 #include "hb-aat-layout-common.hh"
37 namespace AAT {
98 } /* namespace AAT */
hb-aat-layout-bsln-table.hh 28 #include "hb-aat-layout-common.hh"
37 namespace AAT {
155 } /* namespace AAT */
hb-aat-layout-lcar-table.hh 28 #include "hb-aat-layout-common.hh"
37 namespace AAT {
91 } /* namespace AAT */
hb-static.cc 32 #include "hb-aat-layout-common.hh"
33 #include "hb-aat-layout-feat-table.hh"
48 DEFINE_NULL_NAMESPACE_BYTES (AAT, SettingName) = {0xFF,0xFF, 0xFF,0xFF};
hb-aat-layout-feat-table.hh 28 #include "hb-aat-layout-common.hh"
37 namespace AAT {
75 DECLARE_NULL_NAMESPACE_BYTES (AAT, SettingName);
216 } /* namespace AAT */
hb-aat-layout-common.hh 30 #include "hb-aat-layout.hh"
34 namespace AAT {
422 /*static*/ inline const AAT::Lookup<OT::HBUINT16>& Null<AAT::Lookup<OT::HBUINT16> > ()
423 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT16> *> (_hb_Null_AAT_Lookup); }
425 /*static*/ inline const AAT::Lookup<OT::HBUINT32>& Null<AAT::Lookup<OT::HBUINT32> > ()
426 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT32> *> (_hb_Null_AAT_Lookup); }
428 /*static*/ inline const AAT::Lookup<OT::Offset<OT::HBUINT16, false> >& Null<AAT::Lookup<OT::Offset<OT::HBUINT16, false> > > (
    [all...]
hb-aat-layout-trak-table.hh 31 #include "hb-aat-layout-common.hh"
42 namespace AAT {
234 } /* namespace AAT */
hb-aat-layout-just-table.hh 28 #include "hb-aat-layout-common.hh"
32 #include "hb-aat-layout-morx-table.hh"
41 namespace AAT {
414 } /* namespace AAT */
hb-ot-layout.cc 47 #include "hb-aat-layout-lcar-table.hh"
48 #include "hb-aat-layout-morx-table.hh"
89 const AAT::kern& kern = *blob->as<AAT::kern> ();
91 AAT::hb_aat_apply_context_t c (plan, font, buffer, blob);
    [all...]
hb-aat-layout-kerx-table.hh 32 #include "hb-aat-layout-ankr-table.hh"
41 namespace AAT {
881 bool apply (AAT::hb_aat_apply_context_t *c) const
1007 } /* namespace AAT */
hb-aat-layout-morx-table.hh 31 #include "hb-aat-layout-common.hh"
33 #include "hb-aat-map.hh"
44 namespace AAT {
    [all...]

Completed in 614 milliseconds