Home
last modified time | relevance | path

Searched refs:use_secondary (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/covers/
H A Ddiscogs.py33 use_secondary = True variable in DiscogsCover
97 if not results and images and self.use_secondary:
/dports/graphics/openrm/rmdemo/
H A Disodrv.c111 int use_secondary=0; variable
174 use_secondary=1; in parse_args()
411 if (use_secondary == 1) in myinitfunc()
H A Doffscreen.c89 int use_secondary=0; variable
155 use_secondary=1; in parse_args()
409 if (use_secondary == 1) in myinitfunc()
H A Disodrv-mt.c93 int use_secondary=0; variable
167 use_secondary=1; in parse_args()
549 if (use_secondary == 1) in myinitfunc()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/cameratopam/
H A Didentify.h5 bool const use_secondary,
H A Dglobal_variables.h53 extern int use_secondary;
H A Dcameratopam.c77 int use_secondary; variable
109 unsigned int use_secondary; member
164 OPT_FLAG, NULL, &cmdlineP->use_secondary, 0); in parseCommandLine()
887 use_secondary = cmdline.use_secondary; /* for load_raw() */ in convertIt()
952 cmdline.use_secondary, cmdline.use_camera_rgb, in main()
H A Didentify.c269 bool const use_secondary, in identify() argument
699 if (fsize > 18000000 && use_secondary) in identify()
H A Dcamera.c115 trow+jrow, tcol+jcol, &rp, use_secondary); in adobe_dng_load_raw_lj()
139 adobeCopyPixel(image, row, col, &rp, use_secondary); in adobe_dng_load_raw_nc()
441 val = pixel[col+16 + use_secondary*1472]; in fuji_f700_load_raw()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_brush.h101 unsigned int *BKE_brush_gen_texture_cache(struct Brush *br, int half_side, bool use_secondary);
/dports/biology/groopm/GroopM-0.3.4/groopm/
H A Dgroopm.py215 useSecondaryAlignments=options.use_secondary,
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/
H A Dxdelta3.c2687 int use_secondary = stream->sec_type != NULL; in xd3_emit_hdr() local
2703 if (use_secondary) { hdr_ind |= VCD_SECONDARY; } in xd3_emit_hdr()
2721 if (use_secondary && in xd3_emit_hdr()
2745 if (use_secondary) in xd3_emit_hdr()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/
H A Dxdelta3.c2684 int use_secondary = stream->sec_type != NULL;
2700 if (use_secondary) { hdr_ind |= VCD_SECONDARY; }
2718 if (use_secondary && in test_string_matching()
2742 if (use_secondary)
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dbrush.c2426 unsigned int *BKE_brush_gen_texture_cache(Brush *br, int half_side, bool use_secondary) in BKE_brush_gen_texture_cache() argument
2429 MTex *mtex = (use_secondary) ? &br->mask_mtex : &br->mtex; in BKE_brush_gen_texture_cache()
/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/examples/iOS/xdelta3-ios-test/xdelta3-ios-test/
H A Dfile_v2.bin3327 int use_secondary = stream->sec_type != NULL;
3345 if (use_secondary) { hdr_ind |= VCD_SECONDARY; }
3364 if (use_secondary &&
3413 if (use_secondary)
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/examples/iOS/xdelta3-ios-test/xdelta3-ios-test/
H A Dfile_v2.bin3327 int use_secondary = stream->sec_type != NULL;
3345 if (use_secondary) { hdr_ind |= VCD_SECONDARY; }
3364 if (use_secondary &&
3413 if (use_secondary)
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c34568 bool use_secondary) in do_runahead() argument
34600 if ( !use_secondary in do_runahead()