Lines Matching refs:boffset
107 int boffset = tjBlueOffset[pf]; in initBuf() local
146 buf[index * ps + boffset] = 255; in initBuf()
188 int boffset = tjBlueOffset[pf]; in checkBuf() local
195 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
230 b = buf[index * ps + boffset]; in checkBuf()
269 buf[(row * w + col) * ps + boffset]); in checkBuf()
697 int boffset = tjBlueOffset[pf]; in initBitmap() local
719 buf[row * pitch + i * ps + boffset] = b; in initBitmap()
731 int boffset = tjBlueOffset[pf]; in cmpBitmap() local
762 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()
766 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()