Searched refs:find_table (Results 1 – 2 of 2) sorted by relevance
238 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const in find_table() function272 const IndexSubtableRecord *find_table (hb_codepoint_t glyph, const void *base) const in find_table() function274 return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables); in find_table()329 const IndexSubtableRecord *find_table (hb_codepoint_t glyph, in find_table() function343 return sizeTables[i].find_table (glyph, this); in find_table()
260 … const OT::IndexSubtableRecord *subtable_record = this->cblc->find_table(glyph, &x_ppem, &y_ppem); in get_extents()