Home
last modified time | relevance | path

Searched refs:y_advance (Results 1 – 23 of 23) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc188 buffer->pos[i].y_advance = 0; in zero_mark_advances()
309 y_offset -= buffer->pos[base].y_advance; in position_around_base()
354 buffer->pos[i].y_advance = 0; in position_around_base()
361 y_offset -= buffer->pos[i].y_advance; in position_around_base()
364 y_offset += buffer->pos[i].y_advance; in position_around_base()
449 buffer->pos[buffer->idx].y_advance += kern1; in _hb_ot_shape_fallback_kern()
450 buffer->pos[skippy_iter.idx].y_advance += kern2; in _hb_ot_shape_fallback_kern()
Dhb-fallback-shape.cc110 buffer->pos[i].y_advance = 0; in _hb_fallback_shape()
117 &buffer->pos[i].y_advance); in _hb_fallback_shape()
Dhb-buffer.cc1022 total_y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1025 hb_position_t x_advance = 0, y_advance = 0; in normalize_glyphs_cluster() local
1029 pos[i].y_offset += y_advance; in normalize_glyphs_cluster()
1032 y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1035 pos[i].y_advance = 0; in normalize_glyphs_cluster()
1042 pos[end - 1].y_advance = total_y_advance; in normalize_glyphs_cluster()
1048 pos[start].y_advance += total_y_advance; in normalize_glyphs_cluster()
Dhb-buffer-serialize.cc114 pos[i].x_advance, pos[i].y_advance); in _hb_buffer_serialize_glyphs_json()
177 if (pos->y_advance) in _hb_buffer_serialize_glyphs_text()
178 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance); in _hb_buffer_serialize_glyphs_text()
Dhb-buffer-deserialize-json.hh549 { if (!parse_int (tok, p, &pos.y_advance)) return false; } in _hb_buffer_deserialize_glyphs_json()
613 { if (!parse_int (tok, p, &pos.y_advance)) return false; } in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh469 { if (!parse_int (tok, p, &pos.y_advance)) return false; } in _hb_buffer_deserialize_glyphs_text()
546 { if (!parse_int (tok, p, &pos.y_advance)) return false; } in _hb_buffer_deserialize_glyphs_text()
Dhb-ot-shape.cc414 &c->buffer->pos[i].y_advance); in hb_ot_position_default()
431 c->buffer->pos[i].y_advance = 0; in hb_ot_position_default()
480 c->buffer->pos[i].y_advance = 0; in hb_ot_position_complex()
537 c->buffer->pos[i].y_advance = 0; in hb_ot_hide_default_ignorables()
Dtest.cc121 pos->y_advance); in main()
Dhb-ot-layout-gpos-table.hh116 …if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else v… in apply_value()
138 …if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font… in apply_value()
922 pos[i].y_advance = exit_y + pos[i].y_offset; in apply()
925 pos[j].y_advance -= d; in apply()
930 pos[i].y_advance -= d; in apply()
933 pos[j].y_advance = entry_y; in apply()
1579 pos[i].y_offset -= pos[k].y_advance; in fix_mark_attachment()
1584 pos[i].y_offset += pos[k].y_advance; in fix_mark_attachment()
Dhb-graphite2.cc351 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont); in _hb_graphite2_shape()
358 curradvy += pPos->y_advance; in _hb_graphite2_shape()
Dhb-buffer.h56 hb_position_t y_advance; member
Dhb-buffer-deserialize-text.rl66 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
Dhb-buffer-deserialize-json.rl67 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
/external/harfbuzz_ng/util/
Dhelper-cairo.hh68 void get_advance (double *x_advance, double *y_advance) { in get_advance()
70 *y_advance = glyphs[num_glyphs].y; in get_advance()
Dview-cairo.cc42 double x_advance, y_advance; in get_surface_size() local
43 line.get_advance (&x_advance, &y_advance); in get_surface_size()
45 *h = MAX (*h, y_advance); in get_surface_size()
Dhelper-cairo.cc434 y += -hb_position->y_advance; in helper_cairo_line_from_buffer()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-buffer.h52 HB_Fixed y_advance; member
Dharfbuzz-gpos.c501 gd->y_advance += y_scale * vr->YAdvance / 0x10000; in Get_ValueRecord()
525 gd->y_advance += pixel_value << 6; in Get_ValueRecord()
562 gd->y_advance += value; in Get_ValueRecord()
2319 o->y_advance = 0; in Lookup_MarkBasePos()
2745 o->y_advance = 0; in Lookup_MarkLigPos()
3058 o->y_advance = 0; in Lookup_MarkMarkPos()
/external/harfbuzz/src/
Dharfbuzz-buffer.h52 HB_Fixed y_advance; member
Dharfbuzz-gpos.c501 gd->y_advance += y_scale * vr->YAdvance / 0x10000; in Get_ValueRecord()
525 gd->y_advance += pixel_value << 6; in Get_ValueRecord()
562 gd->y_advance += value; in Get_ValueRecord()
2319 o->y_advance = 0; in Lookup_MarkBasePos()
2745 o->y_advance = 0; in Lookup_MarkLigPos()
3058 o->y_advance = 0; in Lookup_MarkMarkPos()
/external/harfbuzz_ng/test/api/
Dtest-shape.c132 g_assert_cmpint (0, ==, positions[i].y_advance); in test_shape()
Dtest-buffer.c301 g_assert_cmpint (0, ==, positions[i].y_advance); in test_buffer_positions()
/external/harfbuzz_ng/contrib/python/lib/
Dharfbuzz.pyx58 hb_position_t y_advance
160 …epoint, infos[i].cluster, (positions[i].x_advance / scale, positions[i].y_advance / scale), (posit…