Lines Matching refs:fontwidth
447 cb(f->name, f->fontwidth, f->fontheight, f->stride); in wsfont_enum()
476 newdata = malloc(newstride * font->fontwidth * font->numchars, in wsfont_rotate_internal()
488 (n * newstride * font->fontwidth); in wsfont_rotate_internal()
490 for (w = 0; w < font->fontwidth; w++) { in wsfont_rotate_internal()
503 ((font->fontwidth - 1 - w) * in wsfont_rotate_internal()
526 newfont->fontwidth = font->fontheight; in wsfont_rotate_internal()
527 newfont->fontheight = font->fontwidth; in wsfont_rotate_internal()
569 ncookie = wsfont_find(font->name, font->fontwidth, font->fontheight, in wsfont_rotate()
634 if (font->fontwidth != width) in wsfont_matches()
637 if (font->fontwidth > width) { in wsfont_matches()
638 score -= uimin(font->fontwidth - width, 9999); in wsfont_matches()
643 score -= uimin(width - font->fontwidth, 9999); in wsfont_matches()
731 if (wsfont_find(font->name, font->fontwidth, font->fontheight, in wsfont_add()