Home
last modified time | relevance | path

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

/external/skqp/gm/
Dpolygonoffset.cpp14 float angleStep = 360.0f / n, angle = 0.0f, sin, cos; in create_ngon() local
16 angle = angleStep/2.0f; in create_ngon()
20 angleStep = -angleStep; in create_ngon()
27 angle += angleStep; in create_ngon()
Dconvex_all_line_paths.cpp13 float angleStep = 360.0f / n, angle = 0.0f, sin, cos; in create_ngon() local
15 angle = angleStep/2.0f; in create_ngon()
22 angle += angleStep; in create_ngon()
/external/skia/gm/
Dpolygonoffset.cpp14 float angleStep = 360.0f / n, angle = 0.0f, sin, cos; in create_ngon() local
16 angle = angleStep/2.0f; in create_ngon()
20 angleStep = -angleStep; in create_ngon()
27 angle += angleStep; in create_ngon()
Dconvex_all_line_paths.cpp13 float angleStep = 360.0f / n, angle = 0.0f, sin, cos; in create_ngon() local
15 angle = angleStep/2.0f; in create_ngon()
22 angle += angleStep; in create_ngon()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp576 const float angleStep = (2.0f * DE_PI) / numSteps; in genVerticesShapes() local
578 for (float a = 0.0f; a <= 2.0f * DE_PI; a += angleStep) in genVerticesShapes()
581 …ces.push_back(PositionColor(Vec4(0.1f * deFloatCos(a - angleStep), 0.1f * deFloatSin(a - angleStep in genVerticesShapes()
582 …ces.push_back(PositionColor(Vec4(0.1f * deFloatCos(a + angleStep), 0.1f * deFloatSin(a + angleStep in genVerticesShapes()