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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/
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...]
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...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sti/
H A Dsticon.c95 static void sticon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
106 sti_putc(default_sti, c, ypos, xpos);
113 int count, int ypos, int xpos)
126 sti_putc(default_sti, scr_readw(s++), ypos, xpos++);
112 sticon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dnewport_con.c348 static void newport_putc(struct vc_data *vc, int charattr, int ypos, argument
356 ypos <<= 4;
358 newport_render_background(xpos, ypos, xpos, ypos,
369 npregs->set.xystarti = (xpos << 16) | ((ypos + topscan) & 0x3ff);
378 int count, int ypos, int xpos)
387 ypos <<= 4;
391 newport_render_background(xpos, ypos,
392 xpos + ((count - 1) << 3), ypos,
410 (xpos << 16) | ((ypos
377 newport_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument
[all...]
H A Dfbcon.c190 static void fbcon_putc(struct vc_data *conp, int c, int ypos, int xpos);
192 int ypos, int xpos);
210 static __inline__ int real_y(struct display *p, int ypos);
798 static __inline__ int real_y(struct display *p, int ypos) argument
802 ypos += p->yscroll;
803 return ypos < rows ? ypos : ypos-rows;
842 static void fbcon_putc(struct vc_data *conp, int c, int ypos, int xpos) argument
854 if ((p->cursor_x == xpos) && (p->cursor_y == ypos)) {
866 fbcon_putcs(struct vc_data *conp, const unsigned short *s, int count, int ypos, int xpos) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djccoefct.c150 JDIMENSION ypos, xpos; local
173 ypos = yoffset * DCTSIZE; /* ypos == (yoffset+yindex) * DCTSIZE */
180 ypos, xpos, (JDIMENSION) blockcnt);
198 ypos += DCTSIZE;

Completed in 63 milliseconds