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 D | error.rs | 14 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 D | embedded_hinting.rs | 45 ) -> Result<Self, DrawError> { in new() argument 79 ) -> Result<(), DrawError> { in reconfigure() argument 112 ) -> Result<AdjustedMetrics, DrawError> { in draw() argument
|
H A D | mod.rs | 294 ) -> 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 D | mod.rs | 116 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
|