Searched refs:getGreenOffset (Results 1 – 4 of 4) sorted by relevance
264 public static int getGreenOffset(int pixelFormat) { in getGreenOffset() method in TJ
148 int goffset = TJ.getGreenOffset(pf); in initBuf()217 int gshift = TJ.getGreenOffset(pf) * 8; in initIntBuf()299 int goffset = TJ.getGreenOffset(pf); in checkBuf()426 int gshift = TJ.getGreenOffset(pf) * 8; in checkIntBuf()
122 int gindex = TJ.getGreenOffset(pixelFormat); in loadImage()146 int gindex = TJ.getGreenOffset(pixelFormat); in saveImage()301 int gindex = index2 + TJ.getGreenOffset(pf); in decomp()
223 corresponding `TJ.getRedOffset()`, `TJ.getGreenOffset()`, and