Lines Matching defs:pdstLine
124 uint32_t *psrcLine, *pdstLine;
144 pdstLine = ((uint32_t *)fb->fbkva) + ((dy + cy - 1) * width);
148 pdstLine = ((uint32_t *)fb->fbkva) + (dy * width);
155 pdstLine += (dx >> 5);
158 pdst = pdstLine;
183 pdstLine += (dx >> 5);
188 pdst = pdstLine;
227 pdstLine += width;
231 pdstLine += ((dx + cx) >> 5);
242 pdst = pdstLine;
268 pdstLine += width;