Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
DCompositeGlyph.hh321 struct CompositeGlyph struct
323 const GlyphHeader &header;
324 hb_bytes_t bytes;
325 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() argument
328 composite_iter_t iter () const in iter()
331 unsigned int instructions_length (hb_bytes_t bytes) const in instructions_length()
348 const hb_bytes_t trim_padding () const { return bytes; } in trim_padding()
350 void drop_hints () in drop_hints()
357 void drop_hints_bytes (hb_bytes_t &dest_start) const in drop_hints_bytes()
360 void set_overlaps_flag () in set_overlaps_flag()
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_glyf.rs656 impl<'a> FontRead<'a> for CompositeGlyph<'a> { implementation
674 pub type CompositeGlyph<'a> = TableRef<'a, CompositeGlyphMarker>; typedef
676 impl<'a> CompositeGlyph<'a> { impl
718 impl<'a> SomeTable<'a> for CompositeGlyph<'a> { implementation
736 impl<'a> std::fmt::Debug for CompositeGlyph<'a> { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_glyf.rs656 impl<'a> FontRead<'a> for CompositeGlyph<'a> { implementation
674 pub type CompositeGlyph<'a> = TableRef<'a, CompositeGlyphMarker>; typedef
676 impl<'a> CompositeGlyph<'a> { implementation
718 impl<'a> SomeTable<'a> for CompositeGlyph<'a> { implementation
736 impl<'a> std::fmt::Debug for CompositeGlyph<'a> { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/
Dmod.rs269 glyph: &CompositeGlyph, in load_composite()
721 glyph: &CompositeGlyph, in load_composite()
1139 glyph: &CompositeGlyph, in load_composite()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/
Dmod.rs269 glyph: &CompositeGlyph, in load_composite()
721 glyph: &CompositeGlyph, in load_composite()
1139 glyph: &CompositeGlyph, in load_composite()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dglyf.rs523 impl<'a> CompositeGlyph<'a> { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dglyf.rs523 impl<'a> CompositeGlyph<'a> { impl
/external/fonttools/Tests/ttLib/
Dwoff2_test.py899 class CompositeGlyph(object): class