Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dsample.py48 x_advance = pos.x_advance variable
52 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
Dhb-ot-shape-fallback.cc189 buffer->pos[i].x_advance = 0; in zero_mark_advances()
324 x_offset -= buffer->pos[base].x_advance; in position_around_base()
370 buffer->pos[i].x_advance = 0; in position_around_base()
377 x_offset -= buffer->pos[i].x_advance; in position_around_base()
380 x_offset += buffer->pos[i].x_advance; in position_around_base()
467 pos[idx].x_advance += kern1; in _hb_ot_shape_fallback_kern()
468 pos[skippy_iter.idx].x_advance += kern2; in _hb_ot_shape_fallback_kern()
Dhb-fallback-shape.cc122 pos[i].x_advance = 0; in _hb_fallback_shape()
129 &pos[i].x_advance, in _hb_fallback_shape()
Dhb-buffer-deserialize-text.hh401 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_glyphs_text()
457 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_glyphs_text()
534 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_glyphs_text()
Dhb-graphite2.cc356 pPos->x_advance = gr_slot_advance_X (is, grface, grfont); in _hb_graphite2_shape()
359 curradvx -= pPos->x_advance; in _hb_graphite2_shape()
362 curradvx += pPos->x_advance; in _hb_graphite2_shape()
367 pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx; in _hb_graphite2_shape()
Dhb-buffer.cc1508 total_x_advance += pos[i].x_advance; in normalize_glyphs_cluster()
1512 hb_position_t x_advance = 0, y_advance = 0; in normalize_glyphs_cluster() local
1515 pos[i].x_offset += x_advance; in normalize_glyphs_cluster()
1518 x_advance += pos[i].x_advance; in normalize_glyphs_cluster()
1521 pos[i].x_advance = 0; in normalize_glyphs_cluster()
1528 pos[end - 1].x_advance = total_x_advance; in normalize_glyphs_cluster()
1534 pos[start].x_advance += total_x_advance; in normalize_glyphs_cluster()
Dhb-buffer-deserialize-json.hh545 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_glyphs_json()
601 { if (!parse_int (tok, p, &pos.x_advance)) return false; } in _hb_buffer_deserialize_glyphs_json()
Dhb-ot-shape.cc476 pos->x_offset -= pos->x_advance; in adjust_mark_offsets()
483 pos->x_advance = 0; in zero_mark_width()
526 &pos[i].x_advance, in hb_ot_position_default()
675 pos[i].x_advance = 0; in hb_ot_hide_default_ignorables()
Dhb-buffer-serialize.cc144 pos[i].x_advance, pos[i].y_advance); in _hb_buffer_serialize_glyphs_json()
206 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance)); in _hb_buffer_serialize_glyphs_text()
Dhb-ot-layout-gpos-table.hh112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values)); in apply_value()
138 … if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font); in apply_value()
930 pos[i].x_advance = exit_x + pos[i].x_offset; in apply()
933 pos[j].x_advance -= d; in apply()
938 pos[i].x_advance -= d; in apply()
941 pos[j].x_advance = entry_x + pos[j].x_offset; in apply()
1580 pos[i].x_offset -= pos[k].x_advance; in fix_mark_attachment()
1585 pos[i].x_offset += pos[k].x_advance; in fix_mark_attachment()
Dtest.cc124 pos->x_advance, in main()
Dhb-coretext.cc876 hb_position_t x_advance, y_advance, x_offset, y_offset; in _hb_coretext_shape() local
877 hb_font_get_glyph_advance_for_direction (font, notdef, dir, &x_advance, &y_advance); in _hb_coretext_shape()
879 hb_position_t advance = x_advance + y_advance; in _hb_coretext_shape()
1018 pos->x_advance = info->mask; in _hb_coretext_shape()
Dhb-buffer.h55 hb_position_t x_advance; member
Dhb-buffer-deserialize-text.rl65 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
Dhb-buffer-deserialize-json.rl66 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
Dhb-uniscribe.cc1009 pos->x_advance = info->mask; in _hb_uniscribe_shape()
/external/harfbuzz_ng/util/
Dhelper-cairo.hh67 void get_advance (double *x_advance, double *y_advance) { in get_advance()
68 *x_advance = glyphs[num_glyphs].x; 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()
47 *w = MAX (*w, x_advance); in get_surface_size()
Dhelper-cairo.cc461 x += hb_position->x_advance; in helper_cairo_line_from_buffer()
/external/harfbuzz_ng/test/api/
Dtest-shape.c130 g_assert_cmpint (output_x_advances[i], ==, positions[i].x_advance); in test_shape()
Dtest-buffer.c309 g_assert_cmpint (0, ==, positions[i].x_advance); in test_buffer_positions()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser.cpp1306 FX_FLOAT x_advance, y_advance; in AddTextObject() local
1307 pText->CalcPositionData(&x_advance, &y_advance, m_pCurStates->m_TextHorzScale, m_Level); in AddTextObject()
1308 m_pCurStates->m_TextX += x_advance; in AddTextObject()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...