Home | History | Annotate | Download | only in RenderEngine

Lines Matching refs:position

162     Mesh::VertexArray<vec2> position(mesh.getPositionArray<vec2>());
164 position[i*6 + 0].x = r->left;
165 position[i*6 + 0].y = height - r->top;
166 position[i*6 + 1].x = r->left;
167 position[i*6 + 1].y = height - r->bottom;
168 position[i*6 + 2].x = r->right;
169 position[i*6 + 2].y = height - r->bottom;
170 position[i*6 + 3].x = r->left;
171 position[i*6 + 3].y = height - r->top;
172 position[i*6 + 4].x = r->right;
173 position[i*6 + 4].y = height - r->bottom;
174 position[i*6 + 5].x = r->right;
175 position[i*6 + 5].y = height - r->top;