Lines Matching defs:width
167 .dest_x = x * font->width,
198 int height, int width, u8 color)
208 .width = width,
231 int height, int width, int c, struct sti_cooked_font *font)
237 .src_x = src_x * font->width,
239 .dest_x = src_x * font->width,
241 .width = width * font->width,
268 int dst_y, int dst_x, int height, int width,
273 .src_x = src_x * font->width,
275 .dest_x = dst_x * font->width,
277 .width = width * font->width,
393 * - sti_font=<height>x<width> (e.g. sti_font=16x8)
394 * <height> and <width> gives hints to the height and width of the
396 * a font with this height and width, but if no suitable font is
537 fbfont->width, fbfont->height, fbfont->name);
539 bpc = ((fbfont->width+7)/8) * fbfont->height;
549 nf->width = fbfont->width;
590 pr_debug(" w %d h %d bpc %d\n", font->width, font->height,
603 static int sti_search_font(struct sti_cooked_rom *rom, int height, int width)
609 if ((font->raw->width == width) &&
668 f->width, f->height,
856 sti->font->width = sti->font->raw->width;