Home
last modified time | relevance | path

Searched refs:dump_w (Results 1 – 7 of 7) sorted by relevance

/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevplib.c433 static int dump_w; variable
469 dump_w = w; in dump_start()
483 int w = dump_w; in dump_band()
489 r += bandBufferStride*3-dump_w; in dump_band()
490 g += bandBufferStride*3-dump_w; in dump_band()
491 b += bandBufferStride*3-dump_w; in dump_band()
496 int w = dump_w; in dump_band()
519 int w = dump_w; in dump_band()
526 r += bandBufferStride*4-dump_w; in dump_band()
535 int w = (dump_w+7)>>3; in dump_band()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevplib.c433 static int dump_w; variable
469 dump_w = w; in dump_start()
483 int w = dump_w; in dump_band()
489 r += bandBufferStride*3-dump_w; in dump_band()
490 g += bandBufferStride*3-dump_w; in dump_band()
491 b += bandBufferStride*3-dump_w; in dump_band()
496 int w = dump_w; in dump_band()
519 int w = dump_w; in dump_band()
526 r += bandBufferStride*4-dump_w; in dump_band()
535 int w = (dump_w+7)>>3; in dump_band()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevplib.c398 static int dump_w; variable
430 dump_w = w; in dump_start()
444 int w = dump_w; in dump_band()
450 r += bandBufferStride*3-dump_w; in dump_band()
451 g += bandBufferStride*3-dump_w; in dump_band()
452 b += bandBufferStride*3-dump_w; in dump_band()
457 int w = dump_w; in dump_band()
480 int w = dump_w; in dump_band()
487 r += bandBufferStride*4-dump_w; in dump_band()
496 int w = (dump_w+7)>>3; in dump_band()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevplib.c398 static int dump_w; variable
430 dump_w = w; in dump_start()
444 int w = dump_w; in dump_band()
450 r += bandBufferStride*3-dump_w; in dump_band()
451 g += bandBufferStride*3-dump_w; in dump_band()
452 b += bandBufferStride*3-dump_w; in dump_band()
457 int w = dump_w; in dump_band()
480 int w = dump_w; in dump_band()
487 r += bandBufferStride*4-dump_w; in dump_band()
496 int w = (dump_w+7)>>3; in dump_band()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/mp42avi/
H A Dmain.c649 u32 dump_w, dump_h; in main() local
663 dump_w = dump_h = 0; in main()
683 sscanf(argv[i+1], "%dx%d", &dump_w, &dump_h); in main()
760 …bifs3d_viewpoints_merger(file, szConfigFile, dump_w, dump_h, rad, dump_type, dump_out, fps_dump, f… in main()
762 …else bifs_to_vid(file, szConfigFile, dump_w, dump_h, rad, dump_type, dump_out, fps_dump, frameID, … in main()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/mp42avi/
H A Dmain.c649 u32 dump_w, dump_h; in main() local
663 dump_w = dump_h = 0; in main()
683 sscanf(argv[i+1], "%dx%d", &dump_w, &dump_h); in main()
760 …bifs3d_viewpoints_merger(file, szConfigFile, dump_w, dump_h, rad, dump_type, dump_out, fps_dump, f… in main()
762 …else bifs_to_vid(file, szConfigFile, dump_w, dump_h, rad, dump_type, dump_out, fps_dump, frameID, … in main()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-utils-arm64.cc353 Register dump_w = dump.W(); in Dump() local
433 __ Str(dump_w, MemOperand(dump2, dump.code() * kWRegSize)); in Dump()