Searched refs:pixinc (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1216 static s32 pixinc(int pixels, u8 ps) function
1279 *row_inc = pixinc(1 + (screen_width - width) +
1282 *pix_inc = pixinc(1, ps);
1300 *row_inc = pixinc(1 - (screen_width + width) -
1303 *pix_inc = pixinc(1, ps);
1358 *row_inc = pixinc(1 + (screen_width - fbw) +
1361 *pix_inc = pixinc(1, ps);
1369 *row_inc = pixinc(screen_width * (fbh - 1) + 1 +
1371 *pix_inc = pixinc(-screen_width, ps);
1379 *row_inc = pixinc(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/dss/
H A Ddispc.c1216 static s32 pixinc(int pixels, u8 ps) function
1279 *row_inc = pixinc(1 + (screen_width - width) +
1282 *pix_inc = pixinc(1, ps);
1300 *row_inc = pixinc(1 - (screen_width + width) -
1303 *pix_inc = pixinc(1, ps);
1358 *row_inc = pixinc(1 + (screen_width - fbw) +
1361 *pix_inc = pixinc(1, ps);
1369 *row_inc = pixinc(screen_width * (fbh - 1) + 1 +
1371 *pix_inc = pixinc(-screen_width, ps);
1379 *row_inc = pixinc(
[all...]

Completed in 70 milliseconds