Searched defs:bytesPerPixel (Results 1 - 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscossprite.c50 int bytesPerPixel; local
56 case 32: bytesPerPixel = 4; break;
57 case 16: bytesPerPixel = 2; break;
59 bytesPerPixel = 1;
67 bytesPerRow = bytesPerPixel * width;
H A DSDL_wimpvideo.c89 int bytesPerPixel = 1; local
107 bytesPerPixel = 2;
114 bytesPerPixel = 4;
152 current->pitch = width * bytesPerPixel;
/external/webkit/Source/WebCore/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp80 static const int bytesPerPixel = 3; local
99 int stride = width * bytesPerPixel;
136 buffer.setRGBA(x, y, src[bytesPerPixel * x + 0], src[bytesPerPixel * x + 1], src[bytesPerPixel * x + 2], 0xff);
/external/skia/src/gpu/
H A DGrTextStrike.cpp182 int bytesPerPixel = GrMaskFormatBytesPerPixel(fMaskFormat); local
183 size_t size = glyph->fBounds.area() * bytesPerPixel;
187 glyph->width() * bytesPerPixel,
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.cpp647 const size_t bytesPerPixel = m_infoHeader.biBitCount / 8; local
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.12/src/video/wscons/
H A DSDL_wsconsvideo.c464 int bytesPerPixel = (private->info.depth + 7) / 8; local
558 src_start = private->shadowmem + (sha_y1 * width + sha_x1) * bytesPerPixel;
560 scr_x1 * bytesPerPixel;
/external/skia/include/core/
H A DSkBitmap.h122 int bytesPerPixel() const { return fBytesPerPixel; } function in class:SkBitmap
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
H A DSDL_gapivideo.c1067 int bytesPerPixel = (gapi->gxProperties.cBPP + 1) / 8; local
1071 unsigned char *srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * bytesPerPixel;
1079 switch(bytesPerPixel)
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.cpp304 unsigned int bytesPerPixel = componentsPerPixel * bytesPerComponent; local
305 data.resize(width * height * bytesPerPixel);
316 flipVertically(data.data(), width, height, bytesPerPixel, 1);
323 unsigned int bytesPerPixel,
328 unsigned int validRowBytes = width * bytesPerPixel;
939 unsigned int bytesPerPixel,
945 ASSERT(elementSizeInBytes <= bytesPerPixel);
946 ASSERT(!(bytesPerPixel % elementSizeInBytes));
947 unsigned int validRowBytes = width * bytesPerPixel;
954 *sourceElementsPerPixel = bytesPerPixel / elementSizeInByte
320 flipVertically(void* imageData, unsigned int width, unsigned int height, unsigned int bytesPerPixel, unsigned int unpackAlignment) argument
938 computeIncrementParameters(unsigned int width, unsigned int bytesPerPixel, unsigned int unpackAlignment, unsigned int* sourceElementsPerPixel, unsigned int* sourceElementsPerRow) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 799 milliseconds