Searched refs:sourceBytesPerRow (Results 1 – 4 of 4) sorted by relevance
/haiku/src/servers/app/drawing/Painter/bitmap_painter/ |
H A D | BitmapPainter.h | 41 uint32 sourceBytesPerRow,
|
H A D | DrawBitmapBilinear.h | 106 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, in Interpolate() 115 s += sourceBytesPerRow; in Interpolate() 147 Interpolate(uint32* t, const uint8* s, uint32 sourceBytesPerRow, in Interpolate() 157 s += sourceBytesPerRow; in Interpolate()
|
H A D | BitmapPainter.cpp | 335 uint32 width, uint32 height, uint32 sourceBytesPerRow, in _TransparentMagicToAlpha() argument 350 sourceRow += sourceBytesPerRow; in _TransparentMagicToAlpha()
|
/haiku/src/add-ons/print/drivers/gutenprint/ |
H A D | GPJob.cpp | 457 const int sourceBytesPerRow = band->fBitmap.BytesPerRow(); in FillRow() local 461 + imageTop * sourceBytesPerRow in FillRow()
|