Home | History | Annotate | Download | only in fbcon

Lines Matching refs:dstX

67 	int dstX, dstY;
89 FB_dst_to_xy(this, dst, &dstX, &dstY);
92 dstX += rect->x;
96 fxbndry = (dstX | ((dstX+rect->w) << 16));
126 int dstX, dstY;
149 FB_dst_to_xy(this, dst, &dstX, &dstY);
154 dstX += dstrect->x;
160 if ( srcX < dstX ) {
171 if ( srcX < dstX ) {
210 mga_out32(MGAREG_FXBNDRY, (dstX | ((dstX + w-1) << 16)));