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

1 2

  /external/harfbuzz_ng/util/
helper-cairo.hh 68 void get_advance (double *x_advance, double *y_advance) {
69 *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);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-fallback-shape.cc 109 buffer->pos[i].x_advance = 0;
116 &buffer->pos[i].x_advance,
hb-ot-shape-fallback.cc 187 buffer->pos[i].x_advance = 0;
308 x_offset -= buffer->pos[base].x_advance;
353 buffer->pos[i].x_advance = 0;
360 x_offset -= buffer->pos[i].x_advance;
363 x_offset += buffer->pos[i].x_advance;
443 buffer->pos[buffer->idx].x_advance += kern1;
444 buffer->pos[skippy_iter.idx].x_advance += kern2;
hb-graphite2.cc 350 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
353 curradvx -= pPos->x_advance;
356 curradvx += pPos->x_advance;
361 pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx;
test.cc 121 pos->x_advance,
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; }
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-serialize.cc 114 pos[i].x_advance, pos[i].y_advance);
176 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance);
hb-buffer.cc 1021 total_x_advance += pos[i].x_advance;
1025 hb_position_t x_advance = 0, y_advance = 0;
1028 pos[i].x_offset += x_advance;
1031 x_advance += pos[i].x_advance;
1034 pos[i].x_advance = 0;
1041 pos[end - 1].x_advance = total_x_advance;
1047 pos[start].x_advance += total_x_advance;
hb-buffer.h 55 hb_position_t x_advance; member in struct:hb_glyph_position_t
hb-icu-le.cc 208 pos->x_advance = info->mask;
  /external/harfbuzz_ng/src/
hb-fallback-shape.cc 109 buffer->pos[i].x_advance = 0;
116 &buffer->pos[i].x_advance,
hb-ot-shape-fallback.cc 187 buffer->pos[i].x_advance = 0;
308 x_offset -= buffer->pos[base].x_advance;
353 buffer->pos[i].x_advance = 0;
360 x_offset -= buffer->pos[i].x_advance;
363 x_offset += buffer->pos[i].x_advance;
443 buffer->pos[buffer->idx].x_advance += kern1;
444 buffer->pos[skippy_iter.idx].x_advance += kern2;
hb-graphite2.cc 350 pPos->x_advance = gr_slot_advance_X (is, grface, grfont);
353 curradvx -= pPos->x_advance;
356 curradvx += pPos->x_advance;
361 pPos[-1].x_advance += gr_seg_advance_X(seg) - curradvx;
test.cc 120 pos->x_advance,
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; }
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 114 pos[i].x_advance, pos[i].y_advance);
176 p += snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance);
hb-buffer.cc 1021 total_x_advance += pos[i].x_advance;
1025 hb_position_t x_advance = 0, y_advance = 0;
1028 pos[i].x_offset += x_advance;
1031 x_advance += pos[i].x_advance;
1034 pos[i].x_advance = 0;
1041 pos[end - 1].x_advance = total_x_advance;
1047 pos[start].x_advance += total_x_advance;
  /external/harfbuzz/src/
harfbuzz-buffer.h 51 HB_Fixed x_advance; member in struct:HB_PositionRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.h 51 HB_Fixed x_advance; member in struct:HB_PositionRec_
  /external/harfbuzz_ng/test/api/
test-shape.c 130 g_assert_cmpint (output_x_advances[i], ==, positions[i].x_advance);

Completed in 522 milliseconds

1 2