Searched refs:may_have (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-set-digest.hh | 104 bool may_have (hb_codepoint_t g) const in may_have() function 153 bool may_have (hb_codepoint_t g) const in may_have() function 155 return head.may_have (g) && tail.may_have (g); in may_have()
|
D | hb-ot-layout.cc | 1833 if (accel.may_have (buffer->cur().codepoint) && in apply_forward() 1856 if (accel.may_have (buffer->cur().codepoint) && in apply_backward()
|
D | hb-ot-layout-gsubgpos.hh | 787 return digest.may_have (c->buffer->cur().codepoint) && apply_func (obj, c); in apply() 3542 bool may_have (hb_codepoint_t g) const in may_have() function 3543 { return digest.may_have (g); } in may_have()
|
D | hb-ot-layout-gsub-table.hh | 1586 if (!accel->may_have (c->glyphs[0])) return false; in would_apply()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 13843 …unsigned int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> >::may_have(unsigned int) --> 13844 …<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest… 13931 …signed int, 0u>, hb_set_digest_lowest_bits_t<long unsigned int, 9u> > >::may_have(unsigned int) --> 13932 …<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest… 13970 <!-- bool hb_set_digest_lowest_bits_t<long unsigned int, 0u>::may_have(unsigned int) --> 13971 …<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj0EE8may_haveEj' … 14042 <!-- bool hb_set_digest_lowest_bits_t<long unsigned int, 4u>::may_have(unsigned int) --> 14043 …<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj4EE8may_haveEj' … 14114 <!-- bool hb_set_digest_lowest_bits_t<long unsigned int, 9u>::may_have(unsigned int) --> 14115 …<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj9EE8may_haveEj' …
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 8872 …<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest… 8929 …<function-decl name='may_have' mangled-name='_ZNK24hb_set_digest_combiner_tI27hb_set_digest_lowest… 8956 …<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj0EE8may_haveEj' … 9004 …<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj4EE8may_haveEj' … 9052 …<function-decl name='may_have' mangled-name='_ZNK27hb_set_digest_lowest_bits_tImLj9EE8may_haveEj' …
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 27975 + if (!accel->may_have (c->glyphs[0])) return false; 36471 - if (!accel->may_have (c->glyphs[0])) return false;
|