Home
last modified time | relevance | path

Searched refs:getAlphaOffset (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJ.java308 public static int getAlphaOffset(int pixelFormat) { in getAlphaOffset() method in TJ
/external/libjpeg-turbo/java/
DTJUnitTest.java150 int aoffset = TJ.getAlphaOffset(pf); in initBuf()
219 int ashift = TJ.getAlphaOffset(pf) * 8; in initIntBuf()
301 int aoffset = TJ.getAlphaOffset(pf); in checkBuf()
428 int ashift = TJ.getAlphaOffset(pf) * 8; in checkIntBuf()
/external/libjpeg-turbo/
DChangeLog.md221 new method (`TJ.getAlphaOffset()`) that returns the same value. In addition,