Lines Matching refs:lowerLeftVertex
922 const Vertex4RGBA lowerLeftVertex =
944 vertices.push_back(lowerLeftVertex);
989 const Vertex4RGBARGBA lowerLeftVertex =
1015 vertices.push_back(lowerLeftVertex);
1032 const Vertex4Tex4 lowerLeftVertex =
1055 lowerLeftVertex,
1083 const Vertex4Tex4 lowerLeftVertex =
1090 Vec4(lowerLeftVertex.position.x(), lowerLeftVertex.position.y() + rowSize, 0.0f, 1.0f),
1095 Vec4(lowerLeftVertex.position.x() + columnSize, lowerLeftVertex.position.y(), 0.0f, 1.0f),
1100 Vec4(lowerLeftVertex.position.x() + columnSize, lowerLeftVertex.position.y() + rowSize, 0.0f, 1.0f),
1104 vertices.push_back(lowerLeftVertex);