Lines Matching refs:PT
4480 png_time pt;
4489 pt.year = 2079;
4490 pt.month = 8;
4491 pt.day = 29;
4492 pt.hour = 13;
4493 pt.minute = 53;
4494 pt.second = 60; /* a leap second */
4497 result = png_convert_to_rfc1123(pp, &pt);
4499 if (png_convert_to_rfc1123_buffer(timestring, &pt))
6647 &PT, /*list*/\
6656 #define PT ITSTRUCT(end) /* stores the previous transform */
6718 #undef PT
6719 #define PT ITSTRUCT(palette_to_rgb)
6796 #undef PT
6797 #define PT ITSTRUCT(tRNS_to_alpha)
6856 #undef PT
6857 #define PT ITSTRUCT(gray_to_rgb)
6907 #undef PT
6908 #define PT ITSTRUCT(expand)
6963 #undef PT
6964 #define PT ITSTRUCT(expand_gray_1_2_4_to_8)
7018 #undef PT
7019 #define PT ITSTRUCT(expand_16)
7066 #undef PT
7067 #define PT ITSTRUCT(scale_16)
7137 #undef PT
7138 #define PT ITSTRUCT(strip_16)
7180 #undef PT
7181 #define PT ITSTRUCT(strip_alpha)
7868 #undef PT
7869 #define PT ITSTRUCT(rgb_to_gray)
8010 #undef PT
8011 #define PT ITSTRUCT(background)
8067 #undef PT
8068 #define PT ITSTRUCT(invert_alpha)
8114 #undef PT
8115 #define PT ITSTRUCT(bgr)
8161 #undef PT
8162 #define PT ITSTRUCT(swap_alpha)
8204 #undef PT
8205 #define PT ITSTRUCT(swap)
8287 #undef PT
8288 #define PT ITSTRUCT(filler)
8348 #undef PT
8349 #define PT ITSTRUCT(add_alpha)
8400 #undef PT
8401 #define PT ITSTRUCT(packing)
8445 #undef PT
8446 #define PT ITSTRUCT(packswap)
8490 #undef PT
8491 #define PT ITSTRUCT(invert_mono)
8571 #undef PT
8572 #define PT ITSTRUCT(shift)
8608 static image_transform *const image_transform_first = &PT;