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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapBilinear.h51 fDestinationBytesPerRow = aggInterface.fBuffer.stride();
98 uint32 fDestinationBytesPerRow; member in struct:BitmapPainterPrivate::DrawBitmapBilinearOptimized
289 this->fDestination += this->fDestinationBytesPerRow;
402 fDestination += fDestinationBytesPerRow;
449 fDestination += fDestinationBytesPerRow;

Completed in 85 milliseconds