Home
last modified time | relevance | path

Searched defs:map_codepoint (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dcmap.rs25 pub fn map_codepoint(&self, codepoint: impl Into<u32>) -> Option<GlyphId> { in map_codepoint() method
44 pub fn map_codepoint(&self, codepoint: impl Into<u32>) -> Option<GlyphId> { in map_codepoint() method
153 pub fn map_codepoint(&self, codepoint: impl Into<u32>) -> Option<GlyphId> { in map_codepoint() method
305 let map_codepoint: u32 = map.unicode_value().into(); in map_variant() localVariable