Searched refs:formata (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngstest.c2608 const png_uint_32 formata = a->image.format; local
2610 const unsigned int a_sample = PNG_IMAGE_SAMPLE_SIZE(formata);
2627 if (!(formata & PNG_FORMAT_FLAG_COLORMAP) &&
2628 (formata & PNG_FORMAT_FLAG_LINEAR))
2643 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP)
2785 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) |
2786 (formata & (formatb ^ PNG_FORMAT_FLAG_COLOR) & PNG_FORMAT_FLAG_COLOR)))
2789 const png_uint_32 alpha_changed = (formata ^ formatb) &
2795 alpha_removed = (formata & alpha_changed) != 0;
2816 (void)component_loc(aloc, formata);
[all...]
/external/curl/tests/server/
H A Dtftpd.c179 static struct formats formata[] = { variable in typeref:struct:formats
996 for (pf = formata; pf->f_mode; pf++)

Completed in 131 milliseconds