HomeSort by relevance Sort by last modified time
    Searched defs:bytesPerPixel (Results 1 - 25 of 25) sorted by null

  /frameworks/base/core/jni/
android_graphics_PixelFormat.cpp 34 jfieldID bytesPerPixel;
53 info.bytesPerPixel = 1;
58 info.bytesPerPixel = 1;
63 info.bytesPerPixel = 1;
75 env->SetIntField(pixelFormatObject, offsets.bytesPerPixel, info.bytesPerPixel);
94 offsets.bytesPerPixel = env->GetFieldID(clazz, "bytesPerPixel", "I");
  /frameworks/base/libs/ui/
PixelFormat.cpp 32 size = width * bytesPerPixel;
37 ssize_t bytesPerPixel(PixelFormat format)
41 return (err < 0) ? err : info.bytesPerPixel;
71 info->bytesPerPixel = 1;
102 info->bytesPerPixel = i->size;
  /external/webkit/Source/WebCore/platform/image-decoders/webp/
WEBPImageDecoder.cpp 80 static const int bytesPerPixel = 3;
99 int stride = width * bytesPerPixel;
136 buffer.setRGBA(x, y, src[bytesPerPixel * x + 0], src[bytesPerPixel * x + 1], src[bytesPerPixel * x + 2], 0xff);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscossprite.c 50 int bytesPerPixel;
56 case 32: bytesPerPixel = 4; break;
57 case 16: bytesPerPixel = 2; break;
59 bytesPerPixel = 1;
67 bytesPerRow = bytesPerPixel * width;
SDL_wimpvideo.c 89 int bytesPerPixel = 1;
107 bytesPerPixel = 2;
114 bytesPerPixel = 4;
152 current->pitch = width * bytesPerPixel;
459 SDL_memcpy(data, this->hidden->bank[0], width * height * this->screen->format->BytesPerPixel);
  /external/skia/gpu/src/
GrTextStrike.cpp 186 int bytesPerPixel = GrMaskFormatBytesPerPixel(fMaskFormat);
187 size_t size = glyph->fBounds.area() * bytesPerPixel;
191 glyph->width() * bytesPerPixel,
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 100 public int 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);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
servermd.h 562 int bytesPerPixel; /* only set when notPower2 is TRUE */
572 (((int)(w) * PixmapWidthPaddingInfo[d].bytesPerPixel + \
573 PixmapWidthPaddingInfo[d].bytesPerPixel) >> \
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 324 vformat->BytesPerPixel = private->info.depth / 8;
464 int bytesPerPixel = (private->info.depth + 7) / 8;
558 src_start = private->shadowmem + (sha_y1 * width + sha_x1) * bytesPerPixel;
560 scr_x1 * bytesPerPixel;
  /frameworks/base/include/ui/
PixelFormat.h 109 size_t bytesPerPixel;
131 ssize_t bytesPerPixel(PixelFormat format);
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 1063 uint8_t bytesPerPixel;
1067 bytesPerPixel = 2;
1071 bytesPerPixel = 2;
1075 bytesPerPixel = 1;
1079 bytesPerPixel = 1;
1083 xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1086 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff,
1087 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
    [all...]
  /external/skia/include/core/
SkBitmap.h 129 int bytesPerPixel() const { return fBytesPerPixel; }
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 1067 int bytesPerPixel = (gapi->gxProperties.cBPP + 1) / 8;
1071 unsigned char *srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * bytesPerPixel;
1079 switch(bytesPerPixel)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.cpp 304 unsigned int bytesPerPixel = componentsPerPixel * bytesPerComponent;
305 data.resize(width * height * bytesPerPixel);
316 flipVertically(data.data(), width, height, bytesPerPixel, 1);
323 unsigned int bytesPerPixel,
328 unsigned int validRowBytes = width * bytesPerPixel;
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 6981 milliseconds