OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:randomize_params
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp
338
static void
randomize_params
(size_t count, size_t maxVertex, SkScalar min, SkScalar max,
function
376
randomize_params
(seed_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent, random,
381
randomize_params
(primitive_vertices(type), vertexCount, kMinVertExtent, kMaxVertExtent,
GrDrawAtlasOp.cpp
213
static void
randomize_params
(uint32_t count, SkRandom* random, SkTArray<SkRSXform>* xforms,
function
234
randomize_params
(spriteCount, random, &xforms, &texRects, &colors, hasColors);
Completed in 310 milliseconds