HomeSort by relevance Sort by last modified time
    Searched defs:nextLatticeIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 388 int nextLatticeIndex =
398 v = paintingData.fGradient[channel][nextLatticeIndex & kBlockMask].dot(fractionValue);
401 v = paintingData.fGradient[channel][(nextLatticeIndex + 1) & kBlockMask].dot(fractionValue);
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 388 int nextLatticeIndex =
398 v = paintingData.fGradient[channel][nextLatticeIndex & kBlockMask].dot(fractionValue);
401 v = paintingData.fGradient[channel][(nextLatticeIndex + 1) & kBlockMask].dot(fractionValue);
    [all...]

Completed in 68 milliseconds