Searched refs:adj_y (Results 1 – 1 of 1) sorted by relevance
232 VGfloat adj_x, adj_y; in font_draw_glyphs() local239 adj_y = (adjustments_y) ? adjustments_y[i] : 0.0f; in font_draw_glyphs()240 vg_advance_glyph(ctx, glyph, adj_x, adj_y, (i == glyphCount - 1)); in font_draw_glyphs()