Home | History | Annotate | Download | only in src

Lines Matching refs:exit_x

909     hb_position_t entry_x, entry_y, exit_x, exit_y;
910 (this+this_record.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y);
919 pos[i].x_advance = exit_x + pos[i].x_offset;
926 d = exit_x + pos[i].x_offset;
957 pos[i].x_offset = entry_x - exit_x;
963 pos[j].x_offset = exit_x - entry_x;