OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheOut
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsxform.c
401
memcpy(wOut, Cache.
CacheOut
, sizeof(Cache.
CacheOut
));
408
memcpy(Cache.
CacheOut
, wOut, sizeof(Cache.
CacheOut
));
445
memcpy(wOut, Cache.
CacheOut
, sizeof(Cache.
CacheOut
));
450
memcpy(Cache.
CacheOut
, wOut, sizeof(Cache.
CacheOut
));
929
TransformOnePixelWithGamutCheck(xform, xform ->Cache.CacheIn, xform->Cache.
CacheOut
);
933
xform ->Lut ->Eval16Fn(xform ->Cache.CacheIn, xform->Cache.
CacheOut
, xform -> Lut->Data)
[
all
...]
lcms2_internal.h
943
cmsUInt16Number
CacheOut
[cmsMAXCHANNELS];
[
all
...]
Completed in 44 milliseconds