Searched refs:expandToCover (Results 1 – 5 of 5) sorted by relevance
268 void expandToCover(const Rect& other) { in expandToCover() function275 void expandToCover(float x, float y) { in expandToCover() function
121 mBounds.expandToCover(current->x, current->y);
802 bounds.expandToCover(points[i + 0], points[i + 1]); in instanceVertices()881 bounds.expandToCover(tempVerticesData[0].x, tempVerticesData[0].y); in tessellateLines()882 bounds.expandToCover(tempVerticesData[1].x, tempVerticesData[1].y); in tessellateLines()
30 transformedBounds.expandToCover(v.x, v.y); in handlePoint()
264 unmappedBounds.expandToCover(points[i], points[i + 1]); in calcBoundsOfPoints()