Lines Matching refs:aptl
2897 memcpy(((PU_EMRPOLYBEZIER) record)->aptl,points,cbPoints);
4230 \param aptl Array of U_POINTL objects
4236 const U_POINTL *aptl,
4243 if(!cptl || !aptl || !abTypes)return(NULL);
4244 cbPoints = cptl * sizeof(U_POINTL); // space for aptl
4255 memcpy(record+off,aptl,cbPoints);
5117 \param aptl Array of U_POINTL objects
5123 const U_POINT16 *aptl,
5130 if(!cpts || !aptl || !abTypes)return(NULL);
5131 cbPoints = cpts * sizeof(U_POINT16); // space for aptl
5142 memcpy(record+off,aptl,cbPoints);