Lines Matching refs:goffset
106 int goffset = tjGreenOffset[pf]; in initBuf() local
145 buf[index * ps + goffset] = 255; in initBuf()
150 if (row >= halfway) buf[index * ps + goffset] = 255; in initBuf()
187 int goffset = tjGreenOffset[pf]; in checkBuf() local
195 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
229 g = buf[index * ps + goffset]; in checkBuf()
268 buf[(row * w + col) * ps + goffset], in checkBuf()
696 int goffset = tjGreenOffset[pf]; in initBitmap() local
718 buf[row * pitch + i * ps + goffset] = g; in initBitmap()
730 int goffset = tjGreenOffset[pf]; in cmpBitmap() local
761 buf[row * pitch + i * ps + goffset] != b || in cmpBitmap()
765 buf[row * pitch + i * ps + goffset] != g || in cmpBitmap()