Lines Matching defs:result
136 int result = kRandAmplitude * (fSeed % kRandQ) - kRandR * (fSeed / kRandQ);
137 if (result <= 0) {
138 result += kRandMaximum;
140 fSeed = result;
141 return result;
505 // Clamp result
559 int x, int y, SkPMColor result[], int count) {
563 result[i] = shade(point, stitchData);
753 // affecting the result of the noise by making sure that we only have multiples of 1/255.
880 // Pre-multiply the result