OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmsNAMEDCOLORLIST
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsnamed.c
482
cmsBool GrowNamedColorList(
cmsNAMEDCOLORLIST
* v)
507
cmsNAMEDCOLORLIST
* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix)
509
cmsNAMEDCOLORLIST
* v = (
cmsNAMEDCOLORLIST
*) _cmsMallocZero(ContextID, sizeof(
cmsNAMEDCOLORLIST
));
530
void CMSEXPORT cmsFreeNamedColorList(
cmsNAMEDCOLORLIST
* v)
537
cmsNAMEDCOLORLIST
* CMSEXPORT cmsDupNamedColorList(const
cmsNAMEDCOLORLIST
* v)
539
cmsNAMEDCOLORLIST
* NewNC;
560
cmsBool CMSEXPORT cmsAppendNamedColor(
cmsNAMEDCOLORLIST
* NamedColorList
[
all
...]
lcms2_internal.h
820
cmsStage* _cmsStageAllocNamedColor(
cmsNAMEDCOLORLIST
* NamedColorList, cmsBool UsePCS);
[
all
...]
cmsio1.c
325
cmsNAMEDCOLORLIST
* nc = (
cmsNAMEDCOLORLIST
*) cmsReadTag(hProfile, cmsSigNamedColor2Tag);
718
cmsNAMEDCOLORLIST
* nc = (
cmsNAMEDCOLORLIST
*) cmsReadTag(hProfile, cmsSigNamedColor2Tag);
[
all
...]
cmsxform.c
895
xform ->InputColorant = cmsDupNamedColorList((
cmsNAMEDCOLORLIST
*) cmsReadTag(hProfiles[0], cmsSigColorantTableTag));
905
xform ->OutputColorant = cmsDupNamedColorList((
cmsNAMEDCOLORLIST
*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableOutTag));
912
xform -> OutputColorant = cmsDupNamedColorList((
cmsNAMEDCOLORLIST
*) cmsReadTag(hProfiles[nProfiles-1], cmsSigColorantTableTag));
[
all
...]
cmstypes.c
[
all
...]
cmsps2.c
1001
cmsNAMEDCOLORLIST
* NamedColorList;
[
all
...]
cmsvirt.c
935
cmsNAMEDCOLORLIST
*nc2 = NULL, *Original = NULL;
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h
[
all
...]
Completed in 331 milliseconds