Searched defs:bytesPerRow (Results 1 – 15 of 15) sorted by relevance
36 int bytesPerRow = width() * sizeof(PixelData); in asNewNativeImage() local
59 unsigned bytesPerRow() const { return m_bytesPerRow; } in bytesPerRow() function
166 size_t QTPixelBuffer::bytesPerRow() const in bytesPerRow() function in QTPixelBuffer
73 size_t bytesPerRow = cairo_image_surface_get_stride(surface); in computeMD5HashStringForBitmapContext() local
73 size_t bytesPerRow = cairo_image_surface_get_stride(imageSurface.get()); in getImageData() local
78 size_t bytesPerRow = CGBitmapContextGetBytesPerRow(bitmapContext); in computeMD5HashStringForBitmapContext() local
116 unsigned bytesPerRow = size.width() * 4; in compressRGBABigEndianToPNG() local
51 int bytesPerRow; in WIMP_CreateBuffer() local
70 size_t bytesPerRow = CGBitmapContextGetBytesPerRow(bitmapContext); in computeMD5HashStringForContext() local
64 …unsigned long bytesPerRow = IOSurfaceAlignProperty(kIOSurfaceBytesPerRow, size.width() * bytesPerE… in createIOSurface() local115 unsigned bytesPerRow = size.width(); in ImageBuffer() local
245 size_t bytesPerRow = CGImageGetBytesPerRow(cgImage); in getImageData() local
137 uint32 bytesPerRow = image->BytesPerRow(); in drawPattern() local
109 unsigned bytesPerRow = m_data.m_bitmap.BytesPerRow(); in platformTransformColorSpace() local
85 …unsigned long bytesPerRow = IOSurfaceAlignProperty(kIOSurfaceBytesPerRow, width * bytesPerElement); in createIOSurface() local
497 unsigned bytesPerRow() const { return m_pixelData.bytesPerRow(); } in bytesPerRow() function