Searched refs:baseline_x (Results 1 – 4 of 4) sorted by relevance
17 dx = x - x0 + font->baseline_x; in mf_round_to_tab()35 dx = x0 - x + font->baseline_x; in mf_round_to_prev_tab()117 x = x0 - font->baseline_x; in render_left()173 x = x0 - font->baseline_x; in render_right()292 x = x0 - font->baseline_x; in mf_render_justified()
39 int8_t baseline_x; member
72 newfont->font.baseline_x *= x_scale; in mf_scale_font()
513 EXIT_IF_NEGATIVE(read_8b(f, (uint8_t *)&font->baseline_x)); in read_rle_font_header()
Completed in 9 milliseconds