OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_COLORSPACE
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsopt.c
568
ColorSpace = _cmsICCcolorSpace(
T_COLORSPACE
(*InputFormat));
569
OutputColorSpace = _cmsICCcolorSpace(
T_COLORSPACE
(*OutputFormat));
962
if (
T_COLORSPACE
(*InputFormat) != PT_RGB) return FALSE;
963
if (
T_COLORSPACE
(*OutputFormat) != PT_RGB) return FALSE;
980
ColorSpace = _cmsICCcolorSpace(
T_COLORSPACE
(*InputFormat));
981
OutputColorSpace = _cmsICCcolorSpace(
T_COLORSPACE
(*OutputFormat));
[
all
...]
cmsxform.c
770
int Space1 =
T_COLORSPACE
(dwFormat);
[
all
...]
cmspack.c
895
switch (
T_COLORSPACE
(Type)) {
[
all
...]
/external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp
480
pCmm->m_bLab =
T_COLORSPACE
(pInputParam->dwFormat) == PT_Lab;
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h
680
#define
T_COLORSPACE
(s) (((s)>>16)&31)
[
all
...]
Completed in 68 milliseconds