Home
last modified time | relevance | path

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

1234

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/opimage/
H A DHueRotateOpImage.java31 private float toSRGB[][]; field in HueRotateOpImage
40toSRGB = new Matrix(sRGB.getMatrix()).inverse().times(new Matrix(((ICC_ProfileRGB) JAIContext.line… in HueRotateOpImage()
96 rgb[0] = (toSRGB[0][0] * r + toSRGB[0][1] * g + toSRGB[0][2] * b) / (float) 0xffff; in ushortLoop()
97 rgb[1] = (toSRGB[1][0] * r + toSRGB[1][1] * g + toSRGB[1][2] * b) / (float) 0xffff; in ushortLoop()
98 rgb[2] = (toSRGB[2][0] * r + toSRGB[2][1] * g + toSRGB[2][2] * b) / (float) 0xffff; in ushortLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DApplyGammaTest.cpp51 bool check_gamma(uint32_t src, uint32_t dst, bool toSRGB, float error, in check_gamma() argument
72 if (toSRGB) { in check_gamma()
118 for (auto toSRGB : { false, true }) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
133 gammaPaint.setColorFilter(toSRGB ? SkColorFilters::LinearToSRGBGamma() in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
152 if (!check_gamma(s, r, toSRGB, error, &expected)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
155 toSRGB ? "ToSRGB" : "ToLinear", r); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/dports/devel/stack/stack-2.7.3/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/ports-mgmt/hs-panopticum/panopticum-3e29a6b2b989855a8e0dd5e93fcda5ba7b748999/_cabal_deps/colour-2.3.6/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/colour-2.3.6/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/colour-2.3.6/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/lang/elm/compiler-0.19.1/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/colour-2.3.6/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/colour-2.3.5/Data/Colour/
H A DSRGB.hs27 ,toSRGB24, toSRGBBounded, toSRGB
77 toSRGB :: (Ord b, Floating b) => Colour b -> RGB b
78 toSRGB c = fmap transferFunction (toRGB c) function
86 toSRGBBounded c = fmap f (toSRGB c)

1234