Lines Matching refs:OT
34 #include "hb-ot-cmap-table.hh"
35 #include "hb-ot-glyf-table.hh"
36 #include "hb-ot-hdmx-table.hh"
37 #include "hb-ot-head-table.hh"
38 #include "hb-ot-hhea-table.hh"
39 #include "hb-ot-hmtx-table.hh"
40 #include "hb-ot-maxp-table.hh"
41 #include "hb-ot-os2-table.hh"
42 #include "hb-ot-post-table.hh"
43 #include "hb-ot-cff1-table.hh"
44 #include "hb-ot-cff2-table.hh"
45 #include "hb-ot-vorg-table.hh"
46 #include "hb-ot-layout-gsub-table.hh"
47 #include "hb-ot-layout-gpos-table.hh"
76 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c initial estimated table size: %u bytes.", HB_UNTAG (tag), buf_size);
79 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to allocate %u bytes.", HB_UNTAG (tag), buf_size);
89 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c ran out of room; reallocating to %u bytes.", HB_UNTAG (tag), buf_size);
92 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to reallocate %u bytes.", HB_UNTAG (tag), buf_size);
100 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c final subset table size: %u bytes.", HB_UNTAG (tag), dest_blob->length);
106 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset table subsetted to empty.", HB_UNTAG (tag));
111 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag));
114 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset %s", HB_UNTAG (tag), result ? "success" : "FAILED!");
130 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag));
133 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset %s", HB_UNTAG (tag), result ? "success" : "FAILED!");
146 result = _subset<const OT::glyf> (plan);
149 result = _subset<const OT::hdmx> (plan);
160 result = _subset<const OT::hmtx> (plan);
166 result = _subset<const OT::vmtx> (plan);
169 result = _subset<const OT::maxp> (plan);
175 result = _subset<const OT::cmap> (plan);
178 result = _subset<const OT::OS2> (plan);
181 result = _subset<const OT::post> (plan);
184 result = _subset<const OT::cff1> (plan);
187 result = _subset<const OT::cff2> (plan);
190 result = _subset<const OT::VORG> (plan);
193 result = _subset2<const OT::GDEF> (plan);
196 result = _subset2<const OT::GSUB> (plan);
199 result = _subset2<const OT::GPOS> (plan);