/external/harfbuzz_ng/util/ |
H A D | helper-cairo.hh | 71 void get_advance (double *x_advance, double *y_advance) { argument 72 *x_advance = glyphs[num_glyphs].x;
|
H A D | view-cairo.cc | 57 double x_advance, y_advance; local 58 line.get_advance (&x_advance, &y_advance); 62 w = MAX (w, x_sign * x_advance);
|
H A D | helper-cairo.cc | 485 x += hb_position->x_advance;
|
/external/harfbuzz_ng/src/ |
H A D | sample.py | 54 x_advance = pos.x_advance variable 58 print("gid%d=%d@%d,%d+%d" % (gid, cluster, x_advance, x_offset, y_offset))
|
H A D | hb-ot-shape-fallback.cc | 189 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 D | hb-fallback-shape.cc | 122 pos[i].x_advance = 0; 129 &pos[i].x_advance,
|
H A D | hb-graphite2.cc | 387 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 D | 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; }
|
H A D | test.cc | 124 pos->x_advance,
|
H A D | 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; }
|
H A D | hb-buffer-deserialize-json.rl | 66 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
|
H A D | hb-buffer-deserialize-text.rl | 65 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
|
H A D | hb-buffer.cc | 1680 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 D | hb-buffer-serialize.cc | 151 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 D | hb-ot-layout-gpos-table.hh | 121 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 D | hb-buffer.h | 76 * @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 D | hb-ot-shape.cc | 432 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 D | hb-coretext.cc | 950 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 D | hb-ot-shape-complex-arabic.cc | 523 w_total += pos[context].x_advance;
|
H A D | hb-directwrite.cc | 949 pos->x_advance = x_mult * (int32_t) info->mask;
|
H A D | hb-uniscribe.cc | 1022 pos->x_advance = x_mult * (int32_t) info->mask;
|
/external/freetype/src/autofit/ |
H A D | afshaper.h | 62 FT_Long* x_advance,
|
H A D | afshaper.c | 565 *advance = gpos[idx].x_advance;
|
/external/harfbuzz_ng/test/api/ |
H A D | test-shape.c | 130 g_assert_cmpint (output_x_advances[i], ==, positions[i].x_advance);
|
/external/ImageMagick/MagickCore/ |
H A D | annotate.c | 119 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
|