Home
last modified time | relevance | path

Searched refs:fLatticeSelector (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp91 fPermutationsBitmap.installPixels(info, fLatticeSelector, info.minRowBytes()); in PaintingData()
108 memcpy(fLatticeSelector, that.fLatticeSelector, sizeof(fLatticeSelector)); in PaintingData()
115 uint8_t fLatticeSelector[kBlockSize]; member
158 fLatticeSelector[i] = i; in init()
164 int k = fLatticeSelector[i]; in init()
168 fLatticeSelector[i] = fLatticeSelector[j]; in init()
169 fLatticeSelector[j] = k; in init()
187 fNoise[channel][i][j] = noise[channel][fLatticeSelector[i]][j]; in init()
441 int i = fPaintingData.fLatticeSelector[noiseX.noisePositionIntegerValue]; in noise2D()
442 int j = fPaintingData.fLatticeSelector[noiseX.nextNoisePositionIntegerValue]; in noise2D()