Lines Matching refs:boffset
103 int boffset = tjBlueOffset[pf]; in initBuf() local
142 buf[index * ps + boffset] = 255; in initBuf()
182 int boffset = tjBlueOffset[pf]; in checkBuf() local
189 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
224 b = buf[index * ps + boffset]; in checkBuf()
262 buf[(row * w + col) * ps + boffset]); in checkBuf()
677 int boffset = tjBlueOffset[pf]; in initBitmap() local
699 buf[row * pitch + i * ps + boffset] = b; in initBitmap()
711 int boffset = tjBlueOffset[pf]; in cmpBitmap() local
742 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()
746 buf[row * pitch + i * ps + boffset] != b) in cmpBitmap()