HomeSort by relevance Sort by last modified time
    Searched defs:SkLCGRandom (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/utils/
SkRandom.h 13 /** \class SkLCGRandom
19 class SkLCGRandom {
21 SkLCGRandom() : fSeed(0) {}
22 SkLCGRandom(uint32_t seed) : fSeed(seed) {}
  /external/skia/include/utils/
SkRandom.h 13 /** \class SkLCGRandom
19 class SkLCGRandom {
21 SkLCGRandom() : fSeed(0) {}
22 SkLCGRandom(uint32_t seed) : fSeed(seed) {}

Completed in 647 milliseconds