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

12

/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DDIBPixelData.h62 unsigned short bitsPerPixel() const { return m_bitsPerPixel; } function in class:WebCore::DIBPixelData
H A DDIBPixelData.cpp91 ASSERT(pixelData.bitsPerPixel() == 32);
H A DGraphicsContextCGWin.cpp52 // ASSERT(bitmapBits.bitsPerPixel() == 32);
53 if (pixelData.bitsPerPixel() != 32)
107 ASSERT(pixelData.bitsPerPixel() == 32);
H A DGraphicsContextCairoWin.cpp143 ASSERT(pixelData.bitsPerPixel() == 32);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py84 bitsPerPixel = bitsPerComponent * 3
86 bitsPerPixel = bitsPerComponent
88 bytesPerRow = (width * bitsPerPixel + 7)/8
109 bitsPerPixel, bytesPerRow, colorspace,
130 bitsPerPixel = 24
141 bitsPerPixel, bytesPerRow, colorspace, kCGImageAlphaNone,
158 bitsPerPixel = bitsPerComponent * 3
160 bitsPerPixel = bitsPerComponent
162 bytesPerRow = ((width * bitsPerPixel) + 7)/8
179 bitsPerPixel, bytesPerRo
[all...]
H A DImageMasking.py236 bitsPerPixel = 1
269 bitsPerPixel, bytesPerRow, dataProvider,
274 bitsPerComponent, bitsPerPixel, bytesPerRow,
295 bitsPerPixel, bytesPerRow, dataProvider,
300 bitsPerComponent, bitsPerPixel, bytesPerRow,
518 bitsPerPixel = bitsPerComponent * 3
520 bitsPerPixel = bitsPerComponent
522 bytesPerRow = ( (width * bitsPerPixel) + 7)/8
547 image = CGImageCreate(width, height, bitsPerComponent, bitsPerPixel,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py84 bitsPerPixel = bitsPerComponent * 3
86 bitsPerPixel = bitsPerComponent
88 bytesPerRow = (width * bitsPerPixel + 7)/8
109 bitsPerPixel, bytesPerRow, colorspace,
130 bitsPerPixel = 24
141 bitsPerPixel, bytesPerRow, colorspace, kCGImageAlphaNone,
158 bitsPerPixel = bitsPerComponent * 3
160 bitsPerPixel = bitsPerComponent
162 bytesPerRow = ((width * bitsPerPixel) + 7)/8
179 bitsPerPixel, bytesPerRo
[all...]
H A DImageMasking.py236 bitsPerPixel = 1
269 bitsPerPixel, bytesPerRow, dataProvider,
274 bitsPerComponent, bitsPerPixel, bytesPerRow,
295 bitsPerPixel, bytesPerRow, dataProvider,
300 bitsPerComponent, bitsPerPixel, bytesPerRow,
518 bitsPerPixel = bitsPerComponent * 3
520 bitsPerPixel = bitsPerComponent
522 bytesPerRow = ( (width * bitsPerPixel) + 7)/8
547 image = CGImageCreate(width, height, bitsPerComponent, bitsPerPixel,
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py84 bitsPerPixel = bitsPerComponent * 3
86 bitsPerPixel = bitsPerComponent
88 bytesPerRow = (width * bitsPerPixel + 7)/8
109 bitsPerPixel, bytesPerRow, colorspace,
130 bitsPerPixel = 24
141 bitsPerPixel, bytesPerRow, colorspace, kCGImageAlphaNone,
158 bitsPerPixel = bitsPerComponent * 3
160 bitsPerPixel = bitsPerComponent
162 bytesPerRow = ((width * bitsPerPixel) + 7)/8
179 bitsPerPixel, bytesPerRo
[all...]
H A DImageMasking.py236 bitsPerPixel = 1
269 bitsPerPixel, bytesPerRow, dataProvider,
274 bitsPerComponent, bitsPerPixel, bytesPerRow,
295 bitsPerPixel, bytesPerRow, dataProvider,
300 bitsPerComponent, bitsPerPixel, bytesPerRow,
518 bitsPerPixel = bitsPerComponent * 3
520 bitsPerPixel = bitsPerComponent
522 bytesPerRow = ( (width * bitsPerPixel) + 7)/8
547 image = CGImageCreate(width, height, bitsPerComponent, bitsPerPixel,
/macosx-10.10/WebKit-7600.1.25/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],
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp154 info->bitsPerPixel = 8;
165 info->bitsPerPixel = 16;
176 info->bitsPerPixel = 32;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py24 self.pixbytes = bitmap.bitsPerPixel() / 8
29 if (bitmap.bitsPerPixel() % 8) != 0:
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py24 self.pixbytes = bitmap.bitsPerPixel() // 8
29 if (bitmap.bitsPerPixel() % 8) != 0:
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dguitest_graphics.py24 self.pixbytes = bitmap.bitsPerPixel() // 8
29 if (bitmap.bitsPerPixel() % 8) != 0:
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cocoa/
H A DIOSurface.mm149 size_t bitsPerPixel = 32;
150 m_cgContext = adoptCF(CGIOSurfaceContextCreate(m_surface.get(), m_size.width(), m_size.height(), bitsPerComponent, bitsPerPixel, cachedCGColorSpace(m_colorSpace), bitmapInfo));
/macosx-10.10/IOGraphics-485/tools/
H A Dfbshared.c99 uint8_t bitsPerPixel; member in struct:__anon1917
114 hdr.bitsPerPixel = 32;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp232 size_t bitsPerPixel = 32; local
233 unsigned padding = bytesPerRow - bitsPerPixel / 8 * m_imageWidth;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DGraphicsContext3DEfl.cpp292 size_t bitsPerPixel = 32; local
293 unsigned padding = bytesPerRow - bitsPerPixel / 8 * m_imageWidth;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp384 size_t bitsPerPixel = CGImageGetBitsPerPixel(m_cgImage); local
387 if (bitsPerPixel % bitsPerComponent)
389 size_t componentsPerPixel = bitsPerPixel / bitsPerComponent;
481 unsigned padding = bytesPerRow - bitsPerPixel / 8 * m_imageWidth;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXDraw.c384 size_t bitsPerComponent, bitsPerPixel;
406 bitsPerPixel = 1;
425 bitsPerPixel, image->bytes_per_line,
436 bitsPerPixel = 32;
446 bitsPerPixel, image->bytes_per_line, colorspace, bitmapInfo,
628 size_t bitsPerPixel, bytesPerRow, len;
641 bitsPerPixel = 8;
645 bitsPerPixel = 32;
648 bytesPerRow = ((size_t) macDraw->size.width * bitsPerPixel + 127) >> 3
379 size_t bitsPerComponent, bitsPerPixel; local
618 size_t bitsPerPixel, bytesPerRow, len; local
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h97 * @field bitsPerPixel The number of bits per pixel, including unused bits and alpha.
112 UInt32 bitsPerPixel; member in struct:IOPixelInformation
197 UInt32 bitsPerPixel; member in struct:IOFramebufferInformation
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsContext.h529 unsigned short bitsPerPixel() const { return m_pixelData.bitsPerPixel(); } function in class:WebCore::GraphicsContext::WindowsBitmap
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWKFullScreenWindowController.mm188 size_t bitsPerPixel = CGImageGetBitsPerPixel(sourceImage);
196 return adoptCF(CGImageCreate(width, height, bitsPerComponent, bitsPerPixel, bytesPerRow, colorSpace, bitmapInfo, provider.get(), 0, shouldInterpolate, intent));
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c2204 int bitsPerPixel;
2249 bitsPerPixel = 1;
2251 bitsPerPixel = instancePtr->visualInfo.depth;
2255 || (instancePtr->imagePtr->bits_per_pixel != bitsPerPixel)) {
2260 instancePtr->visualInfo.visual, (unsigned) bitsPerPixel,
2261 (bitsPerPixel > 1? ZPixmap: XYBitmap), 0, NULL,
5095 int bitsPerPixel, bytesPerLine, lineLength;
5134 bitsPerPixel = imagePtr->bits_per_pixel;
5135 bytesPerLine = ((bitsPerPixel * width + 31) >> 3) & ~3;
5243 switch (bitsPerPixel) {
2197 int bitsPerPixel; local
5064 int bitsPerPixel, bytesPerLine, lineLength; local
[all...]

Completed in 223 milliseconds

12