HomeSort by relevance Sort by last modified time
    Searched refs:nextS (Results 1 - 10 of 10) sorted by null

  /external/skia/include/core/
SkRandom.h 40 int32_t nextS() { return (int32_t)this->nextU(); }
48 S16CPU nextS16() { return this->nextS() >> 16; }
75 SkFixed nextSFixed1() { return this->nextS() >> 15; }
91 a->set(this->nextS(), this->nextU());
  /external/skia/bench/
MatrixBench.cpp 221 fMatrix.setAll(fRandom.nextS(), fRandom.nextS(), fRandom.nextS(),
222 fRandom.nextS(), fRandom.nextS(), fRandom.nextS(),
223 fRandom.nextS(), fRandom.nextS(), fRandom.nextS());
226 fSrc[i].fX = fRandom.nextS();
    [all...]
  /external/skia/gpu/include/
GrRandom.h 33 int32_t nextS() { return (int32_t)this->nextU(); }
  /external/skia/tests/
Sk64Test.cpp 76 int aa = rand.nextS() >> 1;
77 int bb = rand.nextS() >> 1;
150 int32_t denom = rand.nextS();
153 denom = rand.nextS();
154 wide.setMul(rand.nextS(), rand.nextS());
164 wide.setMul(rand.nextS(), rand.nextS());
171 wide.setMul(rand.nextS(), rand.nextS());
    [all...]
ClampRangeTest.cpp 107 SkFixed fx = rand.nextS() >> 1;
108 SkFixed sx = rand.nextS() >> 1;
116 SkFixed fx = rand.nextS();
117 SkFixed dx = rand.nextS();
SortTest.cpp 14 array[j] = rand.nextS() & 0xFF;
MathTest.cpp 279 int ix = rand.nextS();
363 p.setLength(rand.nextS(), rand.nextS(), SK_Scalar1);
365 p.setLength(rand.nextS() >> 13, rand.nextS() >> 13, SK_Scalar1);
383 SkFixed numer = rand.nextS();
384 SkFixed denom = rand.nextS();
478 SkFixed rads = rand.nextS() >> 10;
UtilsTest.cpp 76 array[i] = rand.nextS();
94 int value = rand.nextS();
  /external/skia/src/core/
SkFloat.cpp 310 int aa = rand.nextS() >> 14;
311 int bb = rand.nextS() >> 14;
334 aa = rand.nextS() >> 11;
339 bb = rand.nextS() >> 11;
  /external/skia/samplecode/
SamplePathEffects.cpp 107 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25);

Completed in 98 milliseconds