HomeSort by relevance Sort by last modified time
    Searched refs:exit_y (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);
933 pos[i].y_advance = exit_y + pos[i].y_offset;
940 d = exit_y + pos[i].y_offset;
955 pos[i].y_offset = entry_y - exit_y;
961 pos[j].y_offset = exit_y - entry_y;
    [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);
933 pos[i].y_advance = exit_y + pos[i].y_offset;
940 d = exit_y + pos[i].y_offset;
955 pos[i].y_offset = entry_y - exit_y;
961 pos[j].y_offset = exit_y - entry_y;
    [all...]

Completed in 718 milliseconds