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

  /external/skia/include/effects/
SkColorMatrix.h 21 kR_Scale = 0,
  /external/skia/src/effects/
SkColorMatrix.cpp 73 fMat[kR_Scale] = fMat[kG_Scale] = fMat[kB_Scale] = fMat[kA_Scale] = 1;
79 fMat[kR_Scale] = rScale;
SkColorMatrixFilter.cpp 99 result[0] = (array[SkColorMatrix::kR_Scale] * (int)r + array[4]) >> shift;
111 result[0] = (array[SkColorMatrix::kR_Scale] * (int)r + array[4]) >> 16;
183 int32_t needsScale = (array[SkColorMatrix::kR_Scale] - one) |

Completed in 60 milliseconds