Home | History | Annotate | Download | only in ports

Lines Matching refs:cpfx

1518             return 2*sizeof(WORD) + curve.cpfx*sizeof(POINTFX);
1532 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx])
1540 fEndPoint = &curPolygon->apfx[curPolygon->cpfx];
1584 for (uint16_t i = 0; i < pc->cpfx; i++) {
1591 for (uint16_t u = 0; u < pc->cpfx - 1; u++) { // Walk through points in spline
1595 if (u < pc->cpfx - 2) { // If not on last spline, compute C
1609 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx;
1645 for (uint16_t i = 0; i < pc->cpfx; i++) {
1659 for (uint16_t u = 0; u < pc->cpfx - 1; u++) { // Walk through points in spline
1670 if (u < pc->cpfx - 2) { // If not on last spline, compute C
1684 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx;