HomeSort by relevance Sort by last modified time
    Searched full:bytesperpixel (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c 118 p+=s->format->BytesPerPixel;
151 p+=s->format->BytesPerPixel;
184 p+=s->format->BytesPerPixel;
220 p+=s->format->BytesPerPixel;
256 p+=s->format->BytesPerPixel;
443 format.BytesPerPixel=4;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.c 199 vformat->BytesPerPixel = 2;
207 vformat->BytesPerPixel = 4;
214 vformat->BytesPerPixel = 1;
  /frameworks/base/libs/hwui/
TextureCache.cpp 248 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
254 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
263 glPixelStorei(GL_UNPACK_ALIGNMENT, bitmap->bytesPerPixel());
  /external/chromium_org/chrome/browser/chromeos/login/
user_image.cc 43 bitmap.width() * bitmap.bytesPerPixel(),
  /external/chromium_org/third_party/skia/include/core/
SkImageGenerator.h 78 * bytesPerPixel)
  /external/chromium_org/ui/gfx/android/
java_bitmap.cc 52 DCHECK_EQ(skbitmap->bytesPerPixel(), 4);
  /external/chromium_org/ui/gfx/ozone/dri/
hardware_display_controller.cc 70 surface->bitmaps_[i]->bytesPerPixel() << 3,
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlpixelformat.html 96 Uint8 BytesPerPixel;
170 >BytesPerPixel</I
303 >BytesPerPixel</I
308 >BytesPerPixel</I
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 178 vformat->BytesPerPixel = this->hidden->mi.bpp >> 3;
180 vformat->BytesPerPixel++;
245 current->format->BytesPerPixel = this->hidden->shm.bpp >> 3;
247 current->format->BytesPerPixel++;
  /external/skia/include/core/
SkImageGenerator.h 78 * bytesPerPixel)
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToRGBAFilter.java 80 throw new RuntimeException("Unsupported BytesPerPixel: " + mInputBPP + "!");
ToRGBFilter.java 80 throw new RuntimeException("Unsupported BytesPerPixel: " + mInputBPP + "!");
  /frameworks/native/include/ui/
PixelFormat.h 70 ssize_t bytesPerPixel(PixelFormat format);
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 1067 uint8_t bytesPerPixel;
1071 bytesPerPixel = 2;
1075 bytesPerPixel = 2;
1079 bytesPerPixel = 1;
1083 bytesPerPixel = 1;
1087 xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1090 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff,
1091 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
296 if (bytesPerPixel <= 0)
299 bytesPerRow = bytesPerPixel * width;
302 bytesPerRow = bytesPerPixel * packing->RowLength;
342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
344 if (bytesPerPixel <= 0)
347 bytesPerRow = bytesPerPixel * width;
350 bytesPerRow = bytesPerPixel * packing->RowLength;
  /external/chromium_org/third_party/skia/src/images/
SkImageRefPool.cpp 35 ref->fBitmap.bytesPerPixel(),
71 ref->fBitmap.bytesPerPixel(),
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGeneratorBlend.java 126 int bytesPerPixel = colorBand != null ? 4 : 1;
129 byte[] data = new byte[width * height * depth * bytesPerPixel];
TextureGeneratorClouds.java 83 int bytesPerPixel = sType == TEX_COLOR || colorBand != null ? 4 : 1;
86 byte[] data = new byte[width * height * depth * bytesPerPixel];
TextureGeneratorDistnoise.java 74 int bytesPerPixel = colorBand != null ? 4 : 1;
77 byte[] data = new byte[width * height * depth * bytesPerPixel];
TextureGeneratorMarble.java 71 int bytesPerPixel = colorBand != null ? 4 : 1;
75 byte[] data = new byte[width * height * depth * bytesPerPixel];
TextureGeneratorMusgrave.java 70 int bytesPerPixel = colorBand != null ? 4 : 1;
75 byte[] data = new byte[width * height * depth * bytesPerPixel];
TextureGeneratorNoise.java 68 int bytesPerPixel = colorBand != null ? 4 : 1;
71 byte[] data = new byte[width * height * depth * bytesPerPixel];
TextureGeneratorStucci.java 79 int bytesPerPixel = colorBand != null ? 4 : 1;
81 byte[] data = new byte[width * height * depth * bytesPerPixel];
  /external/mesa3d/src/mesa/main/
image.c 295 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
296 if (bytesPerPixel <= 0)
299 bytesPerRow = bytesPerPixel * width;
302 bytesPerRow = bytesPerPixel * packing->RowLength;
342 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type);
344 if (bytesPerPixel <= 0)
347 bytesPerRow = bytesPerPixel * width;
350 bytesPerRow = bytesPerPixel * packing->RowLength;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 54 format->BytesPerPixel = (bpp+7)/8;
296 pitch = surface->w*surface->format->BytesPerPixel;
472 bpp = ((dst->BytesPerPixel == 3) ? 4 : dst->BytesPerPixel);
482 ASSEMBLE_RGBA(&map[i*bpp], dst->BytesPerPixel, dst,
559 switch (srcfmt->BytesPerPixel) {
561 switch (dstfmt->BytesPerPixel) {
591 switch (dstfmt->BytesPerPixel) {

Completed in 1298 milliseconds

12 3 4 5 6 7