Home
last modified time | relevance | path

Searched refs:widthInBytes (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c441 GLuint pixelBytes, widthInBytes; in swrast_fast_copy_pixels() local
493 widthInBytes = width * pixelBytes; in swrast_fast_copy_pixels()
550 memmove(dstMap, srcMap, widthInBytes); in swrast_fast_copy_pixels()
/external/libvncserver/libvncserver/
Dmain.c360 int j,widthInBytes,bpp=screen->serverFormat.bitsPerPixel/8, in rfbDoCopyRegion() local
367 widthInBytes = (rect.x2-rect.x1)*bpp; in rfbDoCopyRegion()
372 memmove(out,in,widthInBytes); in rfbDoCopyRegion()
377 memmove(out,in,widthInBytes); in rfbDoCopyRegion()