OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConvertLuvToXYZ
(Results
1 - 2
of
2
) sorted by null
/external/ImageMagick/MagickCore/
gem-private.h
107
static inline void
ConvertLuvToXYZ
(const double L,const double u,const double v,
/external/ImageMagick/tests/
validate.c
516
static inline void
ConvertLuvToXYZ
(const double L,const double u,const double v,
538
ConvertLuvToXYZ
(100.0*L,354.0*u-134.0,262.0*v-140.0,&X,&Y,&Z);
[
all
...]
Completed in 43 milliseconds