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

/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNearestNeighbor.h49 uint16 xIndices[dstWidth]; local
64 xIndices[i] = index;
66 xIndices[i] += xBitmapShift;
68 xIndices[i] *= 4;
81 // xIndices[0], xIndices[dstWidth - 2], xIndices[dstWidth - 1],
129 *d = *(uint32*)(src + xIndices[x]);

Completed in 34 milliseconds