Searched refs:entry_x (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 898 hb_position_t entry_x, entry_y, exit_x, exit_y; in apply() local 900 …(this+next_record.entryAnchor).get_anchor (c->font, c->buffer->info[j].codepoint, &entry_x, &entry… in apply() 910 d = entry_x + pos[j].x_offset; in apply() 919 pos[j].x_advance = entry_x + pos[j].x_offset; in apply() 946 pos[i].x_offset = entry_x - exit_x; in apply() 952 pos[j].x_offset = exit_x - entry_x; in apply()
|
/external/harfbuzz/src/ |
D | harfbuzz-gpos.c | 1803 HB_Fixed entry_x, entry_y; in Lookup_CursivePos() local 1965 &entry_x, &entry_y ); in Lookup_CursivePos() 1973 POSITION( buffer->in_pos )->x_advance = entry_x - gpi->anchor_x; in Lookup_CursivePos() 1978 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-gpos.c | 1803 HB_Fixed entry_x, entry_y; in Lookup_CursivePos() local 1965 &entry_x, &entry_y ); in Lookup_CursivePos() 1973 POSITION( buffer->in_pos )->x_advance = entry_x - gpi->anchor_x; in Lookup_CursivePos() 1978 POSITION( gpi->last )->x_advance = gpi->anchor_x - entry_x; in Lookup_CursivePos()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_unittest.cc | 509 MutableEntry entry_x(&wtrans, GET_BY_HANDLE, handle_x); in TEST_F() local 514 entry_x.Put(SPECIFICS, DefaultBookmarkSpecifics()); in TEST_F() 519 entry_b.Put(PARENT_ID, entry_x.Get(ID)); in TEST_F() 520 entry_c.Put(PARENT_ID, entry_x.Get(ID)); in TEST_F()
|