Searched defs:find_table (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-cbdt-table.hh238 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const function in struct:OT::IndexSubtableArray
272 const IndexSubtableRecord *find_table (hb_codepoint_t glyph, const void *base) const function in struct:OT::BitmapSizeTable
274 return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables);
329 const IndexSubtableRecord *find_table (hb_codepoint_t glyph, function in struct:OT::CBLC
343 return sizeTables[i].find_table (glyph, this);

Completed in 121 milliseconds