Home | History | Annotate | Download | only in gio

Lines Matching refs:fontwidth

138 	.fontwidth = 8,
567 col * dc->dc_fontdata->fontwidth);
606 int x = col * font->fontwidth;
621 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DRAWCHAR, font->fontwidth);
651 srccol * font->fontwidth, /* x1 */
653 dstcol * font->fontwidth, /* x2 */
655 ncols * font->fontwidth, /* dx */
667 startcol * font->fontwidth, /* x1 */
669 (startcol * font->fontwidth) + ncols * font->fontwidth, /* x2 */