Home | History | Annotate | Download | only in hwui

Lines Matching refs:p2y

899         float p2x, float p2y, float c2x, float c2y,
902 float dy = p2y - p1y;
903 float d1 = fabs((c1x - p2x) * dy - (c1y - p2y) * dx);
904 float d2 = fabs((c2x - p2x) * dy - (c2y - p2y) * dx);
911 pushToVector(outputVertices, p2x, p2y);
916 float p2c2y = (p2y + c2y) * 0.5f;
936 p2x, p2y, p2c2x, p2c2y,