OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmsD50Y
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmswtpnt.c
33
static cmsCIEXYZ D50XYZ = {cmsD50X,
cmsD50Y
, cmsD50Z};
cmsio1.c
58
static const cmsFloat64Number GrayInputMatrix[] = { (InpAdj*cmsD50X), (InpAdj*
cmsD50Y
), (InpAdj*cmsD50Z) };
60
static const cmsFloat64Number PickYMatrix[] = { 0, (OutpAdj*
cmsD50Y
), 0 };
[
all
...]
cmsxform.c
789
wtPt ->Y =
cmsD50Y
;
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h
260
#define
cmsD50Y
1.0
[
all
...]
Completed in 471 milliseconds