/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 114 /* y_advance values grow downward but font-space grows upward, hence negation */ 116 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else values++; 137 /* y_advance values grow downward but font-space grows upward, hence negation */ 138 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font); else values++; 922 pos[i].y_advance = exit_y + pos[i].y_offset; 925 pos[j].y_advance -= d; 930 pos[i].y_advance -= d; 933 pos[j].y_advance = entry_y; [all...] |
hb-buffer-deserialize-text.hh | 469 { if (!parse_int (tok, p, &pos.y_advance)) return false; } 546 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
|
hb-buffer-deserialize-json.hh | 549 { if (!parse_int (tok, p, &pos.y_advance)) return false; } 613 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
|
/external/harfbuzz_ng/util/ |
helper-cairo.cc | 434 y += -hb_position->y_advance;
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-buffer-deserialize-text.hh | 469 { if (!parse_int (tok, p, &pos.y_advance)) return false; } 546 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
|
hb-buffer-deserialize-json.hh | 549 { if (!parse_int (tok, p, &pos.y_advance)) return false; } 613 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
|
/external/harfbuzz/src/ |
harfbuzz-gpos.c | 501 gd->y_advance += y_scale * vr->YAdvance / 0x10000; 525 gd->y_advance += pixel_value << 6; 562 gd->y_advance += value; [all...] |
harfbuzz-shaper.cpp | [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gpos.c | 501 gd->y_advance += y_scale * vr->YAdvance / 0x10000; 525 gd->y_advance += pixel_value << 6; 562 gd->y_advance += value; [all...] |
harfbuzz-shaper.cpp | 919 // (int)(positions[i].x_advance >> 6), (int)(positions[i].y_advance >> 6), [all...] |
/external/harfbuzz_ng/test/api/ |
test-buffer.c | 301 g_assert_cmpint (0, ==, positions[i].y_advance);
|