Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dcolor.cxx185 inline sal_Int32 lclGamma( sal_Int32 nComp, double fGamma ) in lclGamma() function
482 mnC1 = lclGamma( mnC1, INC_GAMMA ); in getColor()
483 mnC2 = lclGamma( mnC2, INC_GAMMA ); in getColor()
484 mnC3 = lclGamma( mnC3, INC_GAMMA ); in getColor()
489 mnC1 = lclGamma( mnC1, DEC_GAMMA ); in getColor()
490 mnC2 = lclGamma( mnC2, DEC_GAMMA ); in getColor()
491 mnC3 = lclGamma( mnC3, DEC_GAMMA ); in getColor()
538 mnC1 = lclCrgbCompToRgbComp( lclGamma( mnC1, INC_GAMMA ) ); in toRgb()
539 mnC2 = lclCrgbCompToRgbComp( lclGamma( mnC2, INC_GAMMA ) ); in toRgb()
540 mnC3 = lclCrgbCompToRgbComp( lclGamma( mnC3, INC_GAMMA ) ); in toRgb()
[all …]

Completed in 15 milliseconds