OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unitpos
(Results
1 - 1
of
1
) sorted by null
/external/skia/gm/
gradients.cpp
563
const SkScalar
unitPos
[] = { 0, 50, 70, 500, 540 };
568
for (int inner = 0; inner < (int) SK_ARRAY_COUNT(
unitPos
); ++inner) {
569
pos[inner] =
unitPos
[inner] / (kMinWidth + index * kWidthBump);
Completed in 70 milliseconds