Searched refs:bytesPerRow (Results 1 - 25 of 41) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DDIBPixelData.h61 unsigned bytesPerRow() const { return m_bytesPerRow; } function in class:WebCore::DIBPixelData
H A DQTPixelBuffer.h70 size_t bytesPerRow() const;
H A DGraphicsContextCairoWin.cpp110 pixelData.bytesPerRow());
150 setRGBABitmapAlpha(bytes, pixelData.size().height() * pixelData.bytesPerRow(), 255);
H A DGraphicsContextCGWin.cpp57 pixelData.bytesPerRow(), deviceRGBColorSpaceRef(), bitmapInfo);
109 pixelData.bytesPerRow(), deviceRGBColorSpaceRef(), kCGBitmapByteOrder32Little |
127 RetainPtr<CGImageRef> cgImage = adoptCF(CGImageCreate(image->size().width(), image->size().height(), 8, 32, image->bytesPerRow(), deviceRGBColorSpaceRef(),
/macosx-10.9.5/WebCore-7537.78.1/platform/image-encoders/
H A DPNGImageEncoder.cpp116 unsigned bytesPerRow = size.width() * 4; local
119 rgbaBigEndianData += bytesPerRow;
/macosx-10.9.5/WebKit-7537.78.2/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);
125 [rep bytesPerRow], [rep isPlanar], [rep hasAlpha], [rep colorSpaceName],
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py88 bytesPerRow = (width * bitsPerPixel + 7)/8
109 bitsPerPixel, bytesPerRow, colorspace,
131 bytesPerRow = width * 3
141 bitsPerPixel, bytesPerRow, colorspace, kCGImageAlphaNone,
162 bytesPerRow = ((width * bitsPerPixel) + 7)/8
179 bitsPerPixel, bytesPerRow, colorspace,
197 bytesPerRow = width
207 bytesPerRow, colorspace, kCGImageAlphaNone, dataProvider,
658 bytesPerRow = width*bytesPerSample
661 imageDataSize = bytesPerRow*heigh
[all...]
H A DBitmapContext.py29 # pixel alignment, the bytesPerRow is rounded up to the nearest multiple
33 bytesPerRow = width*4;
35 bytesPerRow = COMPUTE_BEST_BYTES_PER_ROW(bytesPerRow);
37 # Allocate the data for the raster. The total amount of data is bytesPerRow
41 rasterData = objc.allocateBuffer(int(bytesPerRow * height))
59 context = CGBitmapContextCreate(rasterData, width, height, 8, bytesPerRow,
347 bytesPerRow = width;
349 bytesPerRow = COMPUTE_BEST_BYTES_PER_ROW(bytesPerRow);
[all...]
H A DImageMasking.py14 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
23 imageBitsPerPixel, bytesPerRow, colorspace,
239 bytesPerRow = 12
241 imageDataSize = bytesPerRow*height
269 bitsPerPixel, bytesPerRow, dataProvider,
274 bitsPerComponent, bitsPerPixel, bytesPerRow,
295 bitsPerPixel, bytesPerRow, dataProvider,
300 bitsPerComponent, bitsPerPixel, bytesPerRow,
381 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
390 imageBitsPerPixel, bytesPerRow, colorspac
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DImages.py88 bytesPerRow = (width * bitsPerPixel + 7)/8
109 bitsPerPixel, bytesPerRow, colorspace,
131 bytesPerRow = width * 3
141 bitsPerPixel, bytesPerRow, colorspace, kCGImageAlphaNone,
162 bytesPerRow = ((width * bitsPerPixel) + 7)/8
179 bitsPerPixel, bytesPerRow, colorspace,
197 bytesPerRow = width
207 bytesPerRow, colorspace, kCGImageAlphaNone, dataProvider,
658 bytesPerRow = width*bytesPerSample
661 imageDataSize = bytesPerRow*heigh
[all...]
H A DBitmapContext.py29 # pixel alignment, the bytesPerRow is rounded up to the nearest multiple
33 bytesPerRow = width*4;
35 bytesPerRow = COMPUTE_BEST_BYTES_PER_ROW(bytesPerRow);
37 # Allocate the data for the raster. The total amount of data is bytesPerRow
41 rasterData = objc.allocateBuffer(int(bytesPerRow * height))
59 context = CGBitmapContextCreate(rasterData, width, height, 8, bytesPerRow,
347 bytesPerRow = width;
349 bytesPerRow = COMPUTE_BEST_BYTES_PER_ROW(bytesPerRow);
[all...]
H A DImageMasking.py14 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
23 imageBitsPerPixel, bytesPerRow, colorspace,
239 bytesPerRow = 12
241 imageDataSize = bytesPerRow*height
269 bitsPerPixel, bytesPerRow, dataProvider,
274 bitsPerComponent, bitsPerPixel, bytesPerRow,
295 bitsPerPixel, bytesPerRow, dataProvider,
300 bitsPerComponent, bitsPerPixel, bytesPerRow,
381 bytesPerRow = ((imagewidth * imageBitsPerPixel) + 7)/8
390 imageBitsPerPixel, bytesPerRow, colorspac
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_CVPixelBuffer.m45 size_t bytesPerRow;
80 if (PyObjC_PythonToObjC(@encode(size_t), py_bytesPerRow, &bytesPerRow) < 0) {
111 bytesPerRow,
H A D_coregraphics.m271 size_t bytesPerRow;
288 if (PyObjC_PythonToObjC(@encode(size_t), py_bytesPerRow, &bytesPerRow) == -1) {
316 ctx = CGBitmapContextCreate(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Modules/
H A D_CVPixelBuffer.m46 size_t bytesPerRow;
81 if (PyObjC_PythonToObjC(@encode(size_t), py_bytesPerRow, &bytesPerRow) < 0) {
112 bytesPerRow,
H A D_coregraphics.m271 size_t bytesPerRow;
288 if (PyObjC_PythonToObjC(@encode(size_t), py_bytesPerRow, &bytesPerRow) == -1) {
316 ctx = CGBitmapContextCreate(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo);
380 size_t bytesPerRow;
401 if (PyObjC_PythonToObjC(@encode(size_t), py_bytesPerRow, &bytesPerRow) == -1) {
440 ctx = CGBitmapContextCreateWithData(data, width, height, bitsPerComponent, bytesPerRow, colorSpace, bitmapInfo, m_releasecallback, releaseInfo);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py7 # For best performance make bytesPerRow a multiple of 16 bytes.
231 bytesPerRow = width* bitsPerComponent/8 * numComps
239 bytesPerRow = COMPUTE_BEST_BYTES_PER_ROW(bytesPerRow)
242 data = array.array('c', '\0' * bytesPerRow * height)
247 data, width, height, bitsPerComponent, bytesPerRow,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py7 # For best performance make bytesPerRow a multiple of 16 bytes.
231 bytesPerRow = width* bitsPerComponent/8 * numComps
239 bytesPerRow = COMPUTE_BEST_BYTES_PER_ROW(bytesPerRow)
242 data = array.array('c', '\0' * bytesPerRow * height)
247 data, width, height, bitsPerComponent, bytesPerRow,
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp144 info->bytesPerRow = bootDisplay.v_rowBytes & 0x7fff;
210 bytes = (info.bytesPerRow * info.activeHeight) + 128;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DGraphicsContext3DCairo.cpp213 size_t bytesPerRow = cairo_image_surface_get_stride(m_imageSurface.get()); local
215 unsigned padding = bytesPerRow - bitsPerPixel / 8 * m_imageWidth;
218 while (bytesPerRow % srcUnpackAlignment)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DGraphicsContext3DEfl.cpp295 size_t bytesPerRow = cairo_image_surface_get_stride(m_imageSurface.get()); local
297 unsigned padding = bytesPerRow - bitsPerPixel / 8 * m_imageWidth;
301 while (bytesPerRow % srcUnpackAlignment)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/mac/
H A DGraphicsSurfaceMac.cpp113 unsigned long bytesPerRow = IOSurfaceAlignProperty(kIOSurfaceBytesPerRow, width * bytesPerElement); local
114 if (!bytesPerRow)
117 unsigned long allocSize = IOSurfaceAlignProperty(kIOSurfaceAllocSize, height * bytesPerRow);
132 values[4] = CFNumberCreate(0, kCFNumberLongType, &bytesPerRow);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py23 self.rowbytes = bitmap.bytesPerRow()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dguitest_graphics.py23 self.rowbytes = bitmap.bytesPerRow()
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp466 size_t bytesPerRow = CGImageGetBytesPerRow(m_cgImage); local
467 unsigned padding = bytesPerRow - bitsPerPixel / 8 * m_imageWidth;
470 while (bytesPerRow % srcUnpackAlignment)
482 const ptrdiff_t srcStrideInElements = bytesPerRow / sizeof(uint16_t);

Completed in 244 milliseconds

12