Home | History | Annotate | Download | only in hwui

Lines Matching refs:handlePoint

1284 static void handlePoint(std::vector<Vertex>& rectangleVertices, const Matrix4& transform,
1320 handlePoint(rectangleVertices, transform, bounds.left, bounds.top);
1321 handlePoint(rectangleVertices, transform, bounds.right, bounds.top);
1322 handlePoint(rectangleVertices, transform, bounds.left, bounds.bottom);
1323 handlePoint(rectangleVertices, transform, bounds.right, bounds.bottom);