Lines Matching refs:cpfx
1269 return 2*sizeof(WORD) + curve.cpfx*sizeof(POINTFX);
1283 , fEndPoint(&curPolygon->apfx[curPolygon->cpfx])
1291 fEndPoint = &curPolygon->apfx[curPolygon->cpfx];
1364 const WORD cpfx = pc->cpfx;
1367 for (uint16_t i = 0; i < cpfx; i++) {
1378 for (uint16_t u = 0; u < cpfx - 1; u++) { // Walk through points in spline
1382 if (u < cpfx - 2) { // If not on last spline, compute C
1401 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * cpfx;
1435 const WORD cpfx = pc->cpfx;
1438 for (uint16_t i = 0; i < cpfx; i++) {
1456 for (uint16_t u = 0; u < cpfx - 1; u++) { // Walk through points in spline
1467 if (u < cpfx - 2) { // If not on last spline, compute C
1485 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * cpfx;