Lines Matching refs:numCt
617 \param numCt DIB color table number of entries
630 int *numCt,
654 *numCt=0;
673 *numCt = 1<< colortype;
674 if(*numCt >w*h)*numCt=w*h;
675 lct = (PU_RGBQUAD) malloc(*numCt * sizeof(U_RGBQUAD));
711 if(found > *numCt){ // More colors found than are supported by the color table
714 *numCt=0;
859 \param numCt DIB color table number of entries, for PNG or JPG returns the number of bytes in the image
871 uint32_t *numCt,
893 *numCt = get_real_color_count((const char *) Bmih);
894 if( numCt){ *ct = (PU_RGBQUAD) ((char *)Bmi + sizeof(U_BITMAPINFOHEADER)); }
898 *numCt = 0;
903 *numCt = Bmih->biSizeImage;
916 \param numCt DIB color table number of entries
921 \param use_ct Kept for symmetry with RGBA_to_DIB, should be set to numCt
927 int numCt,
952 if(use_ct && !numCt)return(4); //color table not adequately described