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

/external/skia/src/effects/
H A DSkMatrixConvolutionImageFilter.cpp449 SkString clampedCoord; local
452 clampedCoord.printf("clamp(%s, %s.xy, %s.zw)", coord, bounds, bounds);
453 coord = clampedCoord.c_str();
456 clampedCoord.printf("mod(%s - %s.xy, %s.zw - %s.xy) + %s.xy", coord, bounds, bounds, bounds, bounds);
457 coord = clampedCoord.c_str();

Completed in 83 milliseconds