Home
last modified time | relevance | path

Searched refs:resol2 (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c335 const int resol2 = (int)params[SUPERSHAPE_PARAMS - 2]; in createSuperShape() local
338 const int latitudeBegin = resol2 / 4; in createSuperShape()
339 const int latitudeEnd = resol2 / 2; // non-inclusive in createSuperShape()
368 float p1 = -PI / 2 + latitude * 2 * PI / resol2; in createSuperShape()
369 float p2 = -PI / 2 + (latitude + 1) * 2 * PI / resol2; in createSuperShape()