Home
last modified time | relevance | path

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

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YPbPr/constant/
H A Dparameter.hpp25 static /* constexpr*/ scalar_type const CRed() { return 0.0; } in CRed() function
37 …static /* constexpr*/ scalar_type const CRed() { return 0.298839 ; } // TODO 337775559/11300000… in CRed() function
38 …static /* constexpr*/ scalar_type const CGreen() { return 1 - base_type::CRed() - base_type::CBlu… in CGreen()
48 …static /* constexpr*/ scalar_type const CRed() { return 0.2126729; } // TODO 2647777 / 12450000 in CRed() function
49 …static /* constexpr*/ scalar_type const CGreen() { return 1 - base_type::CRed() - base_type::CBlu… in CGreen()
59 …static /* constexpr*/ scalar_type const CRed() { return 0.2627; } // TODO 278309653657/10593325… in CRed() function
60 …static /* constexpr*/ scalar_type const CGreen() { return 1 - base_type::CRed() - base_type::CBlu… in CGreen()
87 static /* constexpr*/ scalar_type const a13(){ return 2*( 1- this_type::CRed() ); } in a13()
90 …c /* constexpr*/ scalar_type const a23(){ return 2 * this_type::CRed() *( this_type::CRed() - 1 )… in a23()
96 static /* constexpr*/ scalar_type const b11(){ return this_type::CRed(); } in b11()
[all …]
/dports/graphics/photivo/photivo/Sources/filters/
H A DptFilter_ColorIntensity.cpp33 const QString CRed = "Red"; variable
61 …<< ptCfgItem({CRed, ptCfgItem::Slider, 0, -100, 100, … in doDefineControls()
83 (FConfig.value(CRed).toInt() != 0) || in doCheckHasActiveCfg()
93 FConfig.value(CRed).toInt(), in doRunFilter()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/imagery/imagery_tools/
H A Devi.cpp142 double CRed = Parameters("CRED" )->asDouble(); in On_Execute() local
159 d = L + pNIR->asDouble(x, y) + CRed * pRed->asDouble(x, y) + CBlue * pBlue->asDouble(x, y); in On_Execute()
163 d = L + pNIR->asDouble(x, y) + CRed * pRed->asDouble(x, y); in On_Execute()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Ddraw.h116 CRed = 0, enumerator
141 RGB15 = CHAN4(CIgnore, 1, CRed, 5, CGreen, 5, CBlue, 5),
142 RGB16 = CHAN3(CRed, 5, CGreen, 6, CBlue, 5),
143 RGB24 = CHAN3(CRed, 8, CGreen, 8, CBlue, 8),
144 BGR24 = CHAN3(CBlue, 8, CGreen, 8, CRed, 8),
145 RGBA32 = CHAN4(CRed, 8, CGreen, 8, CBlue, 8, CAlpha, 8),
146 ARGB32 = CHAN4(CAlpha, 8, CRed, 8, CGreen, 8, CBlue, 8), /* stupid VGAs */
147 ABGR32 = CHAN4(CAlpha, 8, CBlue, 8, CGreen, 8, CRed, 8),
148 XRGB32 = CHAN4(CIgnore, 8, CRed, 8, CGreen, 8, CBlue, 8),
149 XBGR32 = CHAN4(CIgnore, 8, CBlue, 8, CGreen, 8, CRed, 8)
/dports/net/drawterm/drawterm/include/
H A Ddraw.h115 CRed = 0, enumerator
140 RGB15 = CHAN4(CIgnore, 1, CRed, 5, CGreen, 5, CBlue, 5),
141 RGB16 = CHAN3(CRed, 5, CGreen, 6, CBlue, 5),
142 RGB24 = CHAN3(CRed, 8, CGreen, 8, CBlue, 8),
143 BGR24 = CHAN3(CBlue, 8, CGreen, 8, CRed, 8),
144 RGBA32 = CHAN4(CRed, 8, CGreen, 8, CBlue, 8, CAlpha, 8),
145 ARGB32 = CHAN4(CAlpha, 8, CRed, 8, CGreen, 8, CBlue, 8), /* stupid VGAs */
146 XRGB32 = CHAN4(CIgnore, 8, CRed, 8, CGreen, 8, CBlue, 8),
147 XBGR32 = CHAN4(CIgnore, 8, CBlue, 8, CGreen, 8, CRed, 8),
/dports/net/drawterm/drawterm/libmemdraw/
H A Ddraw.c1578 b.red = r+img->shift[CRed]/8; in readbyte()
1587 rrepl = replbit[img->nbits[CRed]]; in readbyte()
1603 ured = rrepl[(u >> img->shift[CRed]) & img->mask[CRed]]; in readbyte()
1613 *w++ = rrepl[(u >> img->shift[CRed]) & img->mask[CRed]]; in readbyte()
1686 u |= ((*red >> (8-img->nbits[CRed])) & img->mask[CRed]) << img->shift[CRed]; in writebyte()
2043 case CRed: in _imgtorgba()
2086 case CRed: in _rgbatoimg()
H A Ddrawtest.c815 case CRed: in getpixel()
921 case CRed: in putpixel()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libmemdraw/
H A Ddraw.c1581 b.red = r+img->shift[CRed]/8; in readbyte()
1589 rrepl = replbit[img->nbits[CRed]]; in readbyte()
1603 ured = rrepl[(u >> img->shift[CRed]) & img->mask[CRed]]; in readbyte()
1611 *w++ = rrepl[(u >> img->shift[CRed]) & img->mask[CRed]]; in readbyte()
1683 u |= ((*red >> (8-img->nbits[CRed])) & img->mask[CRed]) << img->shift[CRed]; in writebyte()
2035 case CRed: in _imgtorgba()
2078 case CRed: in _rgbatoimg()
H A Ddrawtest.c813 case CRed: in getpixel()
919 case CRed: in putpixel()
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-gadts/
H A Domega07.ml557 | CRed : int * dir * (black,'n) sub_tree * (red,'n) ctxt -> (black,'n) ctxt
577 | CRed : int * dir * (black, 'n) sub_tree *
602 | CRed (e, LeftD, uncle, c) -> fill c (Rnode (uncle, e, t))
603 | CRed (e, RightD, uncle, c) -> fill c (Rnode (t, e, uncle))
650 | CRed (e, dir, sib, CBlk (e', dir', uncle, ct)) ->
662 if e < e' then ins e l (CRed (e', RightD, r, ct))
663 else ins e r (CRed (e', LeftD, l, ct))
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-gadts/
H A Domega07.ml557 | CRed : int * dir * (black,'n) sub_tree * (red,'n) ctxt -> (black,'n) ctxt
577 | CRed : int * dir * (black, 'n) sub_tree *
602 | CRed (e, LeftD, uncle, c) -> fill c (Rnode (uncle, e, t))
603 | CRed (e, RightD, uncle, c) -> fill c (Rnode (t, e, uncle))
650 | CRed (e, dir, sib, CBlk (e', dir', uncle, ct)) ->
662 if e < e' then ins e l (CRed (e', RightD, r, ct))
663 else ins e r (CRed (e', LeftD, l, ct))
/dports/net/drawterm/drawterm/gui-x11/
H A Dx11.c791 xscreenchan = CHAN4(CIgnore, 8, CRed, 8, CGreen, 8, CBlue, 8); in xinitscreen()
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/parsetree/
H A Dsource.ml1864 | CRed : int * dir * (black,'n) sub_tree * (red,'n) ctxt -> (black,'n) ctxt
1885 | CRed (e, LeftD, uncle, c) -> fill c (Rnode (uncle, e, t))
1886 | CRed (e, RightD, uncle, c) -> fill c (Rnode (t, e, uncle))
1910 | CRed (e, dir, sib, CBlk (e', dir', uncle, ct)) ->
1919 if e < e' then ins e l (CRed (e', RightD, r, ct))
1920 else ins e r (CRed (e', LeftD, l, ct))
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/parsetree/
H A Dsource.ml1864 | CRed : int * dir * (black,'n) sub_tree * (red,'n) ctxt -> (black,'n) ctxt
1885 | CRed (e, LeftD, uncle, c) -> fill c (Rnode (uncle, e, t))
1886 | CRed (e, RightD, uncle, c) -> fill c (Rnode (t, e, uncle))
1910 | CRed (e, dir, sib, CBlk (e', dir', uncle, ct)) ->
1919 if e < e' then ins e l (CRed (e', RightD, r, ct))
1920 else ins e r (CRed (e', LeftD, l, ct))
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/
H A Dcolor.pp2f.hpp28006 static scalar_type const CRed() { in CRed() function
28023 static scalar_type const CRed() { in CRed() function
28027 return 1 - base_type::CRed() - base_type::CBlue(); in CGreen()
28039 static scalar_type const CRed() { in CRed() function
28043 return 1 - base_type::CRed() - base_type::CBlue(); in CGreen()
28055 static scalar_type const CRed() { in CRed() function
28059 return 1 - base_type::CRed() - base_type::CBlue(); in CGreen()
28104 return 2*(1- this_type::CRed()); in a13()
28113 return 2 * this_type::CRed() *(this_type::CRed() - 1) / this_type::CGreen(); in a23()
28126 return this_type::CRed(); in b11()
[all …]
/dports/biology/bbmap/bbmap/resources/
H A Dblacklist_refseq_merged.sketch28050 7n^CRed
/dports/graphics/digikam/digikam-7.4.0/
H A DChangeLog296709 * libs/dimg/filters/noisereductionsettings.cpp: CRed and CBlue