digikam
dng_utils.h
Go to the documentation of this file.
Conditional compilation flags for DNG SDK.
#define t
void DNG_HSVtoRGB(real32 h, real32 s, real32 v, real32 &r, real32 &g, real32 &b)
Definition: dng_utils.h:606
Definition: dng_utils.h:667
Definition: dng_rect.h:145
Definition: dng_point.h:63
void DNG_RGBtoHSV(real32 r, real32 g, real32 b, real32 &h, real32 &s, real32 &v)
Definition: dng_utils.h:552
#define p
uint32 RoundUpForPixelSize(uint32 x, uint32 pixelSize)
Definition: dng_utils.h:239
real64 MaxDistancePointToRect(const dng_point_real64 &point, const dng_rect_real64 &rect)
Definition: dng_utils.cpp:210
real64 MaxSquaredDistancePointToRect(const dng_point_real64 &point, const dng_rect_real64 &rect)
Definition: dng_utils.cpp:185
#define q
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:09:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 12 2019 03:09:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.