Home
last modified time | relevance | path

Searched refs:setSeed (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGFeTurbulence.cpp20 this->setSeed(SkSVGAttributeParser::parse<SkSVGNumberType>("seed", name, value)) || in parseAndSetAttribute()
/third_party/skia/include/utils/
H A DSkRandom.h124 void setSeed(uint32_t seed) { init(seed); } in setSeed() function in SkRandom
/third_party/skia/tests/
H A DPoint3Test.cpp109 random.setSeed(1234); in test_normalize()
H A DStreamTest.cpp398 valueSource.setSeed(kSeed); // reseed. in DEF_TEST()
H A DPathOpsBuilderConicTest.cpp82 r.setSeed(col * 100000000 + row * 10000000 + rot * 1000000 + trial); in setupOne()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DUnicodeMapTest.java329 random.setSeed(12345); // reproducible results in TestUnicodeMapRandom()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DUnicodeMapTest.java326 random.setSeed(12345); // reproducible results in TestUnicodeMapRandom()

Completed in 9 milliseconds