Searched refs:aptl (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | emf-inout.cpp | 1895 pix_to_xy( d, pEmr->aptl[0].x, pEmr->aptl[0].y) << " "; 1900 tmp_str << pix_to_xy( d, pEmr->aptl[i].x, pEmr->aptl[i].y) << " "; 1922 pix_to_xy( d, pEmr->aptl[0].x, pEmr->aptl[0].y ) << " "; 1927 pix_to_xy( d, pEmr->aptl[i].x, pEmr->aptl[i].y ) << " "; 1949 pix_to_xy( d, pEmr->aptl[0].x, pEmr->aptl[ 2010 U_POINTL *aptl = (PU_POINTL) &pEmr->aPolyCounts[pEmr->nPolys]; local [all...] |
/inkscape/src/libuemf/ |
H A D | uemf_safe.c | 202 if(IS_MEM_UNSAFE(pEmr->aptl, count*sizeof(U_POINTL), blimit))return(0); 630 if(IS_MEM_UNSAFE(pEmr->aptl, count*sizeof(U_POINTL), blimit))return(0);
|
H A D | uemf_print.c | 674 IF_MEM_UNSAFE_PRINT_AND_RETURN(pEmr->aptl, pEmr->cptl*sizeof(U_POINTL), blimit); 676 printf("[%d]:",i); pointl_print(pEmr->aptl[i]); 1607 IF_MEM_UNSAFE_PRINT_AND_RETURN(pEmr->aptl, pEmr->cptl*sizeof(U_POINTL), blimit); 1610 pointl_print(pEmr->aptl[i]); 1614 const char *abTypes = (const char *) pEmr->aptl + pEmr->cptl*sizeof(U_POINTL);
|
H A D | uemf.c | 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 4233 U_EMRPOLYDRAW_set( const U_RECTL rclBounds, const U_NUM_POINTL cptl, const U_POINTL *aptl, const uint8_t *abTypes ) argument 5120 U_EMRPOLYDRAW16_set( const U_RECTL rclBounds, const U_NUM_POINT16 cpts, const U_POINT16 *aptl, const uint8_t *abTypes ) argument [all...] |
H A D | uemf.h | 2149 U_POINTL aptl[1]; //!< array of points member in struct:__anon152 2170 U_POINTL aptl[1]; 2603 U_POINTL aptl[1]; //!< Array of U_POINTL objects member in struct:__anon182 3532 char *U_EMRPOLYDRAW_set(const U_RECTL rclBounds,const U_NUM_POINTL cptl,const U_POINTL *aptl,const uint8_t *abTypes); 3589 char *U_EMRPOLYDRAW16_set(const U_RECTL rclBounds,const U_NUM_POINT16 cpts, const U_POINT16 *aptl, const uint8_t *abTypes);
|
H A D | uemf_endian.c | 544 if(IS_MEM_UNSAFE((pEmr->aptl), count*sizeof(U_POINTL), blimit))return(0); 545 pointl_swap((pEmr->aptl),count); // aptl[] 1206 if(IS_MEM_UNSAFE((pEmr->aptl), count*sizeof(U_POINTL), blimit))return(0); 1207 pointl_swap(pEmr->aptl,count); // aptl[]
|
Completed in 127 milliseconds