Home
last modified time | relevance | path

Searched refs:iter_subs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/gsub/
H A Dclosure.rs146 for (target, replacement) in self.iter_subs()? { in add_reachable_glyphs()
156 fn iter_subs(&self) -> Result<impl Iterator<Item = (GlyphId, GlyphId)> + '_, ReadError> { in iter_subs() method
158 SingleSubst::Format1(t) => (Some(t.iter_subs()?), None), in iter_subs()
159 SingleSubst::Format2(t) => (None, Some(t.iter_subs()?)), in iter_subs()
169 fn iter_subs(&self) -> Result<impl Iterator<Item = (GlyphId, GlyphId)> + '_, ReadError> { in iter_subs() method
181 fn iter_subs(&self) -> Result<impl Iterator<Item = (GlyphId, GlyphId)> + '_, ReadError> { in iter_subs() method
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dfreeze_modules.py209 def iter_subs(): function
222 submodules = iter_subs()