Searched refs:hb_position (Results 1 – 1 of 1) sorted by relevance
475 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); in helper_cairo_line_from_buffer() local501 l->glyphs[i].x = scalbn ((double) hb_position->x_offset + x, scale_bits); in helper_cairo_line_from_buffer()502 l->glyphs[i].y = scalbn ((double) -hb_position->y_offset + y, scale_bits); in helper_cairo_line_from_buffer()503 x += hb_position->x_advance; in helper_cairo_line_from_buffer()504 y += -hb_position->y_advance; in helper_cairo_line_from_buffer()506 hb_position++; in helper_cairo_line_from_buffer()