HomeSort by relevance Sort by last modified time
    Searched refs:get_lig_carets (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-aat-layout-lcar-table.hh 45 unsigned int get_lig_carets (hb_font_t *font, function in struct:AAT::lcar
hb-ot-layout-gdef-table.hh 213 unsigned int get_lig_carets (hb_font_t *font, function in struct:OT::LigGlyph
249 unsigned int get_lig_carets (hb_font_t *font, function in struct:OT::LigCaretList
265 return lig_glyph.get_lig_carets (font, direction, glyph_id, var_store, start_offset, caret_count, caret_array);
373 unsigned int get_lig_carets (hb_font_t *font, function in struct:OT::GDEF
379 { return (this+ligCaretList).get_lig_carets (font,
hb-ot-layout.cc 275 unsigned int result = font->face->table.GDEF->table->get_lig_carets (font, direction, glyph, start_offset, &result_caret_count, caret_array);
281 result = font->face->table.lcar->get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
    [all...]

Completed in 904 milliseconds