Searched defs:hdmx (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-hdmx-table.hh | 86 struct hdmx struct 88 static constexpr hb_tag_t tableTag = HB_OT_TAG_hdmx; 90 unsigned int get_size () const in get_size() 95 bool serialize (hb_serialize_context_t *c, in serialize() 116 bool subset (hb_subset_context_t *c) const in subset() 147 unsigned get_num_glyphs () const in get_num_glyphs() 152 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 164 HBUINT16 version; /* Table version number (0) */ 165 HBUINT16 numRecords; /* Number of device records. */ 166 HBUINT32 sizeDeviceRecord; [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/ |
D | hdmx.rs | 37 let hdmx = Hdmx::read(buf.font_data(), 2).unwrap(); in read_hdmx() localVariable 70 let hdmx = Hdmx::read(buf.font_data(), 2).unwrap(); in find_by_size() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/ |
D | hdmx.rs | 37 let hdmx = Hdmx::read(buf.font_data(), 2).unwrap(); in read_hdmx() localVariable 70 let hdmx = Hdmx::read(buf.font_data(), 2).unwrap(); in find_by_size() localVariable
|
/external/harfbuzz_ng/test/api/ |
D | test-subset-drop-tables.c | 48 hb_blob_t *hdmx = hb_face_reference_table (subset, HB_TAG ('h', 'd', 'm', 'x')); in test_subset_drop_tables() local
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/ |
D | tables.rs | 26 pub mod hdmx; module
|
D | table_provider.rs | 51 fn hdmx(&self) -> Result<tables::hdmx::Hdmx<'a>, ReadError> { in hdmx() method
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/ |
D | tables.rs | 26 pub mod hdmx; module
|
D | table_provider.rs | 51 fn hdmx(&self) -> Result<tables::hdmx::Hdmx<'a>, ReadError> { in hdmx() method
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/ |
D | mod.rs | 42 hdmx: Option<Hdmx<'a>>, field 239 let hdmx = self.hdmx.as_ref()?; in hdmx_width() localVariable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/glyf/ |
D | mod.rs | 42 hdmx: Option<Hdmx<'a>>, field 239 let hdmx = self.hdmx.as_ref()?; in hdmx_width() localVariable
|