/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/skia/third_party/harfbuzz/src/ |
harfbuzz-buffer.h | 48 HB_Fixed y_advance; member in struct:HB_PositionRec_
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-fallback-shape.cc | 121 buffer->pos[i].y_advance = 0; 128 &buffer->pos[i].y_advance);
|
hb-ot-shape-fallback.cc | 188 buffer->pos[i].y_advance = 0; 323 y_offset -= buffer->pos[base].y_advance; 368 buffer->pos[i].y_advance = 0; 375 y_offset -= buffer->pos[i].y_advance; 378 y_offset += buffer->pos[i].y_advance; 472 pos[idx].y_advance += kern1; 473 pos[skippy_iter.idx].y_advance += kern2;
|
hb-buffer-serialize.cc | 144 pos[i].x_advance, pos[i].y_advance); 207 if (pos[i].y_advance) 208 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance));
|
test.cc | 125 pos->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 | 1438 total_y_advance += pos[i].y_advance; 1441 hb_position_t x_advance = 0, y_advance = 0; 1445 pos[i].y_offset += y_advance; 1448 y_advance += pos[i].y_advance; 1451 pos[i].y_advance = 0; 1458 pos[end - 1].y_advance = total_y_advance; 1464 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 | 462 buffer->pos[i].y_advance = 0; 474 buffer->pos[i].y_advance = 0; 490 &pos[i].y_advance); 625 pos[i].y_advance = 0;
|
hb-graphite2.cc | 354 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont); 361 curradvy += pPos->y_advance;
|
/external/harfbuzz_ng/src/ |
hb-fallback-shape.cc | 123 pos[i].y_advance = 0; 130 &pos[i].y_advance);
|
hb-ot-shape-fallback.cc | 190 buffer->pos[i].y_advance = 0; 325 y_offset -= buffer->pos[base].y_advance; 371 buffer->pos[i].y_advance = 0; 378 y_offset -= buffer->pos[i].y_advance; 381 y_offset += buffer->pos[i].y_advance; 474 pos[idx].y_advance += kern1; 475 pos[skippy_iter.idx].y_advance += kern2;
|
hb-buffer-serialize.cc | 144 pos[i].x_advance, pos[i].y_advance); 207 if (pos[i].y_advance) 208 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance));
|
test.cc | 125 pos->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 | 1509 total_y_advance += pos[i].y_advance; 1512 hb_position_t x_advance = 0, y_advance = 0; 1516 pos[i].y_offset += y_advance; 1519 y_advance += pos[i].y_advance; 1522 pos[i].y_advance = 0; 1529 pos[end - 1].y_advance = total_y_advance; 1535 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 | 475 pos->y_offset -= pos->y_advance; 482 pos->y_advance = 0; 525 &pos[i].y_advance); 672 pos[i].y_advance = 0;
|
/external/harfbuzz_ng/test/api/ |
test-shape.c | 132 g_assert_cmpint (0, ==, positions[i].y_advance);
|