Searched refs:exit_x (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 898 hb_position_t entry_x, entry_y, exit_x, exit_y; in apply() local 899 …(this+this_record.exitAnchor).get_anchor (c->font, c->buffer->info[i].codepoint, &exit_x, &exit_y); in apply() 908 pos[i].x_advance = exit_x + pos[i].x_offset; in apply() 915 d = exit_x + pos[i].x_offset; in apply() 946 pos[i].x_offset = entry_x - exit_x; in apply() 952 pos[j].x_offset = exit_x - entry_x; in apply()
|
/external/harfbuzz/src/ |
D | harfbuzz-gpos.c | 1804 HB_Fixed exit_x, exit_y; in Lookup_CursivePos() local 1995 &exit_x, &exit_y ); in Lookup_CursivePos() 2001 gpi->anchor_x = exit_x; in Lookup_CursivePos()
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-gpos.c | 1804 HB_Fixed exit_x, exit_y; in Lookup_CursivePos() local 1995 &exit_x, &exit_y ); in Lookup_CursivePos() 2001 gpi->anchor_x = exit_x; in Lookup_CursivePos()
|