Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-fallback.cc201 buffer->pos[i].y_offset -= buffer->pos[i].y_advance; in zero_mark_advances()
204 buffer->pos[i].y_advance = 0; in zero_mark_advances()
350 y_offset -= buffer->pos[base].y_advance; in position_around_base()
396 buffer->pos[i].y_advance = 0; in position_around_base()
403 y_offset -= buffer->pos[i].y_advance; in position_around_base()
406 y_offset += buffer->pos[i].y_advance; in position_around_base()
547 pos[i].y_advance = -(font->y_scale + ((int) space_type)/2) / (int) space_type; in _hb_ot_shape_fallback_spaces()
554 pos[i].y_advance = (int64_t) -font->y_scale * 4 / 18; in _hb_ot_shape_fallback_spaces()
564 pos[i].y_advance = font->get_glyph_v_advance (glyph); in _hb_ot_shape_fallback_spaces()
576 pos[i].y_advance = font->get_glyph_v_advance (glyph); in _hb_ot_shape_fallback_spaces()
[all …]
Dhb-fallback-shape.cc103 pos[i].y_advance = 0; in _hb_fallback_shape()
110 &pos[i].y_advance); in _hb_fallback_shape()
Dhb-kern.hh117 pos[i].y_advance += kern1; in kern()
118 pos[j].y_advance += kern2; in kern()
Dhb-buffer.cc1845 total_y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1848 hb_position_t x_advance = 0, y_advance = 0; in normalize_glyphs_cluster() local
1852 pos[i].y_offset += y_advance; in normalize_glyphs_cluster()
1855 y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1858 pos[i].y_advance = 0; in normalize_glyphs_cluster()
1865 pos[end - 1].y_advance = total_y_advance; in normalize_glyphs_cluster()
1871 pos[start].y_advance += total_y_advance; in normalize_glyphs_cluster()
2005 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff()
Dhb-buffer-serialize.cc160 pos[i].x_advance, pos[i].y_advance)); in _hb_buffer_serialize_glyphs_json()
197 y += pos[i].y_advance; in _hb_buffer_serialize_glyphs_json()
307 if (pos[i].y_advance) in _hb_buffer_serialize_glyphs_text()
308 p += hb_max (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance)); in _hb_buffer_serialize_glyphs_text()
343 y += pos[i].y_advance; in _hb_buffer_serialize_glyphs_text()
Dhb-graphite2.cc414 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
415 curradvy += pPos->y_advance; in _hb_graphite2_shape()
431 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
432 curradvy -= pPos->y_advance; in _hb_graphite2_shape()
Dhb-buffer-deserialize-json.hh604 { if (!parse_int (tok, p, &pos.y_advance)) return false; } in _hb_buffer_deserialize_json()
702 { if (!parse_int (tok, p, &pos.y_advance)) return false; } in _hb_buffer_deserialize_json()
/third_party/harfbuzz/src/
Dhb-ot-shape-fallback.cc201 buffer->pos[i].y_offset -= buffer->pos[i].y_advance; in zero_mark_advances()
204 buffer->pos[i].y_advance = 0; in zero_mark_advances()
350 y_offset -= buffer->pos[base].y_advance; in position_around_base()
396 buffer->pos[i].y_advance = 0; in position_around_base()
403 y_offset -= buffer->pos[i].y_advance; in position_around_base()
406 y_offset += buffer->pos[i].y_advance; in position_around_base()
547 pos[i].y_advance = -(font->y_scale + ((int) space_type)/2) / (int) space_type; in _hb_ot_shape_fallback_spaces()
554 pos[i].y_advance = (int64_t) -font->y_scale * 4 / 18; in _hb_ot_shape_fallback_spaces()
564 pos[i].y_advance = font->get_glyph_v_advance (glyph); in _hb_ot_shape_fallback_spaces()
576 pos[i].y_advance = font->get_glyph_v_advance (glyph); in _hb_ot_shape_fallback_spaces()
[all …]
Dhb-fallback-shape.cc103 pos[i].y_advance = 0; in _hb_fallback_shape()
110 &pos[i].y_advance); in _hb_fallback_shape()
Dhb-kern.hh117 pos[i].y_advance += kern1; in kern()
118 pos[j].y_advance += kern2; in kern()
Dhb-buffer.cc1786 total_y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1789 hb_position_t x_advance = 0, y_advance = 0; in normalize_glyphs_cluster() local
1793 pos[i].y_offset += y_advance; in normalize_glyphs_cluster()
1796 y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1799 pos[i].y_advance = 0; in normalize_glyphs_cluster()
1806 pos[end - 1].y_advance = total_y_advance; in normalize_glyphs_cluster()
1812 pos[start].y_advance += total_y_advance; in normalize_glyphs_cluster()
1946 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff()
Dhb-buffer-serialize.cc160 pos[i].x_advance, pos[i].y_advance)); in _hb_buffer_serialize_glyphs_json()
197 y += pos[i].y_advance; in _hb_buffer_serialize_glyphs_json()
307 if (pos[i].y_advance) in _hb_buffer_serialize_glyphs_text()
308 p += hb_max (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance)); in _hb_buffer_serialize_glyphs_text()
343 y += pos[i].y_advance; in _hb_buffer_serialize_glyphs_text()
Dhb-graphite2.cc413 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
414 curradvy += pPos->y_advance; in _hb_graphite2_shape()
430 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
431 curradvy -= pPos->y_advance; in _hb_graphite2_shape()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-fallback.cc197 buffer->pos[i].y_offset -= buffer->pos[i].y_advance; in zero_mark_advances()
200 buffer->pos[i].y_advance = 0; in zero_mark_advances()
346 y_offset -= buffer->pos[base].y_advance; in position_around_base()
392 buffer->pos[i].y_advance = 0; in position_around_base()
399 y_offset -= buffer->pos[i].y_advance; in position_around_base()
402 y_offset += buffer->pos[i].y_advance; in position_around_base()
543 pos[i].y_advance = -(font->y_scale + ((int) space_type)/2) / (int) space_type; in _hb_ot_shape_fallback_spaces()
550 pos[i].y_advance = (int64_t) -font->y_scale * 4 / 18; in _hb_ot_shape_fallback_spaces()
560 pos[i].y_advance = font->get_glyph_v_advance (glyph); in _hb_ot_shape_fallback_spaces()
572 pos[i].y_advance = font->get_glyph_v_advance (glyph); in _hb_ot_shape_fallback_spaces()
[all …]
Dhb-buffer-serialize.cc157 pos[i].x_advance, pos[i].y_advance)); in _hb_buffer_serialize_glyphs_json()
192 y += pos[i].y_advance; in _hb_buffer_serialize_glyphs_json()
246 if (pos[i].y_advance) in _hb_buffer_serialize_glyphs_text()
247 p += hb_max (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance)); in _hb_buffer_serialize_glyphs_text()
278 y += pos[i].y_advance; in _hb_buffer_serialize_glyphs_text()
Dhb-fallback-shape.cc102 pos[i].y_advance = 0; in _hb_fallback_shape()
109 &pos[i].y_advance); in _hb_fallback_shape()
Dhb-kern.hh118 pos[i].y_advance += kern1; in kern()
119 pos[j].y_advance += kern2; in kern()
Dhb-buffer.cc1806 total_y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1809 hb_position_t x_advance = 0, y_advance = 0; in normalize_glyphs_cluster() local
1813 pos[i].y_offset += y_advance; in normalize_glyphs_cluster()
1816 y_advance += pos[i].y_advance; in normalize_glyphs_cluster()
1819 pos[i].y_advance = 0; in normalize_glyphs_cluster()
1826 pos[end - 1].y_advance = total_y_advance; in normalize_glyphs_cluster()
1832 pos[start].y_advance += total_y_advance; in normalize_glyphs_cluster()
1976 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff()
Dhb-graphite2.cc418 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
419 curradvy += pPos->y_advance; in _hb_graphite2_shape()
435 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape()
436 curradvy -= pPos->y_advance; in _hb_graphite2_shape()
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()
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo.hh72 void get_advance (double *x_advance, double *y_advance) { in get_advance()
74 *y_advance = glyphs[num_glyphs].y; in get_advance()
Dview-cairo.cc57 double x_advance, y_advance; in render() local
58 line.get_advance (&x_advance, &y_advance); in render()
60 h = MAX (h, y_sign * y_advance); in render()
/third_party/harfbuzz/util/
Dhelper-cairo.hh72 void get_advance (double *x_advance, double *y_advance) { in get_advance()
74 *y_advance = glyphs[num_glyphs].y; in get_advance()
Dview-cairo.cc65 double x_advance, y_advance; in render() local
66 line.get_advance (&x_advance, &y_advance); in render()
68 h = MAX (h, y_sign * y_advance); in render()
/third_party/skia/third_party/externals/harfbuzz/util/
Dview-cairo.hh127 double x_advance, y_advance; in render() local
128 line.get_advance (&x_advance, &y_advance); in render()
130 h = MAX (h, y_sign * y_advance); in render()

123