OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UsedDirection
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsio1.c
825
cmsBool CMSEXPORT cmsIsCLUT(cmsHPROFILE hProfile, cmsUInt32Number Intent, cmsUInt32Number
UsedDirection
)
834
switch (
UsedDirection
) {
845
cmsSignalError(cmsGetProfileContextID(hProfile), cmsERROR_RANGE, "Unexpected direction (%d)",
UsedDirection
);
856
cmsUInt32Number Intent, cmsUInt32Number
UsedDirection
)
859
if (cmsIsCLUT(hProfile, Intent,
UsedDirection
)) return TRUE;
[
all
...]
/external/pdfium/third_party/lcms2-2.6/include/
lcms2.h
[
all
...]
Completed in 52 milliseconds