Searched refs:bitsPerPixel (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/win/
H A DDIBPixelData.h60 unsigned short bitsPerPixel() const { return m_bitsPerPixel; } function in class:WebCore::DIBPixelData
H A DQTDecompressionSession.cpp93 depth = 32 + std::min<unsigned int>(8, pixelFormatInfo.bitsPerPixel[0]);
97 depth = pixelFormatInfo.bitsPerPixel[0];
H A DQTMovieGWorld.h65 void getCurrentFrameInfo(void*& buffer, unsigned& bitsPerPixel, unsigned& rowBytes, unsigned& width, unsigned& height);
H A DGraphicsContextCGWin.cpp51 // ASSERT(bitmapBits.bitsPerPixel() == 32);
52 if (pixelData.bitsPerPixel() != 32)
105 ASSERT(pixelData.bitsPerPixel() == 32);
H A DQTMovieGWorld.cpp332 void QTMovieGWorld::getCurrentFrameInfo(void*& buffer, unsigned& bitsPerPixel, unsigned& rowBytes, unsigned& width, unsigned& height) argument
336 bitsPerPixel = 0;
344 bitsPerPixel = (*offscreenPixMap)->pixelSize;
H A DGraphicsContextCairoWin.cpp137 ASSERT(pixelData.bitsPerPixel() == 32);
H A DMediaPlayerPrivateQuickTimeWin.cpp862 unsigned bitsPerPixel; local
867 m_qtGWorld->getCurrentFrameInfo(buffer, bitsPerPixel, rowBytes, width, height);
873 RetainPtr<CGImageRef> frameImage(AdoptCF, CGImageCreate(width, height, 8, bitsPerPixel, rowBytes, colorSpace,
H A DMediaPlayerPrivateQuickTimeVisualContext.cpp822 size_t bitsPerPixel = 0; local
827 bitsPerPixel = 32;
831 bitsPerPixel = 32;
855 image = CGImageCreate(buffer.width(), buffer.height(), bitsPerComponent, bitsPerPixel, buffer.bytesPerRow(), colorSpace, alphaInfo, provider, 0, false, kCGRenderingIntentDefault);
/external/webkit/Source/WebKit/mac/Carbon/
H A DCarbonUtils.m34 extern CGImageRef _NSCreateImageRef( unsigned char *const bitmapData[5], int pixelsWide, int pixelsHigh, int bitsPerSample, int samplesPerPixel, int bitsPerPixel, int bytesPerRow, BOOL isPlanar, BOOL hasAlpha, NSString *colorSpaceName, CGColorSpaceRef customColorSpace, id sourceObj);
124 [rep bitsPerSample], [rep samplesPerPixel], [rep bitsPerPixel],
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp74 size_t bitsPerPixel = 32; local
75 unsigned int padding = bytesPerRow - bitsPerPixel / 8 * width;
/external/quake/quake/src/QW/scitech/include/
H A Dmgldos.h58 MGLDC * MGLAPI MGL_createMemoryDC(m_int xSize,m_int ySize,m_int bitsPerPixel,pixel_format_t *pf);
H A Dmglwin.h101 MGLDC * MGLAPI MGL_createMemoryDC(m_int xSize,m_int ySize,m_int bitsPerPixel,pixel_format_t *pf);
H A Dmgraph.h702 m_int bitsPerPixel; /* Pixel width */ member in struct:__anon12131
813 m_int bitsPerPixel; /* Number of bits per pixel */ member in struct:__anon12137
955 m_int MGLAPI MGL_modeResolution(m_int mode,m_int *xRes,m_int *yRes,m_int *bitsPerPixel);
1473 bool MGLAPI MGL_getBitmapSize(const char *bitmapName,m_int *width,m_int *height,m_int *bitsPerPixel,pixel_format_t *pf);
1485 bool MGLAPI MGL_getPCXSize(const char *bitmapName,m_int *width,m_int *height,m_int *bitsPerPixel);
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGLDOS.H58 MGLDC * MGLAPI MGL_createMemoryDC(m_int xSize,m_int ySize,m_int bitsPerPixel,pixel_format_t *pf);
H A DMGLWIN.H101 MGLDC * MGLAPI MGL_createMemoryDC(m_int xSize,m_int ySize,m_int bitsPerPixel,pixel_format_t *pf);
H A DMGRAPH.H702 m_int bitsPerPixel; /* Pixel width */ member in struct:__anon12430
813 m_int bitsPerPixel; /* Number of bits per pixel */ member in struct:__anon12436
955 m_int MGLAPI MGL_modeResolution(m_int mode,m_int *xRes,m_int *yRes,m_int *bitsPerPixel);
1473 bool MGLAPI MGL_getBitmapSize(const char *bitmapName,m_int *width,m_int *height,m_int *bitsPerPixel,pixel_format_t *pf);
1485 bool MGLAPI MGL_getPCXSize(const char *bitmapName,m_int *width,m_int *height,m_int *bitsPerPixel);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp150 size_t bitsPerPixel = CGImageGetBitsPerPixel(cgImage); local
153 if (bitsPerPixel % bitsPerComponent)
155 size_t componentsPerPixel = bitsPerPixel / bitsPerComponent;
246 unsigned int padding = bytesPerRow - bitsPerPixel / 8 * width;
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_format.h112 uint8_t bitsPerPixel; member in struct:__anon10060
/external/skia/src/utils/unix/
H A DSkOSWindow_Unix.cpp244 int bitsPerPixel = bitmap.bytesPerPixel() * 8; local
250 image.bitmap_unit = bitsPerPixel;
252 image.bitmap_pad = bitsPerPixel;
255 image.bits_per_pixel = bitsPerPixel;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h75 int bitsPerPixel; member in struct:__anon11212
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c250 mode->depth == 24 ? mode->bitsPerPixel : mode->depth,
289 int a_bpp = a->depth == 24 ? a->bitsPerPixel : a->depth;
290 int b_bpp = b->depth == 24 ? b->bitsPerPixel : b->depth;
423 DGA_AddMode(this, modes[i].bitsPerPixel,
480 depth = modes[i].bitsPerPixel;
517 if ( ! SDL_ReallocFormat(current, mode->mode.bitsPerPixel,
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m52 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: w pixelsHigh: h bitsPerSample: 1 samplesPerPixel: 2 hasAlpha: YES isPlanar: YES colorSpaceName: NSDeviceWhiteColorSpace bytesPerRow: (w+7)/8 bitsPerPixel: 0 ] autorelease ];
425 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPerSample: 8 samplesPerPixel: 4 hasAlpha: YES isPlanar: NO colorSpaceName: NSDeviceRGBColorSpace bytesPerRow: 4*icon->w bitsPerPixel: 32 ] autorelease ];
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp133 return info.pixelFormatInfo.bitsPerPixel;
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h496 unsigned short bitsPerPixel() const { return m_pixelData.bitsPerPixel(); } function in class:WebCore::GraphicsContext::WindowsBitmap
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c334 modes[i].bitsPerPixel = info.bpp;
412 dev->mode.bitsPerPixel = info.bpp;

Completed in 1317 milliseconds

12