Searched refs:hb_position (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/util/
H A Dhelper-cairo.cc433 hb_glyph_position_t *hb_position = hb_buffer_get_glyph_positions (buffer, NULL); local
459 l->glyphs[i].x = ( hb_position->x_offset + x) * scale;
460 l->glyphs[i].y = (-hb_position->y_offset + y) * scale;
461 x += hb_position->x_advance;
462 y += -hb_position->y_advance;
464 hb_position++;

Completed in 113 milliseconds