Home | History | Annotate | Download | only in libpng

Lines Matching full:each

94 instances of the structures.  Each thread should have its own
134 of each one. See example.c and png.h for more detail. While
310 called after each row has been read, which you can use to control
477 where row_pointers is an array of pointers to the pixel data for each row:
647 (PNG_INFO_sBIT) each of the gray,
780 (Each of these returns 0 [signifying "unknown"] if
792 (Each of these returns 0 [signifying "unknown" if both
814 The text_ptr is an array of png_text structures, each holding a
831 certain color types and bit depths. Even though each transformation
849 is called to insert filler bytes, either before or after each RGB triplet.
854 after each RRGGBB triplet. Similarly, 8-bit or 16-bit grayscale data can
997 where "filler" contains the alpha value to assign to each pixel.
1101 to set the display gamma separately for each system is to check for a
1263 array of pointers to each row, as it will be needed for some
1273 an array of pointers to each row.
1311 mentioned in the PNG specification is to expand each pixel to cover
1321 png_read_rows() seven times to read in all seven images. Each of the
1352 If you are not going to display the image after each pass, but are
1356 after each pass, the "rectangle" effect is generally considered the
1363 not the data. Each pass only writes the pixels appropriate for that
1515 when each row is completed, and when the image
1584 /* This function is called when each row of image
1736 called after each row has been written, which you can use to control
1764 for each scanline. See the PNG specification for details on the specific
1872 width, height, bit_depth, and color_type must be the same in each call.
1926 (PNG_INFO_sBIT) each of the gray, red,
2033 as demonstrated in pngtest.c. Within each of the "locations",
2041 Each png_text structure holds a language code, a keyword, a text value,
2211 certain color types and bit depths. Even though each transformation
2345 each row. This function automatically handles interlacing, so you don't
2731 parameter sets which filter(s), if any, should be used for each
2783 The filter costs specify for each filter type a relative decoding cost
2919 allocating and freeing the png_struct for each image read.
3161 We put a space after each comma and after each semicolon
3162 in "for" statments, and we put spaces before and after each