Searched refs:fontwidthlog (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon-cfb16.c55 if (fontwidthlog(p)) {
56 sx <<= fontwidthlog(p)+1;
57 dx <<= fontwidthlog(p)+1;
58 width <<= fontwidthlog(p)+1;
H A Dfbcon-cfb24.c44 if (fontwidthlog(p)) {
45 sx <<= fontwidthlog(p);
46 dx <<= fontwidthlog(p);
47 width <<= fontwidthlog(p);
H A Dfbcon-cfb32.c44 if (fontwidthlog(p)) {
45 sx <<= fontwidthlog(p)+2;
46 dx <<= fontwidthlog(p)+2;
47 width <<= fontwidthlog(p)+2;
H A Dfbcon-cfb8.c60 if (fontwidthlog(p)) {
61 sx <<= fontwidthlog(p); dx <<= fontwidthlog(p); width <<= fontwidthlog(p);
H A Dcgsixfb.c257 if (fontwidthlog(p)) {
258 x = sx << fontwidthlog(p); w = width << fontwidthlog(p);
323 if (fontwidthlog(p))
324 x = fb->x_margin + (xx << fontwidthlog(p));
384 if (fontwidthlog(p))
385 x += (xx << fontwidthlog(p));
H A Dleofb.c193 if (fontwidthlog(p)) {
194 x = sx << fontwidthlog(p); w = width << fontwidthlog(p);
250 if (fontwidthlog(p))
251 x = xx << fontwidthlog(p);
299 if (fontwidthlog(p))
300 x = (xx << fontwidthlog(p));
H A Dcreatorfb.c383 if (fontwidthlog(p)) {
384 yx += sx << fontwidthlog(p); hw += width << fontwidthlog(p);
439 if (fontwidthlog(p))
440 xy += (xx << fontwidthlog(p)) + fb->s.ffb.xy_margin;
491 if (fontwidthlog(p))
492 xy += (xx << fontwidthlog(p));
H A Dpm2fb.c1211 if (fontwidthlog(p)) {
1212 sx=sx<<fontwidthlog(p);
1213 dx=dx<<fontwidthlog(p);
1214 width=width<<fontwidthlog(p);
1231 if (fontwidthlog(p)) {
1232 sx=sx<<fontwidthlog(p);
1233 dx=dx<<fontwidthlog(p);
1234 width=width<<fontwidthlog(p);
H A Dsun3fb.c277 if (fontwidthlog(p))
278 fb->cursor.cpos.fbx = (x << fontwidthlog(p)) + fb->x_margin;
H A Dsbusfb.c479 if (fontwidthlog(p))
480 fb->cursor.cpos.fbx = (x << fontwidthlog(p)) + fb->x_margin;
H A Dfbcon.c335 unsigned short fontwidth, fontheight, fontwidthlog, fontheightlog; local
356 fontwidthlog = fb_display[unit]._fontwidthlog;
365 fb_display[unit]._fontwidthlog = fontwidthlog;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/video/
H A Dfbcon.h114 #define fontwidthlog(p) (0) macro
124 #define fontwidthlog(p) ((p)->_fontwidthlog) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/video/
H A Dfbcon.h114 #define fontwidthlog(p) (0) macro
124 #define fontwidthlog(p) ((p)->_fontwidthlog) macro

Completed in 194 milliseconds