Home
last modified time | relevance | path

Searched refs:cFull (Results 1 – 5 of 5) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/io-streams-1.5.2.0/src/System/IO/Streams/
H A DBuilder.hs118 fillWithBuildStep step (cDone buf) (cFull buf) (cInsert buf)
122 cFull buf !endPtr !_ newStep = do function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/io-streams-1.5.1.0/src/System/IO/Streams/
H A DBuilder.hs118 fillWithBuildStep step (cDone buf) (cFull buf) (cInsert buf)
122 cFull buf !endPtr !_ newStep = do function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.bidi/src/org/eclipse/equinox/bidi/internal/
H A DStructuredTextImpl.java422 char cFull, cFull2; in fullToLeanText() local
428 cFull = full.charAt(idxFull); in fullToLeanText()
429 if (cFull2 == cFull) { /* chars are equal, proceed */ in fullToLeanText()
440 if (cFull == curMark) { /* extra Mark in source full text */ in fullToLeanText()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgraresample.pas1021 cBorder, cFull, cUpLeft, cUpRight, cLowLeft, cLowRight: TBGRAPixel;
1175 cFull := psrc^;
1176 IncF(rSum, cFull.red * cFull.alpha);
1177 IncF(gSum, cFull.green * cFull.alpha);
1178 IncF(bSum, cFull.blue * cFull.alpha);
1179 IncF(aSum, cFull.alpha);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgraresample.pas1021 cBorder, cFull, cUpLeft, cUpRight, cLowLeft, cLowRight: TBGRAPixel;
1175 cFull := psrc^;
1176 IncF(rSum, cFull.red * cFull.alpha);
1177 IncF(gSum, cFull.green * cFull.alpha);
1178 IncF(bSum, cFull.blue * cFull.alpha);
1179 IncF(aSum, cFull.alpha);