/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 903 hb_position_t entry_x, entry_y, exit_x, exit_y; local 905 (this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y); 929 d = entry_y + pos[j].y_offset; 938 pos[j].y_advance = entry_y; 949 pos[i].y_offset = entry_y - exit_y; 955 pos[j].y_offset = exit_y - entry_y; [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 898 hb_position_t entry_x, entry_y, exit_x, exit_y; local 900 (this+next_record.entryAnchor).get_anchor (c->font, c->buffer->info[j].codepoint, &entry_x, &entry_y); 924 d = entry_y + pos[j].y_offset; 933 pos[j].y_advance = entry_y; 944 pos[i].y_offset = entry_y - exit_y; 950 pos[j].y_offset = exit_y - entry_y; [all...] |
/external/harfbuzz/src/ |
harfbuzz-gpos.c | 1803 HB_Fixed entry_x, entry_y; local [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gpos.c | 1803 HB_Fixed entry_x, entry_y; local [all...] |