Home
last modified time | relevance | path

Searched defs:ToPathError (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/
H A Dglyf.rs644 pub enum ToPathError { enum
655 impl fmt::Display for ToPathError { implementation
684 ) -> Result<(), ToPathError> { in to_path() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Doutline.rs108 pub fn to_path(&self, pen: &mut impl Pen) -> Result<(), ToPathError> { in to_path() argument