Home
last modified time | relevance | path

Searched refs:my_color_converter (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djccolor.c30 } my_color_converter; typedef
32 typedef my_color_converter *my_cconvert_ptr;
533 sizeof(my_color_converter)); in jinit_color_converter()
/third_party/libjpeg-turbo/
Djccolor.c30 } my_color_converter; typedef
32 typedef my_color_converter *my_cconvert_ptr;
533 sizeof(my_color_converter)); in jinit_color_converter()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djccolor.c30 } my_color_converter; typedef
32 typedef my_color_converter *my_cconvert_ptr;
533 sizeof(my_color_converter)); in jinit_color_converter()
/third_party/boost/libs/gil/doc/html/_sources/design/
Dextending.rst.txt79 struct my_color_converter
95 color_converted_view<gray8_pixel_t>(img_view,my_color_converter());
/third_party/boost/libs/gil/doc/design/
Dextending.rst79 struct my_color_converter
95 color_converted_view<gray8_pixel_t>(img_view,my_color_converter());
/third_party/boost/libs/gil/test/legacy/
Dimage.cpp81 struct my_color_converter { struct
267 … check_view(color_converted_view<gray8_pixel_t>(img_view,my_color_converter()),prefix+"my_gray8"); in view_transformations_test()