Searched refs:clampedCoord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp432 SkString clampedCoord; local
435 clampedCoord.printf("clamp(%s, %s.xy, %s.zw)", coord, bounds, bounds);
436 coord = clampedCoord.c_str();
439 clampedCoord.printf("mod(%s - %s.xy, %s.zw - %s.xy) + %s.xy", coord, bounds, bounds, bounds, bounds);
440 coord = clampedCoord.c_str();
/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp432 SkString clampedCoord; local
435 clampedCoord.printf("clamp(%s, %s.xy, %s.zw)", coord, bounds, bounds);
436 coord = clampedCoord.c_str();
439 clampedCoord.printf("mod(%s - %s.xy, %s.zw - %s.xy) + %s.xy", coord, bounds, bounds, bounds, bounds);
440 coord = clampedCoord.c_str();

Completed in 89 milliseconds