Home | History | Annotate | Download | only in libvncclient

Lines Matching refs:rs2

161     int rs = w * BPP / 8, rs2 = client->width * BPP / 8; \
162 for (j = ((x * (BPP / 8)) + (y * rs2)); j < (y + h) * rs2; j += rs2) { \