/external/harfbuzz_ng/src/ |
D | hb-ot-shape-fallback.cc | 190 buffer->pos[i].y_advance = 0; in zero_mark_advances() 330 y_offset -= buffer->pos[base].y_advance; in position_around_base() 376 buffer->pos[i].y_advance = 0; in position_around_base() 383 y_offset -= buffer->pos[i].y_advance; in position_around_base() 386 y_offset += buffer->pos[i].y_advance; in position_around_base() 482 pos[idx].y_advance += kern1; in _hb_ot_shape_fallback_kern() 483 pos[skippy_iter.idx].y_advance += kern2; in _hb_ot_shape_fallback_kern()
|
D | hb-fallback-shape.cc | 129 pos[i].y_advance = 0; in _hb_fallback_shape() 136 &pos[i].y_advance); in _hb_fallback_shape()
|
D | hb-buffer.cc | 1788 total_y_advance += pos[i].y_advance; in normalize_glyphs_cluster() 1791 hb_position_t x_advance = 0, y_advance = 0; in normalize_glyphs_cluster() local 1795 pos[i].y_offset += y_advance; in normalize_glyphs_cluster() 1798 y_advance += pos[i].y_advance; in normalize_glyphs_cluster() 1801 pos[i].y_advance = 0; in normalize_glyphs_cluster() 1808 pos[end - 1].y_advance = total_y_advance; in normalize_glyphs_cluster() 1814 pos[start].y_advance += total_y_advance; in normalize_glyphs_cluster() 1954 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff()
|
D | hb-graphite2.cc | 391 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape() 392 curradvy += pPos->y_advance; in _hb_graphite2_shape() 408 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale; in _hb_graphite2_shape() 409 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()
|
D | hb-buffer-serialize.cc | 151 pos[i].x_advance, pos[i].y_advance)); in _hb_buffer_serialize_glyphs_json() 231 if (pos[i].y_advance) in _hb_buffer_serialize_glyphs_text() 232 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance)); in _hb_buffer_serialize_glyphs_text()
|
D | hb-buffer-deserialize-text.hh | 469 { 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()
|
D | hb-ot-layout-gpos-table.hh | 125 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values)); in apply_value() 153 …if (!horizontal && use_y_device) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (… in apply_value() 946 pos[i].y_advance = exit_y + pos[i].y_offset; in apply() 949 pos[j].y_advance -= d; in apply() 954 pos[i].y_advance -= d; in apply() 957 pos[j].y_advance = entry_y; in apply() 1574 pos[i].y_offset -= pos[k].y_advance; in propagate_attachment_offsets() 1579 pos[i].y_offset += pos[k].y_advance; in propagate_attachment_offsets()
|
D | test.cc | 123 pos->y_advance); in main()
|
D | hb-ot-shape.cc | 462 pos[i].x_advance = pos[i].y_advance = pos[i].x_offset = pos[i].y_offset = 0; in hb_ot_zero_width_default_ignorables() 636 pos->y_offset -= pos->y_advance; in adjust_mark_offsets() 643 pos->y_advance = 0; in zero_mark_width() 683 pos[i].y_advance = c->font->get_glyph_v_advance (info[i].codepoint); in hb_ot_position_default()
|
D | hb-coretext.cc | 1067 hb_position_t x_advance, y_advance, x_offset, y_offset; in _hb_coretext_shape() local 1068 hb_font_get_glyph_advance_for_direction (font, notdef, dir, &x_advance, &y_advance); in _hb_coretext_shape() 1070 hb_position_t advance = x_advance + y_advance; in _hb_coretext_shape() 1245 pos->y_advance = info->mask; in _hb_coretext_shape()
|
D | hb-buffer-deserialize-text.rl | 66 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
|
D | hb-buffer.h | 105 hb_position_t y_advance; member
|
D | hb-buffer-deserialize-json.rl | 67 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
|
/external/harfbuzz_ng/util/ |
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()
|
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 | helper-cairo.cc | 506 y += -hb_position->y_advance; in helper_cairo_line_from_buffer()
|
/external/skia/third_party/harfbuzz/ |
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()
|
D | hb-buffer-deserialize-text.hh | 469 { 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()
|
/external/skqp/third_party/harfbuzz/ |
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()
|
D | hb-buffer-deserialize-text.hh | 469 { 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()
|
/external/harfbuzz_ng/test/api/ |
D | test-shape.c | 132 g_assert_cmpint (0, ==, positions[i].y_advance); in test_shape()
|
D | test-buffer.c | 310 g_assert_cmpint (0, ==, positions[i].y_advance); in test_buffer_positions()
|
/external/skia/tools/shape/ |
D | SkShaper_harfbuzz.cpp | 604 glyph.fAdvance.fY = pos[i].y_advance * textSizeY; in shape()
|
/external/skqp/tools/shape/ |
D | SkShaper_harfbuzz.cpp | 599 glyph.fAdvance.fY = pos[i].y_advance * textSizeY; in shape()
|