Home | History | Annotate | Download | only in hwui

Lines Matching refs:p2x

1042         float p2x, float p2y, float c2x, float c2y,
1045 float dx = p2x - p1x;
1047 float d1 = fabs((c1x - p2x) * dy - (c1y - p2y) * dx);
1048 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx);
1054 outputVertices.push_back(Vertex{p2x, p2y});
1058 float p2c2x = (p2x + c2x) * 0.5f;
1079 p2x, p2y, p2c2x, p2c2y,