Home
last modified time | relevance | path

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]; in Draw() local
76 yIndices[i] = index; in Draw()
78 yIndices[i] += yBitmapShift; in Draw()
124 const uint8* src = bitmap.row_ptr(yIndices[y1]); in Draw()