OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CT_CMYK
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/include/fpdfdoc/
fpdf_ap.h
33
#define
CT_CMYK
3
/external/pdfium/core/src/fpdfdoc/
doc_ap.cpp
227
return CPVT_Color(
CT_CMYK
, f1, f2, f3, f4);
242
rt = CPVT_Color(
CT_CMYK
, array.GetFloat(0), array.GetFloat(1), array.GetFloat(2), array.GetFloat(3));
[
all
...]
Completed in 1133 milliseconds