Lines Matching refs:goffset
102 int goffset = tjGreenOffset[pf]; in initBuf() local
141 buf[index * ps + goffset] = 255; in initBuf()
146 if (row >= halfway) buf[index * ps + goffset] = 255; in initBuf()
181 int goffset = tjGreenOffset[pf]; in checkBuf() local
189 if (pf == TJPF_GRAY) roffset = goffset = boffset = 0; in checkBuf()
223 g = buf[index * ps + goffset]; in checkBuf()
261 buf[(row * w + col) * ps + goffset], in checkBuf()
676 int goffset = tjGreenOffset[pf]; in initBitmap() local
698 buf[row * pitch + i * ps + goffset] = g; in initBitmap()
710 int goffset = tjGreenOffset[pf]; in cmpBitmap() local
741 buf[row * pitch + i * ps + goffset] != b || in cmpBitmap()
745 buf[row * pitch + i * ps + goffset] != g || in cmpBitmap()