HomeSort by relevance Sort by last modified time
    Searched full:bytesperpixel (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.c 407 /* We need to return BytesPerPixel as it in used by CreateRGBsurface */
409 vformat->BytesPerPixel = desktop_mode.bytes_per_scanline/desktop_mode.width;
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 168 i = modeinfo->bytesperpixel-1;
498 int bpp = this->screen->format->BytesPerPixel;
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 255 vformat->BytesPerPixel = TDisplayModeUtils::NumDisplayModeBitsPerPixel(displayMode) / 8;
279 if(format->BytesPerPixel != 4) //in HW only full color is supported
dsa_old.cpp 5 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
332 iTargetBpp = BytesPerPixel(DisplayMode());
452 iSourceBpp = BytesPerPixel(aMode);
dsa.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
771 iTargetBpp = BytesPerPixel(DisplayMode());
900 iSourceBpp = BytesPerPixel(aMode);
dsa_new.cpp 6 LOCAL_C TInt BytesPerPixel(TDisplayMode aMode)
496 iTargetBpp = BytesPerPixel(DisplayMode());
659 iSourceBpp = BytesPerPixel(aMode);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 87 final int bytesPerPixel = 4;
88 int arraySize = dimension * dimension * bytesPerPixel;
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 172 vformat->BytesPerPixel = 1;
  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 317 screen->w*screen->format->BytesPerPixel);
testwin.c 87 screen->w*screen->format->BytesPerPixel);
testwm.c 54 screen->w*screen->format->BytesPerPixel);
  /external/skia/legacy/src/core/
SkBitmapProcShader.cpp 303 fRawBitmap.bytesPerPixel());
  /external/skia/src/ports/
SkImageDecoder_WIC.cpp 215 uint8_t* bytes = pixels + y * bitmap->rowBytes() + x * bitmap->bytesPerPixel();
  /external/skia/tests/
DrawBitmapRectTest.cpp 230 size_t count = bm.width() * bm.bytesPerPixel();
WritePixelsTest.cpp 145 SkPMColor* pixel = reinterpret_cast<SkPMColor*>(pixels + y * bmp.rowBytes() + x * bmp.bytesPerPixel());
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 604 dstrect->x*dst->format->BytesPerPixel;
606 x = dstrect->w*dst->format->BytesPerPixel;
686 switch (dst->format->BytesPerPixel) {
SDL_stretch.c 220 const int bpp = dst->format->BytesPerPixel;
SDL_video.c 735 video->offset_x*mode->format->BytesPerPixel;
971 switch(vf->BytesPerPixel) {
    [all...]
SDL_bmp.c 439 const int bw = surface->w*surface->format->BytesPerPixel;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c 249 switch(this->screen->format->BytesPerPixel)
388 int xmult = this->screen->format->BytesPerPixel;
769 SDL_memcpy(this->hidden->bank[1], this->hidden->bank[0], width * height * this->screen->format->BytesPerPixel);
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 647 const size_t bytesPerPixel = m_infoHeader.biBitCount / 8;
648 const size_t unpaddedNumBytes = (m_infoHeader.biBitCount < 16) ? ((numPixels + pixelsPerByte - 1) / pixelsPerByte) : (numPixels * bytesPerPixel);
692 const uint32_t pixel = readCurrentPixel(bytesPerPixel);
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.c 181 vformat->BytesPerPixel = 1;
  /frameworks/base/core/jni/
android_view_TextureView.cpp 159 ssize_t bytesCount = buffer.stride * bytesPerPixel(buffer.format);
android_view_Surface.cpp 242 ssize_t bpr = outBuffer.stride * bytesPerPixel(outBuffer.format);
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 1117 int bytesPerPixel = (gapi->gxProperties.cBPP + 1) / 8;
1121 unsigned char *srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * bytesPerPixel;
1129 switch(bytesPerPixel)
    [all...]

Completed in 1148 milliseconds

1 2 34 5 6