HomeSort by relevance Sort by last modified time
    Searched full:pixelbytes (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/ManualTests/
drag-image-no-crash.html 18 var pixelBytes = 300;
19 var beginByte = imageRaw.length - pixelBytes;
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.c 222 if (VGLCurMode->ModeInfo.PixelBytes > 0) {
223 this->info.video_mem = VGLCurMode->ModeInfo.PixelBytes *
353 if (VGLCurMode->ModeInfo.PixelBytes == 0)
354 (VGLCurMode->ModeInfo.PixelBytes = 1);
360 VGLCurMode->ModeInfo.PixelBytes;
534 vminfop->PixelBytes = 1; /* Good default value */
552 vminfop->PixelBytes = minfo.vi_pixel_size;
553 switch (vminfop->PixelBytes) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 452 GLuint pixelBytes, widthInBytes;
503 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
504 widthInBytes = width * pixelBytes;
523 srcMap = map + srcY * rowStride + srcX * pixelBytes;
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 452 GLuint pixelBytes, widthInBytes;
503 pixelBytes = _mesa_get_format_bytes(srcRb->Format);
504 widthInBytes = width * pixelBytes;
523 srcMap = map + srcY * rowStride + srcX * pixelBytes;
524 dstMap = map + dstY * rowStride + dstX * pixelBytes;
  /external/qemu/distrib/sdl-1.2.15/
configure.in     [all...]

Completed in 1197 milliseconds