Home
last modified time | relevance | path

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

/dports/graphics/art/ART-1.9.3/rtengine/
H A Drtlensfun.cc508 …aData *idata, int width, int height, const CoarseTransformParams &coarse, int rawRotationDeg) const in findModifier()
545 if (rawRotationDeg >= 0) { in findModifier()
546 int rot = (coarse.rotate + rawRotationDeg) % 360; in findModifier()
H A Dlensexif.h33 …mesMetaData *meta, int width, int height, const CoarseTransformParams &coarse, int rawRotationDeg);
H A Drtlensfun.h116 …Data *idata, int width, int height, const CoarseTransformParams &coarse, int rawRotationDeg) const;
H A Dlensexif.cc242 …mesMetaData *meta, int width, int height, const CoarseTransformParams &coarse, int rawRotationDeg): in ExifLensCorrection() argument
247 if (rawRotationDeg >= 0) { in ExifLensCorrection()
248 int rot = (coarse.rotate + rawRotationDeg) % 360; in ExifLensCorrection()
H A Dlcp.h189 int rawRotationDeg
H A Dlcp.cc988 int rawRotationDeg in LCPMapper() argument
1003 if (rawRotationDeg >= 0) { in LCPMapper()
1004 rot = (coarse.rotate + rawRotationDeg) % 360; in LCPMapper()
1012 …%i\n",vignette, fullWidth, fullHeight, focalLength, swapXY, mirrorX, mirrorY, rot, rawRotationDeg); in LCPMapper()
H A Dimprocfun.h110 … int oW, int oH, int fW, int fH, const FramesMetaData *metadata, int rawRotationDeg, bool highQual…
H A Diptransform.cc546 int rawRotationDeg, bool highQuality) in transform() argument
556 auto corr = new ExifLensCorrection(metadata, oW, oH, params->coarse, rawRotationDeg); in transform()
561 …ap = LFDatabase::getInstance()->findModifier(lf, metadata, oW, oH, params->coarse, rawRotationDeg); in transform()
564 …e::getInstance()->findModifier(params->lensProf, metadata, oW, oH, params->coarse, rawRotationDeg); in transform()
573 oW, oH, params->coarse, rawRotationDeg in transform()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Drtlensfun.cc517 int rawRotationDeg in findModifier()
555 if (rawRotationDeg >= 0) { in findModifier()
556 int rot = (coarse.rotate + rawRotationDeg) % 360; in findModifier()
H A Drtlensfun.h131 int rawRotationDeg
H A Dlcp.h195 int rawRotationDeg
H A Dlcp.cc986 int rawRotationDeg in LCPMapper() argument
1001 if (rawRotationDeg >= 0) { in LCPMapper()
1002 rot = (coarse.rotate + rawRotationDeg) % 360; in LCPMapper()
1010 …%i\n",vignette, fullWidth, fullHeight, focalLength, swapXY, mirrorX, mirrorY, rot, rawRotationDeg); in LCPMapper()
H A Dimprocfun.h122 bool needsTransform(int oW, int oH, int rawRotationDeg, const FramesMetaData *metadata) const;
159 … int oW, int oH, int fW, int fH, const FramesMetaData *metadata, int rawRotationDeg, bool fullImag…
H A Diptransform.cc539 int rawRotationDeg, bool fullImage, bool useOriginalBuffer) in transform() argument
549 …e::getInstance()->findModifier(params->lensProf, metadata, oW, oH, params->coarse, rawRotationDeg); in transform()
558 oW, oH, params->coarse, rawRotationDeg in transform()
1356 bool ImProcFunctions::needsTransform (int oW, int oH, int rawRotationDeg, const FramesMetaData *met… in needsTransform() argument
1360 …e::getInstance()->findModifier(params->lensProf, metadata, oW, oH, params->coarse, rawRotationDeg); in needsTransform()