Lines Matching refs:ofs
204 int ofs = exaGetPixmapOffset(pPixmap);
209 y = (ofs >> 13); /* pitch is 8192 bytes in 24 bit */
260 int ofs = exaGetPixmapOffset(pDst);
266 y += (ofs >> 13); /* pitch is 8192 bytes in 24 bit */
309 int ofs = exaGetPixmapOffset(pSrc);
314 y += (ofs >> 13);
343 int ofs = exaGetPixmapOffset(pPixmap);
347 //xf86Msg(X_ERROR, "%s %d\n", __func__, ofs);
348 if (ofs == 0) {
355 y = ofs >> 13;
471 int x = 0, y = 0, i, n, ofs, p, j, wi, he, xs, ys;
480 ofs = exaGetPixmapOffset(dst);
481 ofs = ofs >> 13;
497 if (ofs == 0) {
523 if (ofs == 0) {
605 yd += (ofs - fPtr->fbi.fbi_height);