Home
last modified time | relevance | path

Searched refs:row_callback (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.c87 liq_image_get_rgba_row_callback *row_callback; member
564 liq_image_get_rgba_row_callback * row_callback, in liq_image_create_internal() argument
573 if (!rows && !row_callback) { in liq_image_create_internal()
584 gamma ? gamma : 0.45455,.rows = rows,.row_callback = in liq_image_create_internal()
585 row_callback,.row_callback_user_info = in liq_image_create_internal()
662 liq_image_get_rgba_row_callback * row_callback, void *user_info, int width, in liq_image_create_custom() argument
668 return liq_image_create_internal (attr, NULL, row_callback, user_info, width, in liq_image_create_custom()
754 liq_executing_user_callback (img->row_callback, (liq_color *) temp_row, row, in liq_image_get_row_rgba()
Dlibimagequant.h83 …_image_create_custom(liq_attr *attr, liq_image_get_rgba_row_callback *row_callback, void* user_inf…
DREADME.md303 …_image_create_custom(liq_attr *attr, liq_image_get_rgba_row_callback *row_callback, void *user_inf…
/third_party/flutter/skia/third_party/externals/libpng/
Dexample.c633 info_callback, row_callback, end_callback);
673 row_callback(png_structp png_ptr, png_bytep new_row,
Dlibpng-manual.txt2588 info_callback, row_callback, end_callback);
2664 row_callback(png_structp png_ptr, png_bytep new_row,
DCHANGES1131 Revised example.c to provide more details about using row_callback().
4916 row_callback now receives the proper pass number and unexpanded rows, when
/third_party/skia/third_party/externals/libpng/
Dexample.c633 info_callback, row_callback, end_callback);
673 row_callback(png_structp png_ptr, png_bytep new_row,
Dlibpng-manual.txt2588 info_callback, row_callback, end_callback);
2664 row_callback(png_structp png_ptr, png_bytep new_row,
DCHANGES1131 Revised example.c to provide more details about using row_callback().
4916 row_callback now receives the proper pass number and unexpanded rows, when