Searched refs:abTypes (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uemf_print.c | 1614 const char *abTypes = (const char *) pEmr->aptl + pEmr->cptl*sizeof(U_POINTL); local 1615 IF_MEM_UNSAFE_PRINT_AND_RETURN(abTypes, pEmr->cptl, blimit); 1617 printf(" [%d]:%u ",i,((uint8_t *)abTypes)[i]); 2242 const char *abTypes = (const char *) pEmr->apts + pEmr->cpts*sizeof(U_POINT16); local 2243 IF_MEM_UNSAFE_PRINT_AND_RETURN(abTypes, pEmr->cpts, blimit); 2245 printf(" [%d]:%u ",i,((uint8_t *)abTypes)[i]);
|
H A D | uemf.c | 4231 \param abTypes Array of Point Enumeration 4237 const uint8_t *abTypes 4243 if(!cptl || !aptl || !abTypes)return(NULL); 4245 cbAbTypes = cptl; // number of abTypes (same array size, 1 byte each) 4246 cbAbTypes4 = UP4(cbAbTypes); // space for abTypes 4257 memcpy(record+off,abTypes,cbAbTypes); 5118 \param abTypes Array of Point Enumeration 5124 const uint8_t *abTypes 5130 if(!cpts || !aptl || !abTypes)return(NULL); 5132 cbAbTypes = cpts; // number of abTypes (sam [all...] |
H A D | uemf.h | 1135 For U_EMRPOLYDRAW and U_EMRPOLAYDRAW16 abTypes fields. 2597 uint8_t abTypes[1]; //!< Array of Point Enumeration 2982 uint8_t abTypes[1]; //!< Array of Point Enumeration 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);
|
Completed in 507 milliseconds