Searched refs:sobel (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/effects/imagefilters/ |
H A D | SkLightingImageFilter.cpp | 198 static inline SkScalar sobel(int a, int b, int c, int d, int e, int f, SkScalar scale) { in sobel() function 209 return pointToNormal(sobel(0, 0, m[4], m[5], m[7], m[8], gTwoThirds), in topLeftNormal() 210 sobel(0, 0, m[4], m[7], m[5], m[8], gTwoThirds), in topLeftNormal() 215 return pointToNormal(sobel( 0, 0, m[3], m[5], m[6], m[8], gOneThird), in topNormal() 216 sobel(m[3], m[6], m[4], m[7], m[5], m[8], gOneHalf), in topNormal() 221 return pointToNormal(sobel( 0, 0, m[3], m[4], m[6], m[7], gTwoThirds), in topRightNormal() 222 sobel(m[3], m[6], m[4], m[7], 0, 0, gTwoThirds), in topRightNormal() 227 return pointToNormal(sobel(m[1], m[2], m[4], m[5], m[7], m[8], gOneHalf), in leftNormal() 228 sobel( 0, 0, m[1], m[7], m[2], m[8], gOneThird), in leftNormal() 234 return pointToNormal(sobel( in interiorNormal() [all...] |
Completed in 3 milliseconds