HomeSort by relevance Sort by last modified time
    Searched refs:entry_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
911 (this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y);
921 d = entry_x + pos[j].x_offset;
930 pos[j].x_advance = entry_x + pos[j].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
911 (this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y);
921 d = entry_x + pos[j].x_offset;
930 pos[j].x_advance = entry_x + pos[j].x_offset;
957 pos[i].x_offset = entry_x - exit_x;
963 pos[j].x_offset = exit_x - entry_x;
    [all...]

Completed in 578 milliseconds