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

/macosx-10.10.1/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.1/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.1/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.1/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.1/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp154 info->bitsPerPixel = 8;
165 info->bitsPerPixel = 16;
176 info->bitsPerPixel = 32;
H A DIOFramebuffer.cpp1167 totalWidth = (rowBytes * 8) / info->bitsPerPixel;
1168 bytesPerPixel = info->bitsPerPixel / 8;
1180 __private->consoleDepth = info->bitsPerPixel;
1219 if (info->bitsPerPixel <= 8)
1233 if (vramMap) switch (info->bitsPerPixel)
1264 (uint32_t) info->bitsPerPixel);
1329 if ((pixelInfo.bitsPerPixel == matchInfo->bitsPerPixel)
5488 pixelInfo.bitsPerPixel = 32;
6912 consoleDepth = pixelInfo.bitsPerPixel;
[all...]
/macosx-10.10.1/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.1/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.1/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.1/IOGraphics-485/tools/
H A Dfbshared.c99 uint8_t bitsPerPixel; member in struct:__anon1917
114 hdr.bitsPerPixel = 32;
/macosx-10.10.1/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.1/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.1/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.1/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...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c2209 int bitsPerPixel;
2255 bitsPerPixel = 1;
2257 bitsPerPixel = instancePtr->visualInfo.depth;
2261 || (instancePtr->imagePtr->bits_per_pixel != bitsPerPixel)) {
2266 instancePtr->visualInfo.visual, (unsigned) bitsPerPixel,
2267 (bitsPerPixel > 1? ZPixmap: XYBitmap), 0, (char *) NULL,
5103 int bitsPerPixel, bytesPerLine, lineLength;
5150 bitsPerPixel = imagePtr->bits_per_pixel;
5151 bytesPerLine = ((bitsPerPixel * width + 31) >> 3) & ~3;
5254 switch (bitsPerPixel) {
2202 int bitsPerPixel; local
5072 int bitsPerPixel, bytesPerLine, lineLength; local
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c439 info->bitsPerPixel = pixelInfo.bitsPerPixel;
2366 if (pixelInfo.bitsPerPixel == 32)
2898 uint8_t bitsPerPixel; member in struct:__anon2212
2911 hdr.bitsPerPixel = pixelInfo.bitsPerPixel;
3055 if( (kIOReturnSuccess == err) && (pixelInfo.bitsPerPixel >= bpp)) {
4211 if (pixelInfo.bitsPerPixel > FILTER_MAXDEPTH)
4627 pixelInfo->bitsPerPixel = 32;
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2124 info->bitsPerPixel = pixelInfo.vpPixelSize;
2135 info->bitsPerPixel = pixelInfo.vpPixelSize;
2146 info->bitsPerPixel = 16;
2153 info->bitsPerPixel = pixelInfo.vpPixelSize;
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.mm2414 bitsPerPixel:0] autorelease];
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLView.mm6612 size_t bitsPerPixel = 4 * bitsPerComponent;
6613 size_t bytesPerRow = ((bitsPerPixel + 7) / 8) * width;

Completed in 712 milliseconds