Searched refs:tmpY (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSamplePathEffects.cpp91 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); variable
93 fPath.moveTo(x, tmpY);
95 fPath.lineTo(x, tmpY);
/external/skqp/samplecode/
H A DSamplePathEffects.cpp91 SkScalar tmpY = y + SkIntToScalar(rand.nextS() % 25); variable
93 fPath.moveTo(x, tmpY);
95 fPath.lineTo(x, tmpY);

Completed in 156 milliseconds