HomeSort by relevance Sort by last modified time
    Searched refs:SkLCGRandom (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/third_party/skia/gm/
points.cpp 30 static void fill_pts(SkPoint pts[], size_t n, SkLCGRandom* rand) {
44 SkLCGRandom rand;
strokerects.cpp 40 static void rnd_rect(SkRect* r, SkLCGRandom& rand) {
68 SkLCGRandom rand;
polygons.cpp 91 static void SetColorAndAlpha(SkPaint* paint, SkLCGRandom* rand) {
116 SkLCGRandom rand;
getpostextpath.cpp 58 SkLCGRandom rand;
hittestpath.cpp 49 SkLCGRandom rand;
strokes.cpp 21 static void rnd_rect(SkRect* r, SkPaint* paint, SkLCGRandom& rand) {
68 SkLCGRandom rand;
88 SkLCGRandom rand;
132 SkLCGRandom rand;
circles.cpp 159 SkLCGRandom rand;
emptypath.cpp 75 SkLCGRandom rand;
linepaths.cpp 97 SkLCGRandom rand;
239 SkLCGRandom rand;
quadpaths.cpp 98 SkLCGRandom rand;
245 SkLCGRandom rand;
cubicpaths.cpp 142 SkLCGRandom rand;
290 SkLCGRandom rand;
  /external/skia/gm/
points.cpp 30 static void fill_pts(SkPoint pts[], size_t n, SkLCGRandom* rand) {
44 SkLCGRandom rand;
strokerects.cpp 40 static void rnd_rect(SkRect* r, SkLCGRandom& rand) {
68 SkLCGRandom rand;
polygons.cpp 91 static void SetColorAndAlpha(SkPaint* paint, SkLCGRandom* rand) {
116 SkLCGRandom rand;
getpostextpath.cpp 58 SkLCGRandom rand;
hittestpath.cpp 49 SkLCGRandom rand;
strokes.cpp 21 static void rnd_rect(SkRect* r, SkPaint* paint, SkLCGRandom& rand) {
68 SkLCGRandom rand;
88 SkLCGRandom rand;
132 SkLCGRandom rand;
circles.cpp 159 SkLCGRandom rand;
emptypath.cpp 75 SkLCGRandom rand;
linepaths.cpp 97 SkLCGRandom rand;
239 SkLCGRandom rand;
quadpaths.cpp 98 SkLCGRandom rand;
245 SkLCGRandom rand;
  /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) {}
  /external/chromium_org/third_party/skia/src/effects/
SkDiscretePathEffect.cpp 39 SkLCGRandom rand(seed ^ ((seed << 16) | (seed >> 16)));
  /external/skia/src/effects/
SkDiscretePathEffect.cpp 39 SkLCGRandom rand(seed ^ ((seed << 16) | (seed >> 16)));

Completed in 319 milliseconds

1 2