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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp 209 inline void checkNoise(int& noiseValue, int limitValue, int newValue)
238 checkNoise(noiseX.noisePositionIntegerValue, stitchData.wrapX, stitchData.width);
239 checkNoise(noiseY.noisePositionIntegerValue, stitchData.wrapY, stitchData.height);
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 35 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
337 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
339 checkNoise(noiseY.noisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
341 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
343 checkNoise(noiseY.nextNoisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 35 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
337 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
339 checkNoise(noiseY.noisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
341 checkNoise(noiseX.nextNoisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
343 checkNoise(noiseY.nextNoisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
    [all...]

Completed in 1036 milliseconds