Home | History | Annotate | Download | only in dev

Lines Matching defs:bmapoffset

591 	int     bmapoffset;
640 bmapoffset = row * scr->rowbytes + col;
645 dst = scr->planes[plane] + bmapoffset;
708 int bmapoffset;
724 bmapoffset = row * scr->rowbytes;
727 src = scr->planes[plane] + bmapoffset;
759 int bmapoffset;
775 bmapoffset = row * scr->rowbytes + startcol;
785 dst = scr->planes[plane] + bmapoffset;
932 int bmapoffset;
956 bmapoffset = row * rowbytes;
970 dst = scr->planes[plane] + bmapoffset;