Lines Matching refs:bcopy
104 bcopy(&VGLPlane[i][0], dst->Bitmap + pos, width); in WriteVerticalLine()
115 bcopy(&VGLPlane[i][width - last], dst->Bitmap + offset, len); in WriteVerticalLine()
141 bcopy(line, dst->Bitmap + offset, i); in WriteVerticalLine()
155 bcopy(line, dst->Bitmap + offset, i); in WriteVerticalLine()
164 bcopy(line, address, width); in WriteVerticalLine()
170 bcopy(line, address, width * dst->PixelBytes); in WriteVerticalLine()
203 bcopy(src->Bitmap + offset, &VGLPlane[i][count - width2], len); in ReadVerticalLine()
223 bcopy(address, &VGLPlane[i][0], count); in ReadVerticalLine()
256 bcopy(src->Bitmap + offset, line, i); in ReadVerticalLine()
270 bcopy(src->Bitmap + offset, line, i); in ReadVerticalLine()
279 bcopy(address, line, width); in ReadVerticalLine()
285 bcopy(address, line, width * src->PixelBytes); in ReadVerticalLine()