Searched refs:y_advance (Results 1 - 24 of 24) sorted by relevance

/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh68 void get_advance (double *x_advance, double *y_advance) { argument
70 *y_advance = glyphs[num_glyphs].y;
H A Dview-cairo.cc42 double x_advance, y_advance; local
43 line.get_advance (&x_advance, &y_advance);
45 *h = MAX (*h, y_advance);
H A Dhelper-cairo.cc434 y += -hb_position->y_advance;
/external/harfbuzz_ng/src/
H A Dhb-fallback-shape.cc110 buffer->pos[i].y_advance = 0;
117 &buffer->pos[i].y_advance);
H A Dhb-ot-shape-fallback.cc188 buffer->pos[i].y_advance = 0;
309 y_offset -= buffer->pos[base].y_advance;
354 buffer->pos[i].y_advance = 0;
361 y_offset -= buffer->pos[i].y_advance;
364 y_offset += buffer->pos[i].y_advance;
449 buffer->pos[buffer->idx].y_advance += kern1;
450 buffer->pos[skippy_iter.idx].y_advance += kern2;
H A Dtest.cc121 pos->y_advance);
H A Dhb-buffer-serialize.cc114 pos[i].x_advance, pos[i].y_advance);
177 if (pos->y_advance)
178 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance);
H A Dhb-buffer-deserialize-json.hh549 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
613 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
H A Dhb-buffer-deserialize-json.rl67 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
H A Dhb-buffer-deserialize-text.hh469 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
546 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
H A Dhb-buffer-deserialize-text.rl66 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
H A Dhb-buffer.cc1022 total_y_advance += pos[i].y_advance;
1025 hb_position_t x_advance = 0, y_advance = 0;
1029 pos[i].y_offset += y_advance;
1032 y_advance += pos[i].y_advance;
1035 pos[i].y_advance = 0;
1042 pos[end - 1].y_advance = total_y_advance;
1048 pos[start].y_advance += total_y_advance;
H A Dhb-buffer.h56 hb_position_t y_advance; member in struct:hb_glyph_position_t
H A Dhb-ot-shape.cc414 &c->buffer->pos[i].y_advance);
431 c->buffer->pos[i].y_advance = 0;
480 c->buffer->pos[i].y_advance = 0;
537 c->buffer->pos[i].y_advance = 0;
H A Dhb-graphite2.cc351 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
358 curradvy += pPos->y_advance;
H A Dhb-ot-layout-gpos-table.hh114 /* y_advance values grow downward but font-space grows upward, hence negation */
116 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values++)); else values++;
137 /* y_advance values grow downward but font-space grows upward, hence negation */
138 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values++)).get_y_delta (font); else values++;
922 pos[i].y_advance = exit_y + pos[i].y_offset;
925 pos[j].y_advance -= d;
930 pos[i].y_advance -= d;
933 pos[j].y_advance = entry_y;
1579 pos[i].y_offset -= pos[k].y_advance;
1584 pos[i].y_offset += pos[k].y_advance;
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-buffer.h52 HB_Fixed y_advance; member in struct:HB_PositionRec_
H A Dharfbuzz-gpos.c501 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
525 gd->y_advance += pixel_value << 6;
562 gd->y_advance += value;
2319 o->y_advance = 0;
2745 o->y_advance = 0;
3058 o->y_advance = 0;
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-buffer.h52 HB_Fixed y_advance; member in struct:HB_PositionRec_
H A Dharfbuzz-gpos.c501 gd->y_advance += y_scale * vr->YAdvance / 0x10000;
525 gd->y_advance += pixel_value << 6;
562 gd->y_advance += value;
2319 o->y_advance = 0;
2745 o->y_advance = 0;
3058 o->y_advance = 0;
/external/harfbuzz_ng/test/api/
H A Dtest-shape.c132 g_assert_cmpint (0, ==, positions[i].y_advance);
H A Dtest-buffer.c301 g_assert_cmpint (0, ==, positions[i].y_advance);
/external/harfbuzz_ng/contrib/python/lib/
H A Dharfbuzz.pyx58 hb_position_t y_advance
160 temp = glyphinfo(infos[i].codepoint, infos[i].cluster, (positions[i].x_advance / scale, positions[i].y_advance / scale), (positions[i].x_offset / scale, positions[i].y_offset / scale), positions[i].var.u32)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 214 milliseconds