Searched refs:isGreen (Results 1 – 1 of 1) sorted by relevance
189 if (!isRed(left_top) || !isGreen(right_top) in VerifyFrameRotationFromBitmap()195 || !isGreen(left_bottom) || !isRed(right_bottom)) { in VerifyFrameRotationFromBitmap()209 || !isWhite(left_bottom) || !isGreen(right_bottom)) { in VerifyFrameRotationFromBitmap()213 if (!isGreen(left_top) || !isWhite(right_top) in VerifyFrameRotationFromBitmap()226 private static boolean isGreen(Color color) { in isGreen() method in CodecUtils