OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:random_point
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/gpu/batches/
GrDrawVerticesBatch.cpp
247
static SkPoint
random_point
(SkRandom* random, SkScalar min, SkScalar max) {
function
261
positions->push_back(
random_point
(random, min, max));
263
texCoords->push_back(
random_point
(random, min, max));
Completed in 65 milliseconds