Searched defs:bitsPerPixel (Results 1 - 14 of 14) sorted by relevance

/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 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 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/WebCore/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp74 size_t bitsPerPixel = 32; local
75 unsigned int padding = bytesPerRow - bitsPerPixel / 8 * width;
/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/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:__anon9467
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h75 int bitsPerPixel; member in struct:__anon10619
/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/quake/quake/src/QW/scitech/include/
H A Dmgraph.h702 m_int bitsPerPixel; /* Pixel width */ member in struct:__anon11538
813 m_int bitsPerPixel; /* Number of bits per pixel */ member in struct:__anon11544
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 DMGRAPH.H702 m_int bitsPerPixel; /* Pixel width */ member in struct:__anon11837
813 m_int bitsPerPixel; /* Number of bits per pixel */ member in struct:__anon11843
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/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 285 milliseconds