Searched defs:afirst (Results 1 - 4 of 4) sorted by relevance

/external/libpng/
H A Dpngwrite.c1797 const int afirst = (format & PNG_FORMAT_FLAG_AFIRST) != 0 && local
1800 # define afirst 0 macro
1846 png_uint_16 alpha = entry[afirst ? 0 : channels-1];
1863 palette[i].blue = png_unpremultiply(entry[afirst + (2 ^ bgr)],
1865 palette[i].green = png_unpremultiply(entry[afirst + 1], alpha,
1867 palette[i].red = png_unpremultiply(entry[afirst + bgr], alpha,
1873 png_unpremultiply(entry[afirst], alpha, reciprocal);
1886 tRNS[i] = entry[afirst ? 0 : 3];
1891 palette[i].blue = entry[afirst + (2 ^ bgr)];
1892 palette[i].green = entry[afirst
1913 # undef afirst macro
[all...]
H A Dpngread.c1872 const int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 && local
1875 # define afirst 0 macro
1896 entry[afirst ? 0 : 3] = (png_uint_16)alpha;
1912 entry[afirst + (2 ^ bgr)] = (png_uint_16)blue;
1913 entry[afirst + 1] = (png_uint_16)green;
1914 entry[afirst + bgr] = (png_uint_16)red;
1918 entry[1 ^ afirst] = (png_uint_16)alpha;
1930 entry[afirst] = (png_uint_16)green;
1947 entry[afirst ? 0 : 3] = (png_byte)alpha;
1950 entry[afirst
1968 # undef afirst macro
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngwrite.c1784 const int afirst = (format & PNG_FORMAT_FLAG_AFIRST) != 0 && local
1787 # define afirst 0 macro
1833 png_uint_16 alpha = entry[afirst ? 0 : channels-1];
1850 palette[i].blue = png_unpremultiply(entry[afirst + (2 ^ bgr)],
1852 palette[i].green = png_unpremultiply(entry[afirst + 1], alpha,
1854 palette[i].red = png_unpremultiply(entry[afirst + bgr], alpha,
1860 png_unpremultiply(entry[afirst], alpha, reciprocal);
1873 tRNS[i] = entry[afirst ? 0 : 3];
1878 palette[i].blue = entry[afirst + (2 ^ bgr)];
1879 palette[i].green = entry[afirst
1900 # undef afirst macro
[all...]
H A Dpngread.c1860 const int afirst = (image->format & PNG_FORMAT_FLAG_AFIRST) != 0 && local
1863 # define afirst 0 macro
1884 entry[afirst ? 0 : 3] = (png_uint_16)alpha;
1900 entry[afirst + (2 ^ bgr)] = (png_uint_16)blue;
1901 entry[afirst + 1] = (png_uint_16)green;
1902 entry[afirst + bgr] = (png_uint_16)red;
1906 entry[1 ^ afirst] = (png_uint_16)alpha;
1918 entry[afirst] = (png_uint_16)green;
1935 entry[afirst ? 0 : 3] = (png_byte)alpha;
1937 entry[afirst
1954 # undef afirst macro
[all...]

Completed in 125 milliseconds