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

  /external/harfbuzz_ng/util/
helper-cairo.hh 67 void get_advance (double *x_advance, double *y_advance) {
68 *x_advance = glyphs[num_glyphs].x;
view-cairo.cc 42 double x_advance, y_advance; local
43 line.get_advance (&x_advance, &y_advance);
47 *w = MAX (*w, x_advance);
helper-cairo.cc 461 x += hb_position->x_advance;
  /external/harfbuzz_ng/src/
sample.py 48 x_advance = pos.x_advance
52 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
hb-fallback-shape.cc 122 pos[i].x_advance = 0;
129 &pos[i].x_advance,
hb-ot-shape-fallback.cc 189 buffer->pos[i].x_advance = 0;
324 x_offset -= buffer->pos[base].x_advance;
370 buffer->pos[i].x_advance = 0;
377 x_offset -= buffer->pos[i].x_advance;
380 x_offset += buffer->pos[i].x_advance;
467 pos[idx].x_advance += kern1;
468 pos[skippy_iter.idx].x_advance += kern2;
hb-graphite2.cc 356 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
359 curradvx -= pPos->x_advance;
362 curradvx += pPos->x_advance;
367 pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx;
hb-buffer-deserialize-text.hh 401 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
457 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
534 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
test.cc 124 pos->x_advance,
hb-buffer-deserialize-json.hh 545 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
601 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
hb-buffer-deserialize-json.rl 66 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
hb-buffer-deserialize-text.rl 65 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
hb-buffer-serialize.cc 144 pos[i].x_advance, pos[i].y_advance);
206 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance));
hb-buffer.cc 1508 total_x_advance += pos[i].x_advance;
1512 hb_position_t x_advance = 0, y_advance = 0;
1515 pos[i].x_offset += x_advance;
1518 x_advance += pos[i].x_advance;
1521 pos[i].x_advance = 0;
1528 pos[end - 1].x_advance = total_x_advance;
1534 pos[start].x_advance += total_x_advance;
hb-buffer.h 55 hb_position_t x_advance; member in struct:hb_glyph_position_t
hb-ot-shape.cc 476 pos->x_offset -= pos->x_advance;
483 pos->x_advance = 0;
526 &pos[i].x_advance,
675 pos[i].x_advance = 0;
hb-ot-layout-gpos-table.hh 112 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
138 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
930 pos[i].x_advance = exit_x + pos[i].x_offset;
933 pos[j].x_advance -= d;
938 pos[i].x_advance -= d;
941 pos[j].x_advance = entry_x + pos[j].x_offset;
    [all...]
hb-coretext.cc 876 hb_position_t x_advance, y_advance, x_offset, y_offset; local
    [all...]
hb-uniscribe.cc 1009 pos->x_advance = info->mask;
  /external/harfbuzz_ng/test/api/
test-shape.c 130 g_assert_cmpint (output_x_advances[i], ==, positions[i].x_advance);
test-buffer.c 309 g_assert_cmpint (0, ==, positions[i].x_advance);
  /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 <<
788 ": " << HBFixedToFloat(positions[i].x_advance) << "; " << positions[i].x_offset << ", " << positions[i].y_offset << std::endl;
802 float xAdvance = HBFixedToFloat(positions[i].x_advance);
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 219 milliseconds