Home | History | Annotate | Download | only in functional

Lines Matching defs:quadVertices

294 		Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
298 for (int i = 0; i < DE_LENGTH_OF_ARRAY(quadVertices); i++)
299 m_positions.push_back(safeCoords(quadVertices[i], renderSize, Vec2(0.0f)) * 2.0f - 1.0f);