Home | History | Annotate | Download | only in fbcon

Lines Matching defs:dstY

67 	int dstX, dstY;
89 FB_dst_to_xy(this, dst, &dstX, &dstY);
93 dstY += rect->y;
99 ydstlen = (rect->h | (dstY << 16));
126 int dstX, dstY;
149 FB_dst_to_xy(this, dst, &dstX, &dstY);
155 dstY += dstrect->y;
163 if ( srcY < dstY ) {
166 dstY += (h - 1);
176 if ( srcY < dstY ) {
211 mga_out32(MGAREG_YDSTLEN, (dstY << 16) | h);