Searched defs:SkMWCRandom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkRandom.h154 /** \class SkMWCRandom
162 class SkMWCRandom { class
164 SkMWCRandom() { init(0); } function in class:SkMWCRandom
165 SkMWCRandom(uint32_t seed) { init(seed); } function in class:SkMWCRandom
166 SkMWCRandom(const SkMWCRandom& rand) : fK(rand.fK), fJ(rand.fJ) {} function in class:SkMWCRandom
168 SkMWCRandom& operator=(const SkMWCRandom& rand) {
/external/skia/include/utils/
H A DSkRandom.h154 /** \class SkMWCRandom
162 class SkMWCRandom { class
164 SkMWCRandom() { init(0); } function in class:SkMWCRandom
165 SkMWCRandom(uint32_t seed) { init(seed); } function in class:SkMWCRandom
166 SkMWCRandom(const SkMWCRandom& rand) : fK(rand.fK), fJ(rand.fJ) {} function in class:SkMWCRandom
168 SkMWCRandom& operator=(const SkMWCRandom& rand) {

Completed in 824 milliseconds