/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); 915 d = entry_x + pos[j].x_offset; 924 pos[j].x_advance = entry_x + pos[j].x_offset; 951 pos[i].x_offset = entry_x - exit_x; 957 pos[j].x_offset = exit_x - entry_x; [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); 910 d = entry_x + pos[j].x_offset; 919 pos[j].x_advance = entry_x + pos[j].x_offset; 946 pos[i].x_offset = entry_x - exit_x; 952 pos[j].x_offset = exit_x - entry_x; [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...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_unittest.cc | 509 MutableEntry entry_x(&wtrans, GET_BY_HANDLE, handle_x); 514 entry_x.Put(SPECIFICS, DefaultBookmarkSpecifics()); 519 entry_b.Put(PARENT_ID, entry_x.Get(ID)); 520 entry_c.Put(PARENT_ID, entry_x.Get(ID)); [all...] |