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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h50 uint16 yIndices[dstHeight]; local
76 yIndices[i] = index;
78 yIndices[i] += yBitmapShift;
84 // yIndices[0], yIndices[dstHeight - 2], yIndices[dstHeight - 1],
124 const uint8* src = bitmap.row_ptr(yIndices[y1]);

Completed in 32 milliseconds