Searched refs:entry_y (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/harfbuzz-ng/src/ |
H A D | hb-ot-layout-gpos-table.hh | 896 hb_position_t entry_x, entry_y, exit_x, exit_y; local 898 (this+next_record.entryAnchor).get_anchor (c->font, c->buffer->info[j].codepoint, &entry_x, &entry_y); 922 d = entry_y + pos[j].y_offset; 931 pos[j].y_advance = entry_y; 942 pos[i].y_offset = entry_y - exit_y; 948 pos[j].y_offset = exit_y - entry_y;
|
/external/harfbuzz_ng/src/ |
H A D | 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;
|
/external/harfbuzz/src/ |
H A D | harfbuzz-gpos.c | 1803 HB_Fixed entry_x, entry_y; local 1965 &entry_x, &entry_y ); 1985 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; 1990 POSITION( buffer->in_pos )->y_pos = gpi->anchor_y - entry_y;
|
/external/harfbuzz_ng/src/hb-old/ |
H A D | harfbuzz-gpos.c | 1803 HB_Fixed entry_x, entry_y; local 1965 &entry_x, &entry_y ); 1985 POSITION( gpi->last )->y_pos = entry_y - gpi->anchor_y; 1990 POSITION( buffer->in_pos )->y_pos = gpi->anchor_y - entry_y;
|
Completed in 161 milliseconds