Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJUnitTest.java248 int imgType = img.getType(); in initImg() local
250 if (imgType == BufferedImage.TYPE_INT_RGB || in initImg()
251 imgType == BufferedImage.TYPE_INT_BGR || in initImg()
252 imgType == BufferedImage.TYPE_INT_ARGB || in initImg()
253 imgType == BufferedImage.TYPE_INT_ARGB_PRE) { in initImg()
503 int imgType = img.getType(); in checkImg() local
504 if (imgType == BufferedImage.TYPE_INT_RGB || in checkImg()
505 imgType == BufferedImage.TYPE_INT_BGR || in checkImg()
506 imgType == BufferedImage.TYPE_INT_ARGB || in checkImg()
507 imgType == BufferedImage.TYPE_INT_ARGB_PRE) { in checkImg()
[all …]