Home
last modified time | relevance | path

Searched refs:fontwidth_x8 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/
Depson1356fb.c1065 blt.src_x = fontwidth_x8(p)*sx; in e1356_cfbX_bmove()
1067 blt.dst_x = fontwidth_x8(p)*dx; in e1356_cfbX_bmove()
1070 blt.src_width = blt.dst_width = fontwidth_x8(p)*width; in e1356_cfbX_bmove()
1090 u32 fw = fontwidth_x8(p); in e1356_cfb8_putc()
1120 u32 fw = fontwidth_x8(p); in e1356_cfb16_putc()
1150 u32 fw = fontwidth_x8(p); in e1356_cfb8_putcs()
1180 u32 fw = fontwidth_x8(p); in e1356_cfb16_putcs()
1217 blt.dst_x = fontwidth_x8(p)*sx; in e1356_cfb8_clear()
1220 blt.dst_width = fontwidth_x8(p)*width; in e1356_cfb8_clear()
1241 blt.dst_x = fontwidth_x8(p)*sx; in e1356_cfb16_clear()
[all …]
Depson1356fb.h53 #define fontwidth_x8(p) (((fontwidth(p) + 7) >> 3) << 3) macro