Searched refs:offsetToIndex (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-common.hh | 679 static unsigned int offsetToIndex (unsigned int offset, in offsetToIndex() function 690 return offsetToIndex (offset, base, array); in byteOffsetToIndex() 697 return offsetToIndex (2 * offset, base, array); in wordOffsetToIndex() 709 static unsigned int offsetToIndex (unsigned int offset, in offsetToIndex() function
|
D | hb-aat-layout-morx-table.hh | 492 action_idx = Types::offsetToIndex (action_idx, table, ligAction.arrayZ); in transition() 528 ligature_idx = Types::offsetToIndex (ligature_idx, table, ligature.arrayZ); in transition()
|
D | hb-aat-layout-kerx-table.hh | 397 kern_idx = Types::offsetToIndex (kern_idx, this, &arrayZ); in get_kerning()
|