Searched refs:POINT_SIZE (Results 1 – 4 of 4) sorted by relevance
65 public static final int POINT_SIZE = 2; field in TonemapCurve112 checkArgumentArrayLengthDivisibleBy(red, POINT_SIZE, "red"); in TonemapCurve()113 checkArgumentArrayLengthDivisibleBy(green, POINT_SIZE, "green"); in TonemapCurve()114 checkArgumentArrayLengthDivisibleBy(blue, POINT_SIZE, "blue"); in TonemapCurve()169 return getCurve(colorChannel).length / POINT_SIZE; in getPointCount()198 final float pIn = curve[index * POINT_SIZE + OFFSET_POINT_IN]; in getPoint()199 final float pOut = curve[index * POINT_SIZE + OFFSET_POINT_OUT]; in getPoint()236 if (destination.length + offset < getPointCount(colorChannel) * POINT_SIZE) { in copyColorCurve()312 int pointCount = curve.length / POINT_SIZE; in curveToString()342 private final static int MIN_CURVE_LENGTH = TONEMAP_MIN_CURVE_POINTS * POINT_SIZE;
1799 curve[i] = new float[pointCount * TonemapCurve.POINT_SIZE]; in setTonemapCurve()
18844 field public static final int POINT_SIZE = 2; // 0x2
13170 field public static final int POINT_SIZE = 2; // 0x2