Lines Matching refs:pSrcDrawable
152 ApmCopyAreaPixmap(DrawablePtr pSrcDrawable, DrawablePtr pDstDrawable, GC *pGC,
165 is = (pSrcDrawable->type == DRAWABLE_PIXMAP) ? APM_GET_PIXMAP_PRIVATE(pSrcDrawable)->num : 0;
168 sx = pSrcDrawable->x;
169 sy = pSrcDrawable->y % Scanlines;
170 pitch = 2 * pSrcDrawable->width;
171 pSrcDrawable->x = (sx + ((PixmapPtr)pSrcDrawable)->devKind * sy) % pitch;
172 pSrcDrawable->y = (sx + ((PixmapPtr)pSrcDrawable)->devKind * sy) / pitch;
173 ((PixmapPtr)pSrcDrawable)->devKind = pitch;
174 pSrcDrawable->depth = 16;
185 pReg = (*SaveCopyAreaPixmap)(pSrcDrawable, pDstDrawable, pGC,
190 pSrcDrawable->x = sx;
191 pSrcDrawable->y = sy + is * Scanlines;
199 return (*SaveCopyAreaPixmap)(pSrcDrawable, pDstDrawable, pGC,