Home | History | Annotate | Download | only in src

Lines Matching refs:OT

34 #include "hb-ot-layout-common.hh"
35 #include "hb-ot-cmap-table.hh"
36 #include "hb-ot-head-table.hh"
37 #include "hb-ot-maxp-table.hh"
44 DEFINE_NULL_NAMESPACE_BYTES (OT, Index) = {0xFF,0xFF};
45 DEFINE_NULL_NAMESPACE_BYTES (OT, LangSys) = {0x00,0x00, 0xFF,0xFF, 0x00,0x00};
46 DEFINE_NULL_NAMESPACE_BYTES (OT, RangeRecord) = {0x00,0x01, 0x00,0x00, 0x00, 0x00};
47 DEFINE_NULL_NAMESPACE_BYTES (OT, CmapSubtableLongGroup) = {0x00,0x00,0x00,0x01, 0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00};
58 hb_blob_t *maxp_blob = c.reference_table<OT::maxp> (this);
59 const OT::maxp *maxp_table = maxp_blob->as<OT::maxp> ();