Searched refs:ypos (Results 1 - 25 of 57) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/
H A Dpclbanner.in99 ypos=0;
135 moveto $xpos $ypos
139 ypos=`expr "$ypos" + "$incr"`
152 ypos=0;
153 moveto $xpos $ypos ;
155 ypos=`expr $ypos + 100`;
159 ypos=`expr $ypos
[all...]
H A Dpclbanner99 ypos=0;
135 moveto $xpos $ypos
139 ypos=`expr "$ypos" + "$incr"`
152 ypos=0;
153 moveto $xpos $ypos ;
155 ypos=`expr $ypos + 100`;
159 ypos=`expr $ypos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/
H A Dpclbanner.in99 ypos=0;
135 moveto $xpos $ypos
139 ypos=`expr "$ypos" + "$incr"`
152 ypos=0;
153 moveto $xpos $ypos ;
155 ypos=`expr $ypos + 100`;
159 ypos=`expr $ypos
[all...]
H A Dpclbanner99 ypos=0;
135 moveto $xpos $ypos
139 ypos=`expr "$ypos" + "$incr"`
152 ypos=0;
153 moveto $xpos $ypos ;
155 ypos=`expr $ypos + 100`;
159 ypos=`expr $ypos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/
H A Dpclbanner.in99 ypos=0;
135 moveto $xpos $ypos
139 ypos=`expr "$ypos" + "$incr"`
152 ypos=0;
153 moveto $xpos $ypos ;
155 ypos=`expr $ypos + 100`;
159 ypos=`expr $ypos
[all...]
H A Dpclbanner99 ypos=0;
135 moveto $xpos $ypos
139 ypos=`expr "$ypos" + "$incr"`
152 ypos=0;
153 moveto $xpos $ypos ;
155 ypos=`expr $ypos + 100`;
159 ypos=`expr $ypos
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Droqvideodec.c41 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
73 bpos = xpos = ypos = 0;
75 for (yp = ypos; yp < ypos + 16; yp += 8)
147 ypos += 16;
149 if(ypos >= ri->height)
H A Divi_common.h88 int16_t ypos; member in struct:__anon1249
103 int ypos; member in struct:__anon1250
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Droqvideodec.c41 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
73 bpos = xpos = ypos = 0;
75 for (yp = ypos; yp < ypos + 16; yp += 8)
147 ypos += 16;
149 if(ypos >= ri->height)
H A Divi_common.h88 int16_t ypos; member in struct:__anon2154
103 int ypos; member in struct:__anon2155
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Droqvideodec.c41 int vqid, bpos, xpos, ypos, xp, yp, x, y, mx, my; local
73 bpos = xpos = ypos = 0;
75 for (yp = ypos; yp < ypos + 16; yp += 8)
147 ypos += 16;
149 if(ypos >= ri->height)
H A Divi_common.h88 int16_t ypos; member in struct:__anon36179
103 int ypos; member in struct:__anon36180
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.h226 static inline int real_y(struct display *p, int ypos) argument
230 ypos += p->yscroll;
231 return ypos < rows ? ypos : ypos - rows;
H A Dsticon.c87 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
97 sti_putc(sticon_sti, c, ypos, xpos);
104 int count, int ypos, int xpos)
116 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
103 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
H A Dnewport_con.c372 static void newport_putc(struct vc_data *vc, int charattr, int ypos, argument
380 ypos <<= 4;
382 newport_render_background(xpos, ypos, xpos, ypos,
393 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
402 int count, int ypos, int xpos)
411 ypos <<= 4;
415 newport_render_background(xpos, ypos,
416 xpos + ((count - 1) << 3), ypos,
434 (xpos << 16) | ((ypos
401 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h226 static inline int real_y(struct display *p, int ypos) argument
230 ypos += p->yscroll;
231 return ypos < rows ? ypos : ypos - rows;
H A Dsticon.c87 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
97 sti_putc(sticon_sti, c, ypos, xpos);
104 int count, int ypos, int xpos)
116 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
103 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
H A Dnewport_con.c372 static void newport_putc(struct vc_data *vc, int charattr, int ypos, argument
380 ypos <<= 4;
382 newport_render_background(xpos, ypos, xpos, ypos,
393 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
402 int count, int ypos, int xpos)
411 ypos <<= 4;
415 newport_render_background(xpos, ypos,
416 xpos + ((count - 1) << 3), ypos,
434 (xpos << 16) | ((ypos
401 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/touchscreen/
H A Dmigor_ts.c51 unsigned short xpos, ypos; local
70 ypos = ((buf[9] & 0x03) << 8 | buf[8]);
76 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dmigor_ts.c51 unsigned short xpos, ypos; local
70 ypos = ((buf[9] & 0x03) << 8 | buf[8]);
76 input_report_abs(priv->input, ABS_X, ypos); /*X-Y swap*/
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dau1200fb.c119 unsigned int ypos; member in struct:au1200_lcd_window_regs_t
193 int ypos; member in struct:window_settings::__anon31791
224 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
230 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
237 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
243 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
258 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
264 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
270 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
277 /* xres, yres, xpos, ypos */ 20
722 au1200_setlocation(struct au1200fb_device *fbdev, int plane, int xpos, int ypos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dau1200fb.c119 unsigned int ypos; member in struct:au1200_lcd_window_regs_t
193 int ypos; member in struct:window_settings::__anon20098
224 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
230 /* xres, yres, xpos, ypos */ 100, 100, 100, 100,
237 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
243 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
258 /* xres, yres, xpos, ypos */ 320, 240, 5, 5,
264 /* xres, yres, xpos, ypos */ 0, 0, 0, 0,
270 /* xres, yres, xpos, ypos */ 100, 100, 0, 0,
277 /* xres, yres, xpos, ypos */ 20
722 au1200_setlocation(struct au1200fb_device *fbdev, int plane, int xpos, int ypos) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/dvb/
H A Dvideo.h175 __u32 ypos; /* 23-22 auto action mode */ member in struct:video_highlight
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/dvb/
H A Dvideo.h175 __u32 ypos; /* 23-22 auto action mode */ member in struct:video_highlight

Completed in 112 milliseconds

123