Lines Matching refs:fontwidth
431 cb(f->name, f->fontwidth, f->fontheight, f->stride); in wsfont_enum()
460 newdata = malloc(newstride * font->fontwidth * font->numchars, in wsfont_rotate_internal()
472 (n * newstride * font->fontwidth); in wsfont_rotate_internal()
474 for (w = 0; w < font->fontwidth; w++) { in wsfont_rotate_internal()
487 ((font->fontwidth - 1 - w) * in wsfont_rotate_internal()
510 newfont->fontwidth = font->fontheight; in wsfont_rotate_internal()
511 newfont->fontheight = font->fontwidth; in wsfont_rotate_internal()
553 ncookie = wsfont_find(font->name, font->fontwidth, font->fontheight, in wsfont_rotate()
618 if (font->fontwidth != width) in wsfont_matches()
621 if (font->fontwidth > width) { in wsfont_matches()
622 score -= uimin(font->fontwidth - width, 9999); in wsfont_matches()
627 score -= uimin(width - font->fontwidth, 9999); in wsfont_matches()
715 if (wsfont_find(font->name, font->fontwidth, font->fontheight, in wsfont_add()