Home
last modified time | relevance | path

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

/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_temperature.h31 real64 fTint; variable
38 , fTint (0.0) in dng_temperature()
47 , fTint (tint ) in dng_temperature()
56 , fTint (0.0) in dng_temperature()
74 fTint = tint; in SetTint()
79 return fTint; in Tint()
H A Ddng_temperature.cpp159 fTint = (uu * du + vv * dv) * kTintScale; in Set_xy_coord()
189 real64 offset = fTint * (1.0 / kTintScale); in Get_xy_coord()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_temperature.h31 real64 fTint; variable
38 , fTint (0.0) in dng_temperature()
47 , fTint (tint ) in dng_temperature()
56 , fTint (0.0) in dng_temperature()
74 fTint = tint; in SetTint()
79 return fTint; in Tint()
H A Ddng_temperature.cpp154 fTint = (uu * du + vv * dv) * kTintScale; in Set_xy_coord()
184 real64 offset = fTint * (1.0 / kTintScale); in Get_xy_coord()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/drawingml/
H A Dcolor.hxx75 void addChartTintTransformation( double fTint );
77 void addExcelTintTransformation( double fTint );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/drawingml/
H A Dcolor.hxx72 void addChartTintTransformation( double fTint );
74 void addExcelTintTransformation( double fTint );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dcolor.cxx312 void Color::addChartTintTransformation( double fTint ) in addChartTintTransformation() argument
314 …sal_Int32 nValue = getLimitedValue< sal_Int32, double >( fTint * MAX_PERCENT + 0.5, -MAX_PERCENT, … in addChartTintTransformation()
321 void Color::addExcelTintTransformation( double fTint ) in addExcelTintTransformation() argument
323 …sal_Int32 nValue = getLimitedValue< sal_Int32, double >( fTint * MAX_PERCENT + 0.5, -MAX_PERCENT, … in addExcelTintTransformation()
686 double fTint = 1.0 - fLum; // interval [0.0, 1.0] (white...full color) in toRgb() local
687 fR = 1.0 - ((1.0 - fR) * fTint); in toRgb()
688 fG = 1.0 - ((1.0 - fG) * fTint); in toRgb()
689 fB = 1.0 - ((1.0 - fB) * fTint); in toRgb()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dcolor.cxx346 void Color::addChartTintTransformation( double fTint ) in addChartTintTransformation() argument
348 …sal_Int32 nValue = getLimitedValue< sal_Int32, double >( fTint * MAX_PERCENT + 0.5, -MAX_PERCENT, … in addChartTintTransformation()
355 void Color::addExcelTintTransformation( double fTint ) in addExcelTintTransformation() argument
357 …sal_Int32 nValue = getLimitedValue< sal_Int32, double >( fTint * MAX_PERCENT + 0.5, -MAX_PERCENT, … in addExcelTintTransformation()
720 double fTint = 1.0 - fLum; // interval [0.0, 1.0] (white...full color) in toRgb() local
721 fR = 1.0 - ((1.0 - fR) * fTint); in toRgb()
722 fG = 1.0 - ((1.0 - fG) * fTint); in toRgb()
723 fB = 1.0 - ((1.0 - fB) * fTint); in toRgb()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx250 void Color::setRgb( ::Color nRgbValue, double fTint ) in setRgb() argument
254 if( fTint != 0.0 ) addExcelTintTransformation( fTint ); in setRgb()
257 void Color::setTheme( sal_Int32 nThemeIdx, double fTint ) in setTheme() argument
264 if( fTint != 0.0 ) addExcelTintTransformation( fTint ); in setTheme()
271 if( fTint != 0.0 ) addExcelTintTransformation( fTint ); in setIndexed()
302 double fTint = nTint; in importColor() local
304 fTint /= -SAL_MIN_INT16; in importColor()
306 fTint /= SAL_MAX_INT16; in importColor()
315 setIndexed( nIndex, fTint ); in importColor()
319 setRgb( lclReadRgbColor( rStrm ), fTint ); in importColor()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dstylesbuffer.cxx249 void Color::setRgb( ::Color nRgbValue, double fTint ) in setRgb() argument
253 if( fTint != 0.0 ) addExcelTintTransformation( fTint ); in setRgb()
256 void Color::setTheme( sal_Int32 nThemeIdx, double fTint ) in setTheme() argument
263 if( fTint != 0.0 ) addExcelTintTransformation( fTint ); in setTheme()
270 if( fTint != 0.0 ) addExcelTintTransformation( fTint ); in setIndexed()
301 double fTint = nTint; in importColor() local
303 fTint /= -SAL_MIN_INT16; in importColor()
305 fTint /= SAL_MAX_INT16; in importColor()
314 setIndexed( nIndex, fTint ); in importColor()
318 setRgb( lclReadRgbColor( rStrm ), fTint ); in importColor()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx91 void setRgb( ::Color nRgbValue, double fTint = 0.0 );
93 void setTheme( sal_Int32 nThemeIdx, double fTint = 0.0 );
95 void setIndexed( sal_Int32 nPaletteIdx, double fTint = 0.0 );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dstylesbuffer.hxx93 void setRgb( ::Color nRgbValue, double fTint = 0.0 );
95 void setTheme( sal_Int32 nThemeIdx, double fTint = 0.0 );
97 void setIndexed( sal_Int32 nPaletteIdx, double fTint = 0.0 );
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Ddcp.cc2031 double fTint = 0; in dngref_XYCoord2Temperature() local
2090 fTint = (uu * du + vv * dv) * kTintScale; in dngref_XYCoord2Temperature()
2105 *tint = fTint; in dngref_XYCoord2Temperature()