Home
last modified time | relevance | path

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

/dports/emulators/almostti/AlmostTI-DougMelton-Source/ATI85/Maemo/
H A DMaemo.c49 Image OutImage; /* Overall display image buffer */ variable
175 OutImage.Data = 0; in InitMachine()
204 if(!NewImage(&OutImage,800,480)) return(0); in InitMachine()
207 CropImage(&ScrImage,&OutImage,XOFFSET,YOFFSET,HEIGHT,WIDTH); in InitMachine()
210 SetVideo(&OutImage,0,0,800,480); in InitMachine()
259 FreeImage(&OutImage); in TrashMachine()
298 J=LoadPNG(&OutImage,P); in ShowBackdrop()
352 ClearImage(&OutImage,PIXEL(0,0,0)); in MaemoMenu()
359 LoadPNG(&OutImage,P); in MaemoMenu()
389 X = OutImage.H-1-((J>>16)&0x3FFF); in MaemoMenu()
[all …]
/dports/emulators/almostti/AlmostTI-DougMelton-Source/ATI85/Unix/
H A DUnix.c39 Image OutImage; /* Unix display image buffer */ variable
129 OutImage.Data = 0; in InitMachine()
139 if(!NewImage(&OutImage,WIDTH,HEIGHT)) { TrashUnix();return(0); } in InitMachine()
140 ClearImage(&OutImage,X11GetColor(0,0,0)); in InitMachine()
141 CropImage(&ScrImage,&OutImage,XOFFSET,YOFFSET,3*128,3*64); in InitMachine()
144 SetVideo(&OutImage,0,0,WIDTH,HEIGHT); in InitMachine()
174 FreeImage(&OutImage); in TrashMachine()
250 pixel *P = (pixel *)OutImage.Data;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/samples/order/
H A Dprocessor.go105 order.OutImage = ""
109 "OutImage": order.OutImage,
178 order.OutImage = fmt.Sprintf("%s-out.png", strings.TrimSuffix(order.InImage, "-in"))
179 w, err := p.bucket.NewWriter(ctx, order.OutImage, nil)
H A Dcommon.go26 OutImage string // name of output image; empty if there was an error member
H A Dprocessor_test.go77 OutImage: "cat1-out.png",
H A Dfrontend_test.go107 {ID: "a", Email: "pat@example.com", InImage: "a-in", OutImage: "a-out",
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/samples/order/
H A Dprocessor.go105 order.OutImage = ""
109 "OutImage": order.OutImage,
178 order.OutImage = fmt.Sprintf("%s-out.png", strings.TrimSuffix(order.InImage, "-in"))
179 w, err := p.bucket.NewWriter(ctx, order.OutImage, nil)
H A Dcommon.go26 OutImage string // name of output image; empty if there was an error member
H A Dprocessor_test.go77 OutImage: "cat1-out.png",
H A Dfrontend_test.go107 {ID: "a", Email: "pat@example.com", InImage: "a-in", OutImage: "a-out",
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/samples/order/
H A Dprocessor.go105 order.OutImage = ""
109 "OutImage": order.OutImage,
178 order.OutImage = fmt.Sprintf("%s-out.png", strings.TrimSuffix(order.InImage, "-in"))
179 w, err := p.bucket.NewWriter(ctx, order.OutImage, nil)
H A Dcommon.go26 OutImage string // name of output image; empty if there was an error member
H A Dprocessor_test.go77 OutImage: "cat1-out.png",
H A Dfrontend_test.go107 {ID: "a", Email: "pat@example.com", InImage: "a-in", OutImage: "a-out",
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/samples/order/
H A Dprocessor.go105 order.OutImage = ""
109 "OutImage": order.OutImage,
178 order.OutImage = fmt.Sprintf("%s-out.png", strings.TrimSuffix(order.InImage, "-in"))
179 w, err := p.bucket.NewWriter(ctx, order.OutImage, nil)
H A Dcommon.go26 OutImage string // name of output image; empty if there was an error member
H A Dprocessor_test.go77 OutImage: "cat1-out.png",
H A Dfrontend_test.go107 {ID: "a", Email: "pat@example.com", InImage: "a-in", OutImage: "a-out",
/dports/graphics/vigra/vigra-8acd73a/src/examples/
H A Dwatershed.cxx46 template <class InImage, class OutImage>
47 void watershedSegmentation(InImage & in, OutImage & out, double scale) in watershedSegmentation()
77 NumericTraits<typename OutImage::value_type>::zero()); in watershedSegmentation()
H A DweightedWatersheds.cxx69 template <class InImage, class OutImage>
70 void weightedWatershedSegmentation(InImage & in, OutImage & out, double scale, unsigned int oversam… in weightedWatershedSegmentation()
/dports/lang/cim/cim-3.37/test/
H A Dtest.sim23 procedure DumpRegs; begin OutImage; SetPos( 1); OutText("I = "); OutNum(I);
25 SetPos(41); OutText("CC = "); OutNum(CC); OutImage; end DumpRegs; procedure DumpIStore; begin
26 integer Inx; OutImage; OutText("IStore:"); for Inx := 0 step 1 until MaxIntt do begin if Mod(Inx,6)…
27 OutImage; OutInt(Inx,4); OutText(": "); end; OutInt(IStore(Inx), 11);
28 end for; OutImage; end DumpIStore; procedure DumpRStore;
29 begin integer Inx; OutImage; OutText("RStore:"); for Inx := 0 step 1 until MaxReal do begin
30 if Mod(Inx,5) = 0 then begin OutImage; OutInt(Inx,4); OutText(": "); end;
31 OutReal(RStore(Inx), 8, 14); end for; OutImage; end DumpRStore;
49 OutImage; OutText("Real division by zero."); OutImage; goto StopRun; end;
98 OutText("): "); OutText(T); OutImage; end inspect; end if; end inspect;
[all …]
/dports/graphics/photivo/photivo/Sources/
H A DptMain.cpp2271 ptImage* OutImage = NULL; in WriteOut() local
2274 OutImage = TheProcessor->m_Image_AfterEyeCandy; // Job mode -> no cache in WriteOut()
2276 if (!OutImage) OutImage = new(ptImage); in WriteOut()
2277 OutImage->Set(TheProcessor->m_Image_AfterEyeCandy); in WriteOut()
2280 BeforeGamma(OutImage, 1); in WriteOut()
2297 ptImage* ReturnValue = OutImage->lcmsRGBToRGB( in WriteOut()
2306 AfterAll(OutImage, 1); in WriteOut()
2308 EndSharpen(OutImage, OutputColorProfile, Settings->GetInt("OutputColorProfileIntent")); in WriteOut()
2314 bool FileWritten = OutImage->ptGMCWriteImage( in WriteOut()
2337 if (Settings->GetInt("JobMode") == 0) delete OutImage; in WriteOut()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfdocument.cpp1712 OutImage(currentImage, x, y, w, h, link); in Image()
1775 OutImage(currentImage, x, y, w, h, link); in Image()
1826 OutImage(currentImage, x, y, w, h, link); in Image()
H A Dpdfkernel.cpp2729 wxPdfDocument::OutImage(wxPdfImage* currentImage, in OutImage() function in wxPdfDocument
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfdocument.h2753 void OutImage(wxPdfImage* currentImage,