HomeSort by relevance Sort by last modified time
    Searched full:rowmul4 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 15 static int32_t rowmul4(const int32_t array[], unsigned r, unsigned g, function
31 result[0] = rowmul4(&array[0], r, g, b, a) >> shift;
32 result[1] = rowmul4(&array[5], r, g, b, a) >> shift;
33 result[2] = rowmul4(&array[10], r, g, b, a) >> shift;
34 result[3] = rowmul4(&array[15], r, g, b, a) >> shift;
42 result[0] = rowmul4(&array[0], r, g, b, a) >> 16;
43 result[1] = rowmul4(&array[5], r, g, b, a) >> 16;
44 result[2] = rowmul4(&array[10], r, g, b, a) >> 16;
45 result[3] = rowmul4(&array[15], r, g, b, a) >> 16;
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 15 static int32_t rowmul4(const int32_t array[], unsigned r, unsigned g, function
31 result[0] = rowmul4(&array[0], r, g, b, a) >> shift;
32 result[1] = rowmul4(&array[5], r, g, b, a) >> shift;
33 result[2] = rowmul4(&array[10], r, g, b, a) >> shift;
34 result[3] = rowmul4(&array[15], r, g, b, a) >> shift;
42 result[0] = rowmul4(&array[0], r, g, b, a) >> 16;
43 result[1] = rowmul4(&array[5], r, g, b, a) >> 16;
44 result[2] = rowmul4(&array[10], r, g, b, a) >> 16;
45 result[3] = rowmul4(&array[15], r, g, b, a) >> 16;

Completed in 74 milliseconds