Home
last modified time | relevance | path

Searched defs:Noise (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp410 struct Noise { in noise2D() struct
411 int noisePositionIntegerValue; in noise2D()
412 int nextNoisePositionIntegerValue; in noise2D()
413 SkScalar noisePositionFractionValue; in noise2D()
414 Noise(SkScalar component) in noise2D() argument