Home | History | Annotate | Download | only in params

Lines Matching defs:mElements

65         mElements = checkNotNull(elements, "elements must not be null");
136 return mElements[colorChannel + (row * mColumns + column) * COUNT ];
165 mElements[RED + offset];
167 mElements[GREEN_EVEN + offset];
169 mElements[GREEN_ODD + offset];
171 mElements[BLUE + offset];
203 System.arraycopy(mElements, /*srcPos*/0, destination, offset, getGainFactorCount());
226 && Arrays.equals(mElements, other.mElements);
236 int elemsHash = HashCodeHelpers.hashCode(mElements);
288 private final float[] mElements;