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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 909 hb_position_t entry_x, entry_y, exit_x, exit_y; local
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;
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 909 hb_position_t entry_x, entry_y, exit_x, exit_y; local
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;
    [all...]

Completed in 72 milliseconds