OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
34
inline int
checkNoise
(int noiseValue, int limitValue, int newValue) {
379
checkNoise
(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
381
checkNoise
(noiseY.noisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
[
all
...]
/external/skia/src/effects/
SkPerlinNoiseShader.cpp
34
inline int
checkNoise
(int noiseValue, int limitValue, int newValue) {
379
checkNoise
(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
381
checkNoise
(noiseY.noisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
[
all
...]
Completed in 241 milliseconds