Lines Matching refs:row
939 /* Called when finished processing a row of data */
942 /* Internal use only. Called before first row of data */
945 /* Combine a row of data, dealing with alpha, etc. if requested. 'row' is an
952 * if display is 1 and the 'sparkle' appearance, where existing pixels in 'row'
957 * The API always reads from the png_struct row buffer and always assumes that
960 * This function is only ever used to write to row buffers provided by the
961 * caller of the relevant libpng API and the row must have already been
971 PNG_EXTERN void png_combine_row PNGARG((png_structp png_ptr, png_bytep row,
975 /* Expand an interlaced row: the 'row_info' describes the pass data that has
976 * been read in and must correspond to the pixels in 'row', the pixels are
977 * expanded (moved apart) in 'row' to match the final layout, when doing this
982 png_bytep row, int pass, png_uint_32 transformations));
988 /* Grab pixels out of a row for an interlaced pass */
990 png_bytep row, int pass));
993 /* Unfilter a row: check the filter value before calling this, there is no point
997 row_info, png_bytep row, png_const_bytep prev_row, int filter));
1000 png_bytep row, png_const_bytep prev_row));
1002 png_bytep row, png_const_bytep prev_row));
1004 png_bytep row, png_const_bytep prev_row));
1006 png_bytep row, png_const_bytep prev_row));
1008 png_bytep row, png_const_bytep prev_row));
1010 png_bytep row, png_const_bytep prev_row));
1012 png_bytep row, png_const_bytep prev_row));
1014 /* Choose the best filter to use and filter the row data */
1018 /* Finish a row while reading, dealing with interlacing passes, etc. */
1021 /* Initialize the row buffers, etc. */
1033 png_bytep row, png_uint_32 filler, png_uint_32 flags));
1038 png_bytep row));
1043 png_bytep row));
1048 png_bytep row));
1053 png_bytep row));
1059 png_bytep row, int at_start));
1065 png_bytep row));
1072 png_bytep row));
1077 png_row_infop row_info, png_bytep row));
1082 png_bytep row));
1087 png_bytep row));
1092 png_bytep row, png_const_color_8p sig_bits));
1097 png_bytep row));
1102 png_bytep row));
1107 png_bytep row));
1112 png_bytep row, png_const_bytep palette_lookup,
1123 png_bytep row));
1128 png_bytep row, png_uint_32 bit_depth));
1133 png_bytep row, png_const_color_8p bit_depth));
1139 png_bytep row, png_structp png_ptr));
1144 png_bytep row, png_structp png_ptr));
1149 png_bytep row, png_structp png_ptr));
1154 png_bytep row, png_const_colorp palette, png_const_bytep trans,
1157 png_bytep row, png_const_color_16p trans_color));
1162 png_bytep row));
1312 PNG_EXTERN void png_push_have_row PNGARG((png_structp png_ptr, png_bytep row));
1341 png_bytep row));
1343 png_bytep row));