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

/inkscape/src/libuemf/
H A Duemf.c623 \param use_ct If true use color table (only for 1-16 bit DIBs).
636 int use_ct,
658 if(use_ct && colortype >= U_BCBM_COLOR16)return(2); //color tables not used above 16 bit pixels
659 if(!use_ct && colortype < U_BCBM_COLOR16)return(3); //color tables mandatory for < 16 bit
672 if(use_ct){
701 if(use_ct){
782 if( use_ct && colortype == U_BCBM_MONOCHROME && (j % 8) ){
786 if( use_ct && colortype == U_BCBM_COLOR4 && (j % 2) ){
921 \param use_ct Kept for symmetry with RGBA_to_DIB, should be set to numCt
932 int use_ct,
626 RGBA_to_DIB( char **px, uint32_t *cbPx, PU_RGBQUAD *ct, int *numCt, const char *rgba_px, int w, int h, int stride, uint32_t colortype, int use_ct, int invert ) argument
924 DIB_to_RGBA( const char *px, const U_RGBQUAD *ct, int numCt, char **rgba_px, int w, int h, uint32_t colortype, int use_ct, int invert ) argument
[all...]

Completed in 40 milliseconds