Lines Matching defs:use_ct
623 \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,
950 if(use_ct && colortype >= U_BCBM_COLOR16)return(2); //color tables not used above 16 bit pixels
951 if(!use_ct && colortype < U_BCBM_COLOR16)return(3); //color tables mandatory for < 16 bit
952 if(use_ct && !numCt)return(4); //color table not adequately described
983 if(use_ct){