HomeSort by relevance Sort by last modified time
    Searched full:y_advance (Results 1 - 21 of 21) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo.hh 67 void get_advance (double *x_advance, double *y_advance) {
69 *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);
helper-cairo.cc 462 y += -hb_position->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;
476 pos[idx].y_advance += kern1;
477 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));
hb-buffer-deserialize-json.rl 67 action parse_y_advance { 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; }
test.cc 125 pos->y_advance);
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-ot-layout-gpos-table.hh 115 /* y_advance values grow downward but font-space grows upward, hence negation */
117 if (unlikely (!horizontal)) glyph_pos.y_advance -= font->em_scale_y (get_short (values));
142 /* y_advance values grow downward but font-space grows upward, hence negation */
143 if (!horizontal && y_ppem) glyph_pos.y_advance -= (base + get_device (values)).get_y_delta (font);
944 pos[i].y_advance = exit_y + pos[i].y_offset;
947 pos[j].y_advance -= d;
952 pos[i].y_advance -= d;
955 pos[j].y_advance = entry_y;
    [all...]
hb-graphite2.cc 357 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont);
364 curradvy += pPos->y_advance;
hb-buffer.h 56 hb_position_t y_advance; member in struct:hb_glyph_position_t
hb-ot-shape.cc 477 pos->y_offset -= pos->y_advance;
484 pos->y_advance = 0;
527 &pos[i].y_advance);
676 pos[i].y_advance = 0;
hb-coretext.cc 876 hb_position_t x_advance, y_advance, x_offset, y_offset; local
    [all...]
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-json.hh 549 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
613 { if (!parse_int (tok, p, &pos.y_advance)) return false; }
  /external/harfbuzz_ng/test/api/
test-shape.c 132 g_assert_cmpint (0, ==, positions[i].y_advance);
test-buffer.c 310 g_assert_cmpint (0, ==, positions[i].y_advance);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser.cpp 1306 FX_FLOAT x_advance, y_advance; local
    [all...]
  /frameworks/minikin/libs/minikin/
Layout.cpp 787 std::cout << positions[i].x_advance << " " << positions[i].y_advance << " " << positions[i].x_offset << " " << positions[i].y_offset << std::endl; std::cout << "DoLayout " << info[i].codepoint <<
    [all...]

Completed in 578 milliseconds