HomeSort by relevance Sort by last modified time
    Searched refs:getColorMatrix (Results 1 - 7 of 7) sorted by null

  /frameworks/native/services/surfaceflinger/RenderEngine/
Description.h 69 const mat4& getColorMatrix() const;
Description.cpp 91 const mat4& Description::getColorMatrix() const {
GLES20RenderEngine.cpp 196 mat4 oldTransform = mState.getColorMatrix();
  /frameworks/base/graphics/java/android/graphics/
ColorMatrixColorFilter.java 64 public ColorMatrix getColorMatrix() {
75 * @see #getColorMatrix()
99 * @see #getColorMatrix()
  /frameworks/base/services/core/java/com/android/server/display/
DisplayTransformManager.java 75 public float[] getColorMatrix(int key) {
NightDisplayService.java 234 final float[] from = dtm.getColorMatrix(LEVEL_COLOR_MATRIX_NIGHT_DISPLAY);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ColorFiltersMutateActivity.java 141 final ColorMatrix m = filter.getColorMatrix();

Completed in 443 milliseconds