Searched refs:_subset (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset.cc | 120 _subset (hb_subset_plan_t *plan) in _subset() function 146 result = _subset<const OT::glyf> (plan); in _subset_table() 149 result = _subset<const OT::hdmx> (plan); in _subset_table() 160 result = _subset<const OT::hmtx> (plan); in _subset_table() 166 result = _subset<const OT::vmtx> (plan); in _subset_table() 169 result = _subset<const OT::maxp> (plan); in _subset_table() 175 result = _subset<const OT::cmap> (plan); in _subset_table() 178 result = _subset<const OT::OS2> (plan); in _subset_table() 181 result = _subset<const OT::post> (plan); in _subset_table() 184 result = _subset<const OT::cff1> (plan); in _subset_table() [all …]
|
D | hb-ot-vorg-table.hh | 72 bool _subset (const hb_subset_plan_t *plan HB_UNUSED, in _subset() function 142 if (!_subset (plan, vorg_table, subset_metrics, dest_sz, dest)) in subset()
|
D | hb-ot-cmap-table.hh | 869 bool _subset (const hb_subset_plan_t *plan, in _subset() function 948 if (unlikely (!_subset (plan, cmap_subset_plan, dest_sz, dest))) in subset()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | io_ops_test.py | 78 def _subset(self, files, indices): member in IoOpsTest 106 self._subset(files, [1])) 109 self._subset(files, [0, 1, 3, 4])) 112 self._subset(files, [0, 1, 2, 3, 4, 5])) 118 self._subset(files, [0, 1])) 121 self._subset(files, [3, 4])) 130 self._subset(files, [0, 1, 2])) 136 self._subset(files, [0, 1, 3, 4, 6]))
|