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

/inkscape/src/libuemf/
H A Duemf.c2694 \param cEntries Number of Palette entries in selected object to set
2701 const U_NUM_LOGPLTNTRY cEntries,
2705 return(U_EMRSETPALETTEENTRIES_set(*ihPal, iStart, cEntries, aPalEntries));
4114 \param cEntries Number of Palette entries in selected object to set
4120 const U_NUM_LOGPLTNTRY cEntries,
4128 cbPals = cEntries * sizeof(U_LOGPLTNTRY);
4136 ((PU_EMRSETPALETTEENTRIES) record)->cEntries = cEntries;
4147 \param cEntries Number to expand or truncate the Palette entry list to
4151 const uint32_t cEntries
2697 setpaletteentries_set( uint32_t *ihPal, EMFHANDLES *eht, const uint32_t iStart, const U_NUM_LOGPLTNTRY cEntries, const PU_LOGPLTNTRY aPalEntries ) argument
4117 U_EMRSETPALETTEENTRIES_set( const uint32_t ihPal, const uint32_t iStart, const U_NUM_LOGPLTNTRY cEntries, const PU_LOGPLTNTRY aPalEntries ) argument
[all...]
H A Duemf.h2558 U_NUM_LOGPLTNTRY cEntries; //!< Number of Palette entries in selected object to set member in struct:__anon179
2570 uint32_t cEntries; //!< Number to expand or truncate the Palette entry list to. member in struct:__anon180
3466 char *setpaletteentries_set(uint32_t *ihPal, EMFHANDLES *eht, uint32_t iStart, U_NUM_LOGPLTNTRY cEntries, PU_LOGPLTNTRY aPalEntries);
3526 char *U_EMRSETPALETTEENTRIES_set(const uint32_t ihPal, const uint32_t iStart, const U_NUM_LOGPLTNTRY cEntries, const PU_LOGPLTNTRY aPalEntries);
3527 char *U_EMRRESIZEPALETTE_set(const uint32_t ihPal, const uint32_t cEntries);

Completed in 1145 milliseconds