Home | History | Annotate | Download | only in ports

Lines Matching refs:POINTFX

1431     POINTFX const * next() {
1447 const POINTFX* nextPoint = fPointIter.next();
1518 return 2*sizeof(WORD) + curve.cpfx*sizeof(POINTFX);
1547 const POINTFX* next() {
1551 const POINTFX* thisPoint = fCurPoint;
1558 const POINTFX* fCurPoint;
1559 const POINTFX* fEndPoint;
1592 POINTFX pnt_b = pc->apfx[u]; // B is always the current point
1593 POINTFX pnt_c = pc->apfx[u+1];
1609 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx;
1629 POINTFX const * hintedPoint;
1653 POINTFX currentPoint = pc->apfx[0];
1660 POINTFX pnt_b = currentPoint;//pc->apfx[u]; // B is always the current point
1661 POINTFX pnt_c = pc->apfx[u+1];
1684 cur_poly += sizeof(WORD) * 2 + sizeof(POINTFX) * pc->cpfx;