Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DSimpleGlyph.hh12 struct SimpleGlyph struct
14 enum simple_glyph_flag_t
26 const GlyphHeader &header;
27 hb_bytes_t bytes;
28 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() function
31 unsigned int instruction_len_offset () const in instruction_len_offset()
34 unsigned int length (unsigned int instruction_len) const in length()
37 bool has_instructions_length () const in has_instructions_length()
42 unsigned int instructions_length () const in instructions_length()
53 const hb_bytes_t trim_padding () const in trim_padding()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Ddeltas.rs36 pub struct SimpleGlyph<'a> { struct
52 glyph: SimpleGlyph, in simple_glyph()
66 let SimpleGlyph { in simple_glyph() localVariable
H A Dmod.rs360 fn load_simple(&mut self, glyph: &SimpleGlyph, glyph_id: GlyphId) -> Result<(), DrawError> { in load_simple()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_glyf.rs102 impl<'a> FontRead<'a> for SimpleGlyph<'a> { implementation
126 pub type SimpleGlyph<'a> = TableRef<'a, SimpleGlyphMarker>; typedef
128 impl<'a> SimpleGlyph<'a> { impl
190 impl<'a> SomeTable<'a> for SimpleGlyph<'a> { implementation
214 impl<'a> std::fmt::Debug for SimpleGlyph<'a> { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/
H A Dglyf.rs122 impl<'a> SimpleGlyph<'a> { impl