Home | History | Annotate | Download | only in images

Lines Matching refs:num_trans

206     int num_trans;
209 png_get_tRNS(png_ptr, info_ptr, &trans, &num_trans, NULL);
210 return num_trans > 0;
1067 int i, num_trans = 0;
1071 ctable. PNG allows num_trans < num_palette, but all of the trans
1078 num_trans = ctCount;
1083 num_trans -= 1;
1089 for (i = 0; i < num_trans; i++) {
1103 for (i = num_trans; i < ctCount; i++) {
1109 return num_trans;