/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-fallback.cc | 201 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 …]
|
D | hb-fallback-shape.cc | 103 pos[i].y_advance = 0; in _hb_fallback_shape() 110 &pos[i].y_advance); in _hb_fallback_shape()
|
D | hb-kern.hh | 117 pos[i].y_advance += kern1; in kern() 118 pos[j].y_advance += kern2; in kern()
|
D | hb-buffer.cc | 1845 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()
|
D | hb-buffer-serialize.cc | 160 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()
|
D | hb-graphite2.cc | 414 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()
|
D | hb-buffer-deserialize-json.hh | 604 { 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/ |
D | hb-ot-shape-fallback.cc | 201 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 …]
|
D | hb-fallback-shape.cc | 103 pos[i].y_advance = 0; in _hb_fallback_shape() 110 &pos[i].y_advance); in _hb_fallback_shape()
|
D | hb-kern.hh | 117 pos[i].y_advance += kern1; in kern() 118 pos[j].y_advance += kern2; in kern()
|
D | hb-buffer.cc | 1786 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()
|
D | hb-buffer-serialize.cc | 160 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()
|
D | hb-graphite2.cc | 413 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/ |
D | hb-ot-shape-fallback.cc | 197 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 …]
|
D | hb-buffer-serialize.cc | 157 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()
|
D | hb-fallback-shape.cc | 102 pos[i].y_advance = 0; in _hb_fallback_shape() 109 &pos[i].y_advance); in _hb_fallback_shape()
|
D | hb-kern.hh | 118 pos[i].y_advance += kern1; in kern() 119 pos[j].y_advance += kern2; in kern()
|
D | hb-buffer.cc | 1806 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()
|
D | hb-graphite2.cc | 418 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()
|
D | hb-buffer-deserialize-json.hh | 549 { 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/ |
D | helper-cairo.hh | 72 void get_advance (double *x_advance, double *y_advance) { in get_advance() 74 *y_advance = glyphs[num_glyphs].y; in get_advance()
|
D | view-cairo.cc | 57 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/ |
D | helper-cairo.hh | 72 void get_advance (double *x_advance, double *y_advance) { in get_advance() 74 *y_advance = glyphs[num_glyphs].y; in get_advance()
|
D | view-cairo.cc | 65 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/ |
D | view-cairo.hh | 127 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()
|