Home
last modified time | relevance | path

Searched refs:formatb (Results 1 – 18 of 18) sorted by relevance

/dports/www/moodle310/moodle/mod/scorm/report/basic/classes/
H A Dreport.php203 $formatb = $workbook->add_format();
204 $formatb->set_bold(1);
242 $formatb = $workbook->add_format();
243 $formatb->set_bold(1);
/dports/www/moodle311/moodle/mod/scorm/report/basic/classes/
H A Dreport.php204 $formatb = $workbook->add_format();
205 $formatb->set_bold(1);
243 $formatb = $workbook->add_format();
244 $formatb->set_bold(1);
/dports/www/moodle39/moodle/mod/scorm/report/basic/classes/
H A Dreport.php203 $formatb = $workbook->add_format();
204 $formatb->set_bold(1);
242 $formatb = $workbook->add_format();
243 $formatb->set_bold(1);
/dports/www/moodle310/moodle/mod/scorm/report/objectives/classes/
H A Dreport.php267 $formatb = $workbook->add_format();
268 $formatb->set_bold(1);
306 $formatb = $workbook->add_format();
307 $formatb->set_bold(1);
/dports/www/moodle310/moodle/mod/scorm/report/interactions/classes/
H A Dreport.php277 $formatb = $workbook->add_format();
278 $formatb->set_bold(1);
316 $formatb = $workbook->add_format();
317 $formatb->set_bold(1);
/dports/www/moodle311/moodle/mod/scorm/report/interactions/classes/
H A Dreport.php279 $formatb = $workbook->add_format();
280 $formatb->set_bold(1);
318 $formatb = $workbook->add_format();
319 $formatb->set_bold(1);
/dports/www/moodle39/moodle/mod/scorm/report/interactions/classes/
H A Dreport.php277 $formatb = $workbook->add_format();
278 $formatb->set_bold(1);
316 $formatb = $workbook->add_format();
317 $formatb->set_bold(1);
/dports/www/moodle39/moodle/mod/scorm/report/objectives/classes/
H A Dreport.php267 $formatb = $workbook->add_format();
268 $formatb->set_bold(1);
306 $formatb = $workbook->add_format();
307 $formatb->set_bold(1);
/dports/www/moodle311/moodle/mod/scorm/report/objectives/classes/
H A Dreport.php269 $formatb = $workbook->add_format();
270 $formatb->set_bold(1);
308 $formatb = $workbook->add_format();
309 $formatb->set_bold(1);
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/contrib/libtests/
H A Dpngstest.c2576 const png_uint_32 formatb = b->image.format; in compare_two_images() local
2578 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2598 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2599 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2610 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2752 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2756 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images()
2765 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2784 bchannels = component_loc(bloc, formatb); in compare_two_images()
2828 if (formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/libtests/
H A Dpngstest.c2609 const png_uint_32 formatb = b->image.format; in compare_two_images() local
2611 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2631 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2632 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2643 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2785 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2789 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images()
2798 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2817 bchannels = component_loc(bloc, formatb); in compare_two_images()
2861 if (formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c2608 const png_uint_32 formatb = b->image.format; in compare_two_images() local
2610 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2630 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2631 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2642 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2789 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2793 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images()
2802 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2821 bchannels = component_loc(bloc, formatb); in compare_two_images()
2865 if (formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/contrib/libtests/
H A Dpngstest.c2608 png_uint_32 formatb = b->image.format; in compare_two_images() local
2610 unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2630 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2631 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2642 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2789 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2790 (formata & (formatb ^ PNG_FORMAT_FLAG_COLOR) & PNG_FORMAT_FLAG_COLOR))) in compare_two_images()
2801 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2820 bchannels = component_loc(bloc, formatb); in compare_two_images()
2864 if (formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
[all …]
/dports/graphics/optipng/optipng-0.7.7/src/libpng/contrib/libtests/
H A Dpngstest.c2608 const png_uint_32 formatb = b->image.format; in compare_two_images() local
2610 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2630 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2631 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2642 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2789 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2793 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images()
2802 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2821 bchannels = component_loc(bloc, formatb); in compare_two_images()
2865 if (formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/contrib/libtests/
H A Dpngstest.c2608 const png_uint_32 formatb = b->image.format; in compare_two_images() local
2610 const unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2630 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2631 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2642 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2789 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2793 const png_uint_32 alpha_changed = (formata ^ formatb) & in compare_two_images()
2802 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2821 bchannels = component_loc(bloc, formatb); in compare_two_images()
2865 if (formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
[all …]
/dports/graphics/png/libpng-1.6.37/contrib/libtests/
H A Dpngstest.c2608 png_uint_32 formatb = b->image.format; in compare_two_images() local
2610 unsigned int b_sample = PNG_IMAGE_SAMPLE_SIZE(formatb); in compare_two_images()
2630 if (!(formatb & PNG_FORMAT_FLAG_COLORMAP) && in compare_two_images()
2631 (formatb & PNG_FORMAT_FLAG_LINEAR)) in compare_two_images()
2642 if (formata & formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
2789 if (!(((formata ^ formatb) & PNG_FORMAT_FLAG_LINEAR) | in compare_two_images()
2790 (formata & (formatb ^ PNG_FORMAT_FLAG_COLOR) & PNG_FORMAT_FLAG_COLOR))) in compare_two_images()
2801 alpha_added = (formatb & alpha_changed) != 0; in compare_two_images()
2820 bchannels = component_loc(bloc, formatb); in compare_two_images()
2864 if (formatb & PNG_FORMAT_FLAG_COLORMAP) in compare_two_images()
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/io/tests/
H A Dtest_registry.py764 formatb = self.registry.create_format('formatb')
773 @formatb.sniffer()
/dports/devel/R-cran-pkgmaker/pkgmaker/inst/
H A Dcleveref.sty1094 \edef\@formatb{\expandafter\noexpand%
1108 \ifx\@formata\@formatb%