Searched refs:regionVertices (Results 1 – 1 of 1) sorted by relevance
281 std::vector<Vertex> regionVertices; in setupStencilRegion() local285 regionVertices.push_back(Vertex{(float)r.fLeft, (float)r.fTop}); in setupStencilRegion()286 regionVertices.push_back(Vertex{(float)r.fRight, (float)r.fTop}); in setupStencilRegion()287 regionVertices.push_back(Vertex{(float)r.fLeft, (float)r.fBottom}); in setupStencilRegion()288 regionVertices.push_back(Vertex{(float)r.fRight, (float)r.fBottom}); in setupStencilRegion()291 setupStencilQuads(regionVertices, 0); in setupStencilRegion()