Searched refs:POINT_SIZE (Results 1 – 5 of 5) sorted by relevance
64 public static final int POINT_SIZE = 2; field in TonemapCurve111 checkArgumentArrayLengthDivisibleBy(red, POINT_SIZE, "red"); in TonemapCurve()112 checkArgumentArrayLengthDivisibleBy(green, POINT_SIZE, "green"); in TonemapCurve()113 checkArgumentArrayLengthDivisibleBy(blue, POINT_SIZE, "blue"); in TonemapCurve()168 return getCurve(colorChannel).length / POINT_SIZE; in getPointCount()197 final float pIn = curve[index * POINT_SIZE + OFFSET_POINT_IN]; in getPoint()198 final float pOut = curve[index * POINT_SIZE + OFFSET_POINT_OUT]; in getPoint()235 if (destination.length + offset < getPointCount(colorChannel) * POINT_SIZE) { in copyColorCurve()311 int pointCount = curve.length / POINT_SIZE; in curveToString()341 private final static int MIN_CURVE_LENGTH = TONEMAP_MIN_CURVE_POINTS * POINT_SIZE;
1504 curve[i] = new float[pointCount * TonemapCurve.POINT_SIZE]; in setTonemapCurve()
13170 field public static final int POINT_SIZE = 2; // 0x2
17500 field public static final int POINT_SIZE = 2; // 0x2