Searched defs:ihCS (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.c2615 \param ihCS ColorSpace handle, will be created and returned
2620 uint32_t *ihCS,
2624 if(emf_htable_insert(ihCS, eht))return(NULL);
2625 return(U_EMRCREATECOLORSPACE_set(*ihCS,lcs));
2632 \param ihCS ColorSpace handle, will be created and returned
2640 uint32_t *ihCS,
2647 if(emf_htable_insert(ihCS, eht))return(NULL);
2648 return(U_EMRCREATECOLORSPACEW_set(*ihCS, lcs, dwFlags, cbData, Data));
5284 \param ihCS Index to place object in EMF object table (this entry must not yet exist)
5288 const uint32_t ihCS,
2619 createcolorspace_set( uint32_t *ihCS, EMFHANDLES *eht, U_LOGCOLORSPACEA lcs ) argument
2639 createcolorspacew_set( uint32_t *ihCS, EMFHANDLES *eht, U_LOGCOLORSPACEW lcs, uint32_t dwFlags, U_CBDATA cbData, uint8_t *Data ) argument
5287 U_EMRCREATECOLORSPACE_set( const uint32_t ihCS, const U_LOGCOLORSPACEA lcs ) argument
5572 U_EMRCREATECOLORSPACEW_set( const uint32_t ihCS, const U_LOGCOLORSPACEW lcs, const uint32_t dwFlags, const U_CBDATA cbData, const uint8_t *Data ) argument
[all...]
H A Duemf.h3067 uint32_t ihCS; //!< Index to place object in EMF object table (this entry must not yet exist) member in struct:__anon209
3078 uint32_t ihCS; //!< Index of object in EMF object table member in struct:__anon210
3277 uint32_t ihCS; //!< Index of the logical color space object in the EMF object table member in struct:__anon222
3469 char *createcolorspace_set(uint32_t *ihCS, EMFHANDLES *eht, U_LOGCOLORSPACEA lcs);
3470 char *createcolorspacew_set(uint32_t *ihCS, EMFHANDLES *eht, U_LOGCOLORSPACEW lcs, uint32_t dwFlags, U_CBDATA cbData, uint8_t *Data);
3598 char *U_EMRCREATECOLORSPACE_set(const uint32_t ihCS, const U_LOGCOLORSPACEA lcs);
3599 char *U_EMRSETCOLORSPACE_set(const uint32_t ihCS );
3600 char *U_EMRDELETECOLORSPACE_set(const uint32_t ihCS);
3633 char *U_EMRCREATECOLORSPACEW_set(const uint32_t ihCS, const U_LOGCOLORSPACEW lcs, const uint32_t dwFlags,

Completed in 281 milliseconds