/third_party/skia/bench/ |
D | MatrixBench.cpp | 100 fArray[0] = (float) fRnd.nextS(); in GetTypeMatrixBench() 101 fArray[1] = (float) fRnd.nextS(); in GetTypeMatrixBench() 102 fArray[2] = (float) fRnd.nextS(); in GetTypeMatrixBench() 103 fArray[3] = (float) fRnd.nextS(); in GetTypeMatrixBench() 104 fArray[4] = (float) fRnd.nextS(); in GetTypeMatrixBench() 105 fArray[5] = (float) fRnd.nextS(); in GetTypeMatrixBench() 106 fArray[6] = (float) fRnd.nextS(); in GetTypeMatrixBench() 107 fArray[7] = (float) fRnd.nextS(); in GetTypeMatrixBench() 108 fArray[8] = (float) fRnd.nextS(); in GetTypeMatrixBench()
|
D | SortBench.cpp | 22 array[i] = rand.nextS(); in rand_proc()
|
/third_party/flutter/skia/bench/ |
D | MatrixBench.cpp | 100 fArray[0] = (float) fRnd.nextS(); in GetTypeMatrixBench() 101 fArray[1] = (float) fRnd.nextS(); in GetTypeMatrixBench() 102 fArray[2] = (float) fRnd.nextS(); in GetTypeMatrixBench() 103 fArray[3] = (float) fRnd.nextS(); in GetTypeMatrixBench() 104 fArray[4] = (float) fRnd.nextS(); in GetTypeMatrixBench() 105 fArray[5] = (float) fRnd.nextS(); in GetTypeMatrixBench() 106 fArray[6] = (float) fRnd.nextS(); in GetTypeMatrixBench() 107 fArray[7] = (float) fRnd.nextS(); in GetTypeMatrixBench() 108 fArray[8] = (float) fRnd.nextS(); in GetTypeMatrixBench()
|
D | SortBench.cpp | 21 array[i] = rand.nextS(); in rand_proc()
|
/third_party/flutter/skia/tests/ |
D | WindowRectanglesTest.cpp | 16 return {r.nextS(), r.nextS(), r.nextS(), r.nextS()}; in next_irect()
|
D | TDPQueueTest.cpp | 92 dummy->fPriority = random.nextS(); in random_test() 93 dummy->fValue = random.nextS(); in random_test() 144 array[item].fPriority = random.nextS(); in random_test() 165 dummy->fPriority = random.nextS(); in sort_test() 166 dummy->fValue = random.nextS(); in sort_test()
|
D | MathTest.cpp | 349 int ix = rand.nextS(); in test_copysign() 412 int value = rand.nextS() >> 16; in DEF_TEST() 425 p.setLength((SkScalar) rand.nextS(), in DEF_TEST() 426 (SkScalar) rand.nextS(), in DEF_TEST() 429 p.setLength((SkScalar) (rand.nextS() >> 13), in DEF_TEST() 430 (SkScalar) (rand.nextS() >> 13), in DEF_TEST() 457 SkFixed numer = rand.nextS(); in DEF_TEST() 458 SkFixed denom = rand.nextS(); in DEF_TEST() 551 const T numer = (T)rand.nextS(); in test_divmod() 554 denom = (T)rand.nextS(); in test_divmod()
|
D | UtilsTest.cpp | 128 array[i] = rand.nextS(); in test_search() 146 int value = rand.nextS(); in test_search()
|
D | SortTest.cpp | 22 array[j] = rand.nextS() & 0xFF; in rand_array()
|
D | AAClipTest.cpp | 105 int x = rand.nextS() % n; in rand_rect() 106 int y = rand.nextS() % n; in rand_rect()
|
/third_party/skia/tests/ |
D | WindowRectanglesTest.cpp | 16 return {r.nextS(), r.nextS(), r.nextS(), r.nextS()}; in next_irect()
|
D | TDPQueueTest.cpp | 92 mock->fPriority = random.nextS(); in random_test() 93 mock->fValue = random.nextS(); in random_test() 144 array[item].fPriority = random.nextS(); in random_test() 165 mock->fPriority = random.nextS(); in sort_test() 166 mock->fValue = random.nextS(); in sort_test()
|
D | MathTest.cpp | 389 int ix = rand.nextS(); in test_copysign() 456 p.setLength((SkScalar) rand.nextS(), in DEF_TEST() 457 (SkScalar) rand.nextS(), in DEF_TEST() 460 p.setLength((SkScalar) (rand.nextS() >> 13), in DEF_TEST() 461 (SkScalar) (rand.nextS() >> 13), in DEF_TEST() 489 SkFixed numer = rand.nextS(); in DEF_TEST() 490 SkFixed denom = rand.nextS(); in DEF_TEST() 584 const T numer = (T)rand.nextS(); in test_divmod() 587 denom = (T)rand.nextS(); in test_divmod()
|
D | SortTest.cpp | 22 array[j] = rand.nextS() & 0xFF; in rand_array()
|
D | AAClipTest.cpp | 126 int x = rand.nextS() % n; in rand_rect() 127 int y = rand.nextS() % n; in rand_rect()
|
D | UtilsTest.cpp | 132 array[i] = rand.nextS(); in test_search() 150 int value = rand.nextS(); in test_search()
|
/third_party/skia/include/utils/ |
D | SkRandom.h | 46 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function 151 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1()
|
/third_party/flutter/skia/include/utils/ |
D | SkRandom.h | 46 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function 151 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1()
|
/third_party/flutter/skia/src/effects/ |
D | SkDiscretePathEffect.cpp | 69 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function in LCGRandom 74 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1()
|
/third_party/skia/src/effects/ |
D | SkDiscretePathEffect.cpp | 44 int32_t nextS() { return (int32_t)this->nextU(); } in nextS() function in LCGRandom 49 SkFixed nextSFixed1() { return this->nextS() >> 15; } in nextSFixed1()
|
/third_party/skia/samplecode/ |
D | SamplePathEffects.cpp | 90 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); in onOnceBeforeDraw()
|
/third_party/flutter/skia/samplecode/ |
D | SamplePathEffects.cpp | 90 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); in onOnceBeforeDraw()
|