Searched defs:PCS (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/core/
H A DSkColorSpace_A2B.h21 // a workable PCS (ie XYZ).
157 enum class PCS : uint8_t { class in class:SkColorSpace_A2B
162 PCS pcs() const { return fPCS; }
166 SkColorSpace_A2B(ICCTypeFlag iccType, std::vector<Element> elements, PCS pcs,
172 PCS fPCS;
/external/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h52 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} argument
H A DBitstreamReader.h424 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} argument
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DBitstreamWriter.h48 Block(unsigned PCS, unsigned SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} argument
H A DBitstreamReader.h145 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} argument
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsio1.c225 // XYZ PCS in encoded in 1.15 format, and the matrix output comes in 0..0xffff range, so
275 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); local
292 if ( PCS == cmsSigLabData)
297 else if( PCS == cmsSigXYZData)
382 // Add a matrix for conversion V2 to V4 Lab PCS
399 // The tables are the PCS iluminant, scaled across GrayTRC
411 // given by Y on XYZ PCS and by L* on Lab PCS, Both across inverse TRC curve.
471 // XYZ PCS in encoded in 1.15 format, and the matrix input should come in 0..0xffff range, so
547 cmsColorSpaceSignature PCS local
669 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); local
[all...]
H A Dcmsnamed.c570 cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS])
584 NamedColorList ->List[NamedColorList ->nColors].PCS[i] = PCS == NULL ? 0 : PCS[i];
612 cmsUInt16Number* PCS,
622 if (PCS)
623 memmove(PCS, NamedColorList ->List[nColor].PCS, 3*sizeof(cmsUInt16Number));
676 Out[0] = (cmsFloat32Number) (NamedColorList->List[index].PCS[0] / 65535.0);
677 Out[1] = (cmsFloat32Number) (NamedColorList->List[index].PCS[
568 cmsAppendNamedColor(cmsNAMEDCOLORLIST* NamedColorList, const char* Name, cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) argument
608 cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColor, char* Name, char* Prefix, char* Suffix, cmsUInt16Number* PCS, cmsUInt16Number* Colorant) argument
[all...]
H A Dcmsvirt.c888 cmsColorSpaceSignature PCS,
893 if (IsPCS(ColorSpace) && IsPCS(PCS)) {
897 cmsSetPCS(hProfile, PCS);
901 if (IsPCS(ColorSpace) && !IsPCS(PCS)) {
905 cmsSetColorSpace(hProfile, PCS);
909 if (IsPCS(PCS) && !IsPCS(ColorSpace)) {
913 cmsSetPCS(hProfile, PCS);
920 cmsSetPCS(hProfile, PCS);
927 // It has, however, several minor limitations. PCS is always Lab, which is not very critic since this
928 // is the normal PCS fo
886 FixColorSpaces(cmsHPROFILE hProfile, cmsColorSpaceSignature ColorSpace, cmsColorSpaceSignature PCS, cmsUInt32Number dwFlags) argument
[all...]
H A Dlcms2_internal.h674 cmsUInt16Number PCS[3]; member in struct:__anon15926
716 cmsColorSpaceSignature PCS; member in struct:_cms_iccprofile_struct
H A Dcmstypes.c1734 // 8 bit lut may be scaled easely to v4 PCS, but we need also to properly adjust
1735 // PCS on BToAxx tags and AtoB if abstract. We need to fix input direction.
2980 cmsUInt16Number PCS[3]; local
2996 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error;
2998 if (!cmsAppendNamedColor(List, Name, PCS, NULL)) goto Error;
3029 cmsUInt16Number PCS[3]; local
3031 if (!cmsNamedColorInfo(NamedColorList, i, root, NULL, NULL, PCS, NULL)) return 0;
3035 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE;
3071 //coordinates for 7-bit ASCII color names. For each named color, a PCS and optional
3076 //The PCS representatio
3116 cmsUInt16Number PCS[3]; local
3165 cmsUInt16Number PCS[3]; local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3805 PcsAttr::PCSType PCS; local
3808 PCS = PcsAttr::AAPCS;
3811 PCS = PcsAttr::AAPCS_VFP;
3818 PcsAttr(Attr.getRange(), S.Context, PCS,

Completed in 404 milliseconds