Searched defs:Pipeline (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java132 Pipeline pipe1 = null;
133 Pipeline pipe2 = null;
276 pipe1 = new Pipeline(fromClient, toServer);
277 pipe2 = new Pipeline(fromServer, toClient);
511 * Pipeline object :-
515 static class Pipeline implements Runnable { class in class:TunnelProxy
520 public Pipeline(InputStream is, OutputStream os) { method in class:TunnelProxy.Pipeline
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsps2.c81 implemented as a set of curves), matrix-shaper and Pipeline-based.
298 _cmsStageCLutData* Pipeline; member in struct:__anon838
605 // Out[] The Pipeline values, normalized to 0..ffff
609 // Each row contains Pipeline values for all but first component. So, I
675 for (i=0; i < sc -> Pipeline ->Params->nOutputs; i++) {
690 // Writes a Pipeline on memstream. Could be 8 or 16 bits based
705 sc.Pipeline = (_cmsStageCLutData *) mpe ->Data;
717 for (i=0; i < sc.Pipeline->Params->nInputs; i++)
718 _cmsIOPrintf(m, " %d ", sc.Pipeline->Params->nSamples[i]);
800 int EmitCIEBasedDEF(cmsIOHANDLER* m, cmsPipeline* Pipeline, in argument
[all...]
H A Dcmsvirt.c305 cmsPipeline* Pipeline; local
324 // Creates a Pipeline with prelinearization step only
325 Pipeline = cmsPipelineAlloc(ContextID, nChannels, nChannels);
326 if (Pipeline == NULL) goto Error;
329 // Copy tables to Pipeline
333 cmsPipelineInsertStage(Pipeline, cmsAT_BEGIN, Lin);
337 if (!cmsWriteTag(hICC, cmsSigAToB0Tag, (void*) Pipeline)) goto Error;
340 // Pipeline is already on virtual profile
341 cmsPipelineFree(Pipeline);
442 // Creates a Pipeline wit
746 cmsPipeline* Pipeline; local
[all...]

Completed in 43 milliseconds