/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-fallback.cc | 200 buffer->pos[i].x_offset -= buffer->pos[i].x_advance; in zero_mark_advances() 203 buffer->pos[i].x_advance = 0; in zero_mark_advances() 349 x_offset -= buffer->pos[base].x_advance; in position_around_base() 395 buffer->pos[i].x_advance = 0; in position_around_base() 402 x_offset -= buffer->pos[i].x_advance; in position_around_base() 405 x_offset += buffer->pos[i].x_advance; in position_around_base() 545 pos[i].x_advance = +(font->x_scale + ((int) space_type)/2) / (int) space_type; in _hb_ot_shape_fallback_spaces() 552 pos[i].x_advance = (int64_t) +font->x_scale * 4 / 18; in _hb_ot_shape_fallback_spaces() 562 pos[i].x_advance = font->get_glyph_h_advance (glyph); in _hb_ot_shape_fallback_spaces() 574 pos[i].x_advance = font->get_glyph_h_advance (glyph); in _hb_ot_shape_fallback_spaces() [all …]
|
D | sample.py | 59 x_advance = pos.x_advance variable 63 print ("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
|
D | hb-graphite2.cc | 408 pPos->x_advance = info->var1.i32; in _hb_graphite2_shape() 409 curradvx += pPos->x_advance; in _hb_graphite2_shape() 412 pPos->x_advance = 0.; in _hb_graphite2_shape() 425 pPos->x_advance = info->var1.i32; in _hb_graphite2_shape() 426 curradvx -= pPos->x_advance; in _hb_graphite2_shape() 429 pPos->x_advance = 0.; in _hb_graphite2_shape() 433 pPos->x_offset = gr_slot_origin_X (is) * xscale - info->var1.i32 - curradvx + pPos->x_advance; in _hb_graphite2_shape()
|
D | hb-fallback-shape.cc | 102 pos[i].x_advance = 0; in _hb_fallback_shape() 109 &pos[i].x_advance, in _hb_fallback_shape()
|
D | hb-buffer.cc | 1844 total_x_advance += pos[i].x_advance; in normalize_glyphs_cluster() 1848 hb_position_t x_advance = 0, y_advance = 0; in normalize_glyphs_cluster() local 1851 pos[i].x_offset += x_advance; in normalize_glyphs_cluster() 1854 x_advance += pos[i].x_advance; in normalize_glyphs_cluster() 1857 pos[i].x_advance = 0; in normalize_glyphs_cluster() 1864 pos[end - 1].x_advance = total_x_advance; in normalize_glyphs_cluster() 1870 pos[start].x_advance += total_x_advance; in normalize_glyphs_cluster() 2004 if ((unsigned int) abs (buf_pos->x_advance - ref_pos->x_advance) > position_fuzz || in hb_buffer_diff()
|
D | hb-kern.hh | 99 pos[i].x_advance += kern1; in kern() 100 pos[j].x_advance += kern2; in kern()
|
D | hb-buffer-deserialize-text.hh | 506 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_text() 591 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_text() 789 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_text()
|
D | hb-buffer-serialize.cc | 160 pos[i].x_advance, pos[i].y_advance)); in _hb_buffer_serialize_glyphs_json() 196 x += pos[i].x_advance; in _hb_buffer_serialize_glyphs_json() 306 p += hb_max (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance)); in _hb_buffer_serialize_glyphs_text() 342 x += pos[i].x_advance; in _hb_buffer_serialize_glyphs_text()
|
D | hb-buffer-deserialize-json.hh | 600 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_json() 690 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_json()
|
D | test.cc | 83 pos->x_advance, in main()
|
D | hb-ot-shape.cc | 836 pos[i].x_advance = pos[i].y_advance = pos[i].x_offset = pos[i].y_offset = 0; in hb_ot_zero_width_default_ignorables() 973 pos->x_offset -= pos->x_advance; in adjust_mark_offsets() 980 pos->x_advance = 0; in zero_mark_width() 1009 &pos[0].x_advance, sizeof(pos[0])); in hb_ot_position_default()
|
D | hb-coretext.cc | 999 hb_position_t x_advance, y_advance, x_offset, y_offset; in _hb_coretext_shape() local 1000 hb_font_get_glyph_advance_for_direction (font, notdef, dir, &x_advance, &y_advance); in _hb_coretext_shape() 1002 hb_position_t advance = x_advance + y_advance; in _hb_coretext_shape() 1166 pos->x_advance = info->mask; in _hb_coretext_shape()
|
D | hb-aat-layout-trak-table.hh | 180 buffer->pos[start].x_advance += advance_to_add; in apply()
|
D | hb-ot-layout-gpos-table.hh | 126 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values, &ret)); in apply_value() 154 …if (horizontal && use_x_device) glyph_pos.x_advance += (base + get_device (values, &ret)).get_x_de… in apply_value() 1815 pos[i].x_advance = roundf (exit_x) + pos[i].x_offset; in apply() 1818 pos[j].x_advance -= d; in apply() 1823 pos[i].x_advance -= d; in apply() 1826 pos[j].x_advance = roundf (entry_x) + pos[j].x_offset; in apply() 2922 pos[i].x_offset -= pos[k].x_advance; in propagate_attachment_offsets() 2927 pos[i].x_offset += pos[k].x_advance; in propagate_attachment_offsets()
|
D | hb-buffer-deserialize-text.rl | 71 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
|
D | hb-buffer-deserialize-json.rl | 70 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
|
D | hb-buffer.h | 127 hb_position_t x_advance; member
|
D | hb-aat-layout.cc | 278 pos[i].x_advance = pos[i].y_advance = pos[i].x_offset = pos[i].y_offset = 0; in hb_aat_layout_zero_width_deleted_glyphs()
|
D | hb-ot-shape-complex-arabic.cc | 519 w_total += pos[context].x_advance; in apply_stch()
|
/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() 132 w = MAX (w, x_sign * x_advance); in render()
|
D | helper-cairo.hh | 604 void get_advance (double *x_advance, double *y_advance) { in get_advance() 605 *x_advance = glyphs[num_glyphs].x; in get_advance() 650 x += hb_position->x_advance; in helper_cairo_line_from_buffer()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afshaper.h | 61 FT_Long* x_advance,
|
D | afshaper.c | 579 *advance = gpos[idx].x_advance; in af_shaper_get_elem()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
D | hb-aots-tester.cpp | 328 curX += pos[i].x_advance; in gpos_test() 361 printf (" %d/%d", pos[i].x_advance, pos[i].x_offset); in gpos_test()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-shape.c | 101 g_assert_cmpint (output_x_advances[i], ==, positions[i].x_advance); in test_font()
|