Searched refs:x_advance (Results 1 - 25 of 27) sorted by relevance

12

/external/harfbuzz_ng/util/
H A Dhelper-cairo.hh71 void get_advance (double *x_advance, double *y_advance) { argument
72 *x_advance = glyphs[num_glyphs].x;
H A Dview-cairo.cc57 double x_advance, y_advance; local
58 line.get_advance (&x_advance, &y_advance);
62 w = MAX (w, x_sign * x_advance);
H A Dhelper-cairo.cc485 x += hb_position->x_advance;
/external/harfbuzz_ng/src/
H A Dsample.py54 x_advance = pos.x_advance variable
58 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
H A Dhb-ot-shape-fallback.cc189 buffer->pos[i].x_advance = 0;
326 x_offset -= buffer->pos[base].x_advance;
372 buffer->pos[i].x_advance = 0;
379 x_offset -= buffer->pos[i].x_advance;
382 x_offset += buffer->pos[i].x_advance;
470 pos[idx].x_advance += kern1;
471 pos[skippy_iter.idx].x_advance += kern2;
520 pos[i].x_advance = (font->x_scale + ((int) space_type)/2) / (int) space_type;
524 pos[i].x_advance = font->x_scale * 4 / 18;
531 pos[i].x_advance
[all...]
H A Dhb-fallback-shape.cc122 pos[i].x_advance = 0;
129 &pos[i].x_advance,
H A Dhb-graphite2.cc387 pPos->x_advance = info->var1.i32;
388 curradvx += pPos->x_advance;
391 pPos->x_advance = 0.;
407 pPos->x_advance = info->var1.i32;
411 pPos->x_advance = 0.;
415 pPos->x_offset = gr_slot_origin_X (is) - curradvx + pPos->x_advance;
H A Dhb-buffer-deserialize-text.hh401 { 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; }
H A Dtest.cc124 pos->x_advance,
H A Dhb-buffer-deserialize-json.hh545 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
601 { if (!parse_int (tok, p, &pos.x_advance)) return false; }
H A Dhb-buffer-deserialize-json.rl66 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
H A Dhb-buffer-deserialize-text.rl65 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
H A Dhb-buffer.cc1680 total_x_advance += pos[i].x_advance;
1684 hb_position_t x_advance = 0, y_advance = 0; local
1687 pos[i].x_offset += x_advance;
1690 x_advance += pos[i].x_advance;
1693 pos[i].x_advance = 0;
1700 pos[end - 1].x_advance = total_x_advance;
1706 pos[start].x_advance += total_x_advance;
H A Dhb-buffer-serialize.cc151 pos[i].x_advance, pos[i].y_advance);
224 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance));
284 * - `+x_advance`, then `,y_advance` if #hb_glyph_position_t.y_advance is not 0. Then,
H A Dhb-ot-layout-gpos-table.hh121 if (likely (horizontal)) glyph_pos.x_advance += font->em_scale_x (get_short (values));
147 if (horizontal && x_ppem) glyph_pos.x_advance += (base + get_device (values)).get_x_delta (font);
943 pos[i].x_advance = exit_x + pos[i].x_offset;
946 pos[j].x_advance -= d;
951 pos[i].x_advance -= d;
954 pos[j].x_advance = entry_x + pos[j].x_offset;
1584 pos[i].x_offset -= pos[k].x_advance;
1589 pos[i].x_offset += pos[k].x_advance;
H A Dhb-buffer.h76 * @x_advance: how much the line advances after drawing this glyph when setting
91 hb_position_t x_advance; member in struct:hb_glyph_position_t
H A Dhb-ot-shape.cc432 pos[i].x_advance = pos[i].y_advance = pos[i].x_offset = pos[i].y_offset = 0;
577 pos->x_offset -= pos->x_advance;
584 pos->x_advance = 0;
613 pos[i].x_advance = c->font->get_glyph_h_advance (info[i].codepoint);
H A Dhb-coretext.cc950 hb_position_t x_advance, y_advance, x_offset, y_offset; local
951 hb_font_get_glyph_advance_for_direction (font, notdef, dir, &x_advance, &y_advance);
953 hb_position_t advance = x_advance + y_advance;
1117 pos->x_advance = info->mask;
H A Dhb-ot-shape-complex-arabic.cc523 w_total += pos[context].x_advance;
H A Dhb-directwrite.cc949 pos->x_advance = x_mult * (int32_t) info->mask;
H A Dhb-uniscribe.cc1022 pos->x_advance = x_mult * (int32_t) info->mask;
/external/freetype/src/autofit/
H A Dafshaper.h62 FT_Long* x_advance,
H A Dafshaper.c565 *advance = gpos[idx].x_advance;
/external/harfbuzz_ng/test/api/
H A Dtest-shape.c130 g_assert_cmpint (output_x_advances[i], ==, positions[i].x_advance);
/external/ImageMagick/MagickCore/
H A Dannotate.c119 x_advance,
1110 (*grapheme)[i].x_advance=glyphs[i].x_advance;
1156 (*grapheme)[i-1].x_advance+=(FT_Pos) ((draw_info->direction ==
1161 (*grapheme)[i].x_advance=face->glyph->advance.x;
1695 origin.x+=(FT_Pos) grapheme[i].x_advance;
118 x_advance, member in struct:_GraphemeInfo

Completed in 347 milliseconds

12