Lines Matching refs:PT
4160 png_time pt;
4169 pt.year = 2079;
4170 pt.month = 8;
4171 pt.day = 29;
4172 pt.hour = 13;
4173 pt.minute = 53;
4174 pt.second = 60; /* a leap second */
4177 result = png_convert_to_rfc1123(pp, &pt);
4179 if (png_convert_to_rfc1123_buffer(timestring, &pt))
6151 &PT, /*list*/\
6160 #define PT ITSTRUCT(end) /* stores the previous transform */
6219 #undef PT
6220 #define PT ITSTRUCT(palette_to_rgb)
6277 #undef PT
6278 #define PT ITSTRUCT(tRNS_to_alpha)
6336 #undef PT
6337 #define PT ITSTRUCT(gray_to_rgb)
6383 #undef PT
6384 #define PT ITSTRUCT(expand)
6417 #undef PT
6418 #define PT ITSTRUCT(expand_gray_1_2_4_to_8)
6465 #undef PT
6466 #define PT ITSTRUCT(expand_16)
6509 #undef PT
6510 #define PT ITSTRUCT(scale_16)
6576 #undef PT
6577 #define PT ITSTRUCT(strip_16)
6619 #undef PT
6620 #define PT ITSTRUCT(strip_alpha)
7241 #undef PT
7242 #define PT ITSTRUCT(rgb_to_gray)
7380 #undef PT
7381 #define PT ITSTRUCT(background)
7385 static image_transform *PNG_CONST image_transform_first = &PT;