Lines Matching refs:apts
3228 PU_POINT16 apts = (PU_POINT16) pEmr->apts; // Bug in MinGW wingdi.h ?
3236 tmp_str << "\n\tM " << pix_to_xy( d, apts[0].x, apts[0].y ) << " ";
3241 tmp_str << pix_to_xy( d, apts[i].x, apts[i].y ) << " ";
3254 PU_POINT16 apts = (PU_POINT16) pEmr->apts; // Bug in MinGW wingdi.h ?
3262 tmp_poly << "\n\tM " << pix_to_xy( d, apts[first].x, apts[first].y ) << " ";
3265 tmp_poly << "\n\tL " << pix_to_xy( d, apts[i].x, apts[i].y ) << " ";
3279 PU_POINT16 apts = (PU_POINT16) pEmr->apts; // Bug in MinGW wingdi.h ?
3287 tmp_str << "\n\tM " << pix_to_xy( d, apts[0].x, apts[0].y ) << " ";
3290 tmp_str << "\n\tL " << pix_to_xy( d, apts[i].x, apts[i].y ) << " ";
3302 PU_POINT16 apts = (PU_POINT16) pEmr->apts; // Bug in MinGW wingdi.h ?
3310 tmp_path << pix_to_xy( d, apts[i].x, apts[i].y) << " ";
3321 PU_POINT16 apts = (PU_POINT16) pEmr->apts; // Bug in MinGW wingdi.h ?
3327 tmp_path << "\n\tL " << pix_to_xy( d, apts[i].x, apts[i].y) << " ";
3345 PU_POINT16 apts = (PU_POINT16) &pEmr->aPolyCounts[pEmr->nPolys];
3351 poly_path << "\n\tM " << pix_to_xy( d, apts[i].x, apts[i].y) << " ";
3355 poly_path << "\n\tL " << pix_to_xy( d, apts[i].x, apts[i].y) << " ";