Lines Matching refs:bytesPerRow

277 	uint32 bytesPerRow)
287 buffer += bytesPerRow;
294 uint32 bytesPerRow)
306 buffer += bytesPerRow;
313 uint32 width, uint32 bytesPerRow)
326 inBuffer += bytesPerRow;
334 uint32 width, uint32 bytesPerRow)
347 inBuffer += bytesPerRow;
355 uint32 width, uint32 bytesPerRow, uint32 samplesPerPixel)
370 inBuffer += bytesPerRow;
378 uint32 width, uint32 bytesPerRow, uint32 samplesPerPixel)
390 inBuffer += bytesPerRow;
399 uint32 width, uint32 bytesPerRow)
401 // compensate for bytesPerRow != width (padding bytes)
402 // this function will not be called if bytesPerRow == width, btw
405 inBuffer += bytesPerRow;
413 uint32 bytesPerRow)
417 convert_buffer_bgra_rgba(buffer, rows, width, bytesPerRow);
420 convert_buffer_argb_rgba(buffer, rows, width, bytesPerRow);
427 convert_buffers_bgrX_rgb(buffer, buffer, rows, width, bytesPerRow, 3);
444 uint32 rows, uint32 width, uint32 bytesPerRow)
448 convert_buffers_bgra_rgba(inBuffer, outBuffer, rows, width, bytesPerRow);
451 convert_buffers_argb_rgba(inBuffer, outBuffer, rows, width, bytesPerRow);
454 convert_buffers_bgrX_rgb(inBuffer, outBuffer, rows, width, bytesPerRow, 4);
457 convert_buffers_rgbX_rgb(inBuffer, outBuffer, rows, width, bytesPerRow, 4);
460 convert_buffers_bgrX_rgb(inBuffer, outBuffer, rows, width, bytesPerRow, 3);
463 convert_buffers_rgbX_rgb(inBuffer, outBuffer, rows, width, bytesPerRow, 3);
467 convert_buffers_cmap(inBuffer, outBuffer, rows, width, bytesPerRow);
482 uint32 width, uint32 height, uint32 bytesPerRow,
517 uint32 inBufferSize = bytesPerRow * rowsPerStrip;
535 // for bytesPerRow != samplesPerRow (padding bytes)
537 rowsPerStrip, width, bytesPerRow);
550 // for bytesPerRow != samplesPerRow (padding bytes)
552 read / bytesPerRow, width, bytesPerRow);
572 rowsPerStrip, width, bytesPerRow);
585 // for bytesPerRow != samplesPerRow (padding bytes)
587 read / bytesPerRow, width, bytesPerRow);
669 uint32 bytesPerRow = bitsHeader.rowBytes;
729 width, height, bytesPerRow,
765 width, height, bytesPerRow,
777 width, height, bytesPerRow,