HomeSort by relevance Sort by last modified time
    Searched refs:y_advance (Results 1 - 25 of 37) sorted by null

1 2

  /external/harfbuzz_ng/util/
helper-cairo.hh 68 void get_advance (double *x_advance, double *y_advance) {
70 *y_advance = glyphs[num_glyphs].y;
view-cairo.cc 42 double x_advance, y_advance; local
43 line.get_advance (&x_advance, &y_advance);
45 *h = MAX (*h, y_advance);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-fallback-shape.cc 110 buffer->pos[i].y_advance = 0;
117 &buffer->pos[i].y_advance);
hb-ot-shape-fallback.cc 188 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;
test.cc 122 pos->y_advance);
hb-buffer-serialize.cc 114 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);
hb-buffer-deserialize-json.hh 549 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
613 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
hb-buffer-deserialize-text.hh 469 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
546 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
hb-buffer.cc 1022 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;
hb-buffer.h 56 hb_position_t y_advance; member in struct:hb_glyph_position_t
hb-ot-shape.cc 411 buffer->pos[i].y_advance = 0;
423 buffer->pos[i].y_advance = 0;
438 &c->buffer->pos[i].y_advance);
559 c->buffer->pos[i].y_advance = 0;
  /external/harfbuzz_ng/src/
hb-fallback-shape.cc 110 buffer->pos[i].y_advance = 0;
117 &buffer->pos[i].y_advance);
hb-ot-shape-fallback.cc 188 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;
test.cc 121 pos->y_advance);
hb-buffer-serialize.cc 114 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);
hb-buffer-deserialize-json.hh 549 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
613 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
hb-buffer-deserialize-json.rl 67 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
hb-buffer-deserialize-text.hh 469 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
546 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
hb-buffer-deserialize-text.rl 66 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
hb-buffer.cc 1022 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;
hb-buffer.h 56 hb_position_t y_advance; member in struct:hb_glyph_position_t
hb-ot-shape.cc 414 &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;
  /external/harfbuzz/src/
harfbuzz-buffer.h 52 HB_Fixed y_advance; member in struct:HB_PositionRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.h 52 HB_Fixed y_advance; member in struct:HB_PositionRec_
  /external/harfbuzz_ng/test/api/
test-shape.c 132 g_assert_cmpint (0, ==, positions[i].y_advance);

Completed in 536 milliseconds

1 2