Home | History | Annotate | Download | only in hwui

Lines Matching refs:p2y

1042         float p2x, float p2y, float c2x, float c2y,
1046 float dy = p2y - p1y;
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});
1059 float p2c2y = (p2y + c2y) * 0.5f;
1079 p2x, p2y, p2c2x, p2c2y,