Home
last modified time | relevance | path

Searched refs:is_mono (Results 1 – 25 of 87) sorted by relevance

1234

/dports/graphics/mupdf/mupdf-1.18.0-source/source/html/
H A Dhtml-font.c9 int is_mono = !strcmp(family, "monospace"); in fz_load_html_default_font() local
11 const char *real_family = is_mono ? "Courier" : is_sans ? "Helvetica" : "Charis SIL"; in fz_load_html_default_font()
12 const char *backup_family = is_mono ? "Courier" : is_sans ? "Helvetica" : "Times"; in fz_load_html_default_font()
13 int idx = (is_mono ? 8 : is_sans ? 4 : 0) + is_bold * 2 + is_italic; in fz_load_html_default_font()
/dports/biology/py-ete3/ete3-3.1.2/ete3/test/
H A Dtest_tree.py1223 self.assertEqual(is_mono, False)
1226 self.assertEqual(is_mono, True)
1229 self.assertEqual(is_mono, False)
1236 self.assertEqual(is_mono, True)
1241 self.assertEqual(is_mono, False)
1246 self.assertEqual(is_mono, True)
1251 self.assertEqual(is_mono, True)
1256 self.assertEqual(is_mono, False)
1261 self.assertEqual(is_mono, True)
1266 self.assertEqual(is_mono, True)
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dstext-output.c28 font_family_name(fz_context *ctx, fz_font *font, char *buf, int size, int is_mono, int is_serif) in font_family_name() argument
36 if (is_mono) in font_family_name()
50 int is_mono = fz_font_is_monospaced(ctx, font); in fz_print_style_begin_html() local
52 font_family_name(ctx, font, family, sizeof family, is_mono, is_serif); in fz_print_style_begin_html()
55 if (is_mono) fz_write_string(ctx, out, "<tt>"); in fz_print_style_begin_html()
67 int is_mono = fz_font_is_monospaced(ctx, font); in fz_print_style_end_html() local
74 if (is_mono) fz_write_string(ctx, out, "</tt>"); in fz_print_style_end_html()
206 int is_mono = fz_font_is_monospaced(ctx, font); in fz_print_style_begin_xhtml() local
212 if (is_mono) in fz_print_style_begin_xhtml()
223 int is_mono = fz_font_is_monospaced(ctx, font); in fz_print_style_end_xhtml() local
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Davf_aphasemeter.c50 int is_mono; member
179 if (!s->is_mono && mono_measurement) { in update_mono_detection()
180 s->is_mono = 1; in update_mono_detection()
184 if (s->is_mono && mono_measurement && s->start_mono_presence) { in update_mono_detection()
193 if (s->is_mono && !mono_measurement) { in update_mono_detection()
203 s->is_mono = 0; in update_mono_detection()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Davf_aphasemeter.c50 int is_mono; member
179 if (!s->is_mono && mono_measurement) { in update_mono_detection()
180 s->is_mono = 1; in update_mono_detection()
184 if (s->is_mono && mono_measurement && s->start_mono_presence) { in update_mono_detection()
193 if (s->is_mono && !mono_measurement) { in update_mono_detection()
203 s->is_mono = 0; in update_mono_detection()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Drawdec.c46 int is_mono; member
120 context->is_mono = 1; in raw_init_decoder()
212 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in MKSCALE16()
213 (context->is_mono || context->is_pal8) && in MKSCALE16()
217 if (context->is_mono) { in MKSCALE16()
266 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in MKSCALE16()
267 int pix_per_byte = context->is_mono ? 8 : 1; in MKSCALE16()
H A Dpnmdec.c46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
124 is_mono = 1; in pnm_decode_frame()
130 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
142 if (is_mono) { in pnm_decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Drawdec.c46 int is_mono; member
120 context->is_mono = 1; in raw_init_decoder()
212 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in MKSCALE16()
213 (context->is_mono || context->is_pal8) && in MKSCALE16()
217 if (context->is_mono) { in MKSCALE16()
266 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in MKSCALE16()
267 int pix_per_byte = context->is_mono ? 8 : 1; in MKSCALE16()
H A Dpnmdec.c46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
124 is_mono = 1; in pnm_decode_frame()
130 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
142 if (is_mono) { in pnm_decode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Drawdec.c45 int is_mono; member
119 context->is_mono = 1; in raw_init_decoder()
211 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in MKSCALE16()
212 (context->is_mono || context->is_pal8) && in MKSCALE16()
216 if (context->is_mono) { in MKSCALE16()
265 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in MKSCALE16()
266 int pix_per_byte = context->is_mono ? 8 : 1; in MKSCALE16()
H A Dpnmdec.c46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
123 is_mono = 1; in pnm_decode_frame()
129 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
141 if (is_mono) { in pnm_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Drawdec.c45 int is_mono; member
119 context->is_mono = 1; in raw_init_decoder()
211 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in MKSCALE16()
212 (context->is_mono || context->is_pal8) && in MKSCALE16()
216 if (context->is_mono) { in MKSCALE16()
265 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in MKSCALE16()
266 int pix_per_byte = context->is_mono ? 8 : 1; in MKSCALE16()
H A Dpnmdec.c46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
123 is_mono = 1; in pnm_decode_frame()
129 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
141 if (is_mono) { in pnm_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Drawdec.c46 int is_mono; member
120 context->is_mono = 1; in raw_init_decoder()
212 (avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->is_mono)) ) && in MKSCALE16()
213 (context->is_mono || context->is_pal8) && in MKSCALE16()
217 if (context->is_mono) { in MKSCALE16()
266 if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->is_mono) { in MKSCALE16()
267 int pix_per_byte = context->is_mono ? 8 : 1; in MKSCALE16()
H A Dpnmdec.c46 int i, j, k, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
124 is_mono = 1; in pnm_decode_frame()
130 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
142 if (is_mono) { in pnm_decode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dpnmdec.c46 int i, j, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
116 is_mono = 1; in pnm_decode_frame()
122 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
134 if (is_mono) { in pnm_decode_frame()
/dports/audio/aqualung/aqualung-1.0/src/decoder/
H A Dfile_decoder.c216 fdec->fileinfo.is_mono = 1; in file_decoder_finalize_open()
220 fdec->fileinfo.is_mono = 0; in file_decoder_finalize_open()
366 fdec->fileinfo.is_mono = 1; in file_decoder_open()
370 fdec->fileinfo.is_mono = 0; in file_decoder_open()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dpnmdec.c46 int i, j, n, linesize, h, upgrade = 0, is_mono = 0; in pnm_decode_frame() local
116 is_mono = 1; in pnm_decode_frame()
122 if(s->type < 4 || (is_mono && s->type==7)){ in pnm_decode_frame()
134 if (is_mono) { in pnm_decode_frame()
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dheif_decoder_libde265.cc94 bool is_mono = (de265_get_chroma_format(de265img) == de265_chroma_mono); in convert_libde265_image_to_heif_image() local
99 is_mono ? heif_colorspace_monochrome : heif_colorspace_YCbCr, in convert_libde265_image_to_heif_image()
113 int nPlanes = (is_mono ? 1 : 3); in convert_libde265_image_to_heif_image()
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/
H A Dsna_trapezoids.h116 static inline bool is_mono(PicturePtr dst, PictFormatPtr mask) in is_mono() function
123 return dst->polyMode == PolyModePrecise && !is_mono(dst, mask); in is_precise()
150 if (is_mono(dst, maskFormat)) in trapezoid_span_inplace()
168 if (is_mono(dst, maskFormat)) in trapezoid_span_converter()
283 if (is_mono(dst, maskFormat)) in tristrip_span_converter()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dpnm.c286 is_mono = MagickTrue, in ReadPNMImage() local
626 if ((is_mono != MagickFalse) && in ReadPNMImage()
628 is_mono=MagickFalse; in ReadPNMImage()
645 if (is_mono != MagickFalse) in ReadPNMImage()
910 is_mono=MagickFalse; in ReadPNMImage()
928 is_mono=MagickFalse; in ReadPNMImage()
958 is_mono=MagickFalse; in ReadPNMImage()
982 is_mono=MagickFalse; in ReadPNMImage()
1006 is_mono=MagickFalse; in ReadPNMImage()
1030 is_mono=MagickFalse; in ReadPNMImage()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dpnm.c286 is_mono = MagickTrue, in ReadPNMImage() local
626 if ((is_mono != MagickFalse) && in ReadPNMImage()
628 is_mono=MagickFalse; in ReadPNMImage()
645 if (is_mono != MagickFalse) in ReadPNMImage()
910 is_mono=MagickFalse; in ReadPNMImage()
928 is_mono=MagickFalse; in ReadPNMImage()
958 is_mono=MagickFalse; in ReadPNMImage()
982 is_mono=MagickFalse; in ReadPNMImage()
1006 is_mono=MagickFalse; in ReadPNMImage()
1030 is_mono=MagickFalse; in ReadPNMImage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/avif/
H A Davif_image_decoder.cc685 const bool is_mono = container->yuvFormat == AVIF_PIXEL_FORMAT_YUV400; in MaybeCreateDemuxer() local
686 if (is_mono) { in MaybeCreateDemuxer()
748 const bool is_mono = image->yuvFormat == AVIF_PIXEL_FORMAT_YUV400; in RenderImage() local
757 if (is_mono) { in RenderImage()
810 if (is_mono) { in RenderImage()
818 if (is_mono) { in RenderImage()
/dports/x11/kitty/kitty-0.23.1/kitty/fonts/
H A Dcore_text.py50 is_mono = bool(fd['monospace'])
51 …mily': f, 'full_name': fn, 'postscript_name': fd['postscript_name'] or '', 'is_monospace': is_mono}
/dports/audio/aqualung/aqualung-1.0/src/
H A Dplugin.h41 int is_mono; member

1234