Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cbdt-table.hh238 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const in find_table() function
272 const IndexSubtableRecord *find_table (hb_codepoint_t glyph, const void *base) const in find_table() function
274 return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables); in find_table()
329 const IndexSubtableRecord *find_table (hb_codepoint_t glyph, in find_table() function
343 return sizeTables[i].find_table (glyph, this); in find_table()
Dhb-ot-font.cc260 … const OT::IndexSubtableRecord *subtable_record = this->cblc->find_table(glyph, &x_ppem, &y_ppem); in get_extents()