Lines Matching refs:roffset
106 int roffset = tjRedOffset[pf]; in initBuf() local
145 buf[index * ps + roffset] = 255; in initBuf()
150 buf[index * ps + roffset] = 255; in initBuf()
185 int roffset = tjRedOffset[pf]; in checkBuf() local
194 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
227 r = buf[index * ps + roffset]; in checkBuf()
265 printf("%.3d/%.3d/%.3d ", buf[(row * w + col) * ps + roffset], in checkBuf()
682 int roffset = tjRedOffset[pf]; in initBitmap() local
704 buf[row * pitch + i * ps + roffset] = r; in initBitmap()
716 int roffset = tjRedOffset[pf]; in cmpBitmap() local
747 if (buf[row * pitch + i * ps + roffset] != b || in cmpBitmap()
751 } else if (buf[row * pitch + i * ps + roffset] != r || in cmpBitmap()