Searched refs:entry_x (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh909 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;
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh909 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;

Completed in 111 milliseconds