Searched defs:SkRandom (Results 1 – 8 of 8) sorted by relevance
29 SkRandom() { init(0); } in SkRandom() function30 SkRandom(uint32_t seed) { init(seed); } in SkRandom() function31 SkRandom(const SkRandom& rand) : fK(rand.fK), fJ(rand.fJ) {} in SkRandom() function
18 class SkRandom; variable
38 class SkRandom; variable
31 class SkRandom; variable
22 class SkRandom; variable
126 static inline SkRect make_concentric_rects(SkRandom&, int index, int numRects) { in make_concentric_rects() argument
103 virtual void reset(SkRandom*, int screenWidth, int screenHeight) {} in reset() argument
663 std::pair<sk_sp<SkShader>, sk_sp<PrecompileShader>> create_runtime_shader(SkRandom* /* rand */) { in create_runtime_shader() argument1359 SkRandom* /* rand */) { in arithmetic_imagefilter() argument