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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h57 const int32 yBitmapShift = (int32)(destinationRect.top - offset.y); local
78 yIndices[i] += yBitmapShift;
H A DDrawBitmapBilinear.h540 const int32 yBitmapShift = (int32)(destinationRect.top - offset.y); local
577 filterData.fWeightsY[i].index += yBitmapShift;

Completed in 83 milliseconds