Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/
H A Derror.rs14 pub enum DrawError { enum
35 impl From<ToPathError> for DrawError { implementation
41 impl From<ReadError> for DrawError { implementation
47 impl From<CffError> for DrawError { implementation
53 impl fmt::Display for DrawError { implementation
76 impl std::error::Error for DrawError {} implementation
H A Dembedded_hinting.rs45 ) -> Result<Self, DrawError> { in new() argument
79 ) -> Result<(), DrawError> { in reconfigure() argument
112 ) -> Result<AdjustedMetrics, DrawError> { in draw() argument
H A Dmod.rs294 ) -> Result<AdjustedMetrics, DrawError> { in draw() argument
310 ) -> Result<AdjustedMetrics, DrawError> { in draw_unhinted() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Dmod.rs116 pub fn outline(&self, glyph_id: GlyphId) -> Result<Outline<'a>, DrawError> { in outline() argument
140 ) -> Result<ScaledOutline<'a>, DrawError> { in draw() argument
152 ) -> Result<ScaledOutline<'a>, DrawError> { in draw_hinted() argument
165 ) -> Result<(), DrawError> { in outline_rec() argument
321 ) -> Result<ScaledOutline<'a>, DrawError> { in scale() argument
343 ) -> Result<(), DrawError> { in load() argument
360 fn load_simple(&mut self, glyph: &SimpleGlyph, glyph_id: GlyphId) -> Result<(), DrawError> { in load_simple() argument
534 ) -> Result<(), DrawError> { in load_composite() argument