Home
last modified time | relevance | path

Searched refs:find_table (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/acpi/src/platform/
Dmod.rs122 let fadt = tables.find_table::<Fadt>()?; in new_in()
125 let madt = tables.find_table::<Madt>(); in new_in()
155 let madt = tables.find_table::<Madt>()?; in wakeup_aps()
/external/harfbuzz_ng/src/OT/Color/CBDT/
DCBDT.hh555 const IndexSubtableRecord* record = find_table (old_gid, bitmap_size_context->num_tables); in build_lookup()
615 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const in find_table() function
647 find_table (hb_codepoint_t glyph, const void *base, const void **out_base) const in find_table() function
650 return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables); in find_table()
846 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in get_extents()
899 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in reference_png()
/external/rust/android-crates-io/crates/acpi/src/
Dhpet.rs38 let hpet = tables.find_table::<HpetTable>()?; in new()
Dlib.rs311 pub fn find_table<T: AcpiTable>(&self) -> AcpiResult<PhysicalMapping<H, T>> { in find_table() function
340 self.find_table::<fadt::Fadt>().and_then(|fadt| { in dsdt()
Dmcfg.rs39 let mcfg = tables.find_table::<Mcfg>()?; in new_in()
/external/freetype/src/sfnt/
Dsfwoff2.c344 find_table( WOFF2_Table* tables, in find_table() function
1304 const WOFF2_Table maxp_table = find_table( tables, num_tables, in get_x_mins()
1306 const WOFF2_Table head_table = find_table( tables, num_tables, in get_x_mins()
1568 info->glyf_table = find_table( indices, num_tables, TTAG_glyf ); in reconstruct_font()
1569 info->loca_table = find_table( indices, num_tables, TTAG_loca ); in reconstruct_font()
1729 info->head_table = find_table( indices, num_tables, TTAG_head ); in reconstruct_font()
/external/freetype/docs/oldlogs/
DChangeLog.2104470 * src/sfnt/sfwoff2.c (stream_close, find_table, read_num_hmetrics):