/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngread.c | 1293 png_voidp first_row; member 2974 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local 3005 png_bytep outrow = first_row + y * step_row; in png_image_read_and_map() 3213 png_voidp first_row = display->buffer; in png_image_read_colormapped() local 3221 char *ptr = png_voidcast(char*, first_row); in png_image_read_colormapped() 3223 first_row = png_voidcast(png_voidp, ptr); in png_image_read_colormapped() 3226 display->first_row = first_row; in png_image_read_colormapped() 3250 png_bytep row = png_voidcast(png_bytep, display->first_row); in png_image_read_colormapped() 3329 outrow = png_voidcast(png_bytep, display->first_row); in png_image_read_composite() 3450 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local [all …]
|
D | pngwrite.c | 1514 png_const_voidp first_row; member 1536 display->first_row); in png_write_image_16bit() 1695 display->first_row); in png_write_image_8bit() 2100 display->first_row = row; in png_image_write_main() 2148 png_const_bytep row = png_voidcast(png_const_bytep, display->first_row); in png_image_write_main()
|
D | example.c | 990 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
|
/third_party/skia/third_party/externals/libpng/ |
D | pngread.c | 1293 png_voidp first_row; member 2974 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_and_map() local 3005 png_bytep outrow = first_row + y * step_row; in png_image_read_and_map() 3213 png_voidp first_row = display->buffer; in png_image_read_colormapped() local 3221 char *ptr = png_voidcast(char*, first_row); in png_image_read_colormapped() 3223 first_row = png_voidcast(png_voidp, ptr); in png_image_read_colormapped() 3226 display->first_row = first_row; in png_image_read_colormapped() 3250 png_bytep row = png_voidcast(png_bytep, display->first_row); in png_image_read_colormapped() 3329 outrow = png_voidcast(png_bytep, display->first_row); in png_image_read_composite() 3450 png_bytep first_row = png_voidcast(png_bytep, display->first_row); in png_image_read_background() local [all …]
|
D | pngwrite.c | 1514 png_const_voidp first_row; member 1536 display->first_row); in png_write_image_16bit() 1695 display->first_row); in png_write_image_8bit() 2100 display->first_row = row; in png_image_write_main() 2148 png_const_bytep row = png_voidcast(png_const_bytep, display->first_row); in png_image_write_main()
|
D | example.c | 990 png_write_rows(png_ptr, &row_pointers[first_row], number_of_rows);
|
/third_party/ltp/testcases/kernel/irq/ |
D | irqbalance01.c | 92 char *buf, *c, *first_row; in collect_irq_info() local 110 first_row = c; in collect_irq_info() 137 c = first_row; in collect_irq_info()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdcoefct.c | 420 boolean first_row, last_row; in decompress_smooth_data() local 474 first_row = FALSE; in decompress_smooth_data() 479 first_row = TRUE; in decompress_smooth_data() 495 if (first_row && block_row == 0) in decompress_smooth_data()
|
/third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
D | gstaudioconvert.c | 380 const GValue *first_row = in gst_audio_convert_transform_caps() local 382 other_channels = gst_value_array_get_size (first_row); in gst_audio_convert_transform_caps() 987 const GValue *first_row = gst_value_array_get_value (value, 0); in gst_audio_convert_set_property() local 989 if (gst_value_array_get_size (first_row)) { in gst_audio_convert_set_property()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | vp8l_dec.c | 842 int first_row, int last_row, in AlphaApplyFilter() argument 848 for (y = first_row; y < last_row; ++y) { in AlphaApplyFilter() 865 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows() local 867 if (last_row > first_row) { in ExtractPalettedAlphaRows() 870 uint8_t* out = alph_dec->output_ + width * first_row; in ExtractPalettedAlphaRows() 872 (uint8_t*)dec->pixels_ + dec->width_ * first_row; in ExtractPalettedAlphaRows() 876 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row, in ExtractPalettedAlphaRows() 878 AlphaApplyFilter(alph_dec, first_row, last_row, out, width); in ExtractPalettedAlphaRows()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | vp8l_dec.c | 846 int first_row, int last_row, in AlphaApplyFilter() argument 852 for (y = first_row; y < last_row; ++y) { in AlphaApplyFilter() 869 const int first_row = (dec->last_row_ < top_row) ? top_row : dec->last_row_; in ExtractPalettedAlphaRows() local 871 if (last_row > first_row) { in ExtractPalettedAlphaRows() 874 uint8_t* out = alph_dec->output_ + width * first_row; in ExtractPalettedAlphaRows() 876 (uint8_t*)dec->pixels_ + dec->width_ * first_row; in ExtractPalettedAlphaRows() 880 VP8LColorIndexInverseTransformAlpha(transform, first_row, last_row, in ExtractPalettedAlphaRows() 882 AlphaApplyFilter(alph_dec, first_row, last_row, out, width); in ExtractPalettedAlphaRows()
|
/third_party/mesa3d/src/mesa/program/ |
D | program_parse.y | 2360 const int first_row = state_tokens[2]; 2363 for (row = first_row; row <= last_row; row++) { 2416 const int first_row = state_tokens[1]; 2419 for (row = first_row; row <= last_row; row++) {
|