HomeSort by relevance Sort by last modified time
    Searched refs:widthInBytes (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_copypix.c 441 GLuint pixelBytes, widthInBytes;
493 widthInBytes = width * pixelBytes;
550 memmove(dstMap, srcMap, widthInBytes);
  /external/libvncserver/libvncserver/
main.c 360 int j,widthInBytes,bpp=screen->serverFormat.bitsPerPixel/8,
367 widthInBytes = (rect.x2-rect.x1)*bpp;
372 memmove(out,in,widthInBytes);
377 memmove(out,in,widthInBytes);

Completed in 258 milliseconds