Home
last modified time | relevance | path

Searched defs:clr (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmscam02.c103 CAM02COLOR XYZtoCAT02(CAM02COLOR clr) in XYZtoCAT02()
113 CAM02COLOR ChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) in ChromaticAdaptation()
128 CAM02COLOR CAT02toHPE(CAM02COLOR clr) in CAT02toHPE()
150 CAM02COLOR NonlinearCompression(CAM02COLOR clr, cmsCIECAM02* pMod) in NonlinearCompression()
174 CAM02COLOR ComputeCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) in ComputeCorrelates()
244 CAM02COLOR InverseCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseCorrelates()
297 CAM02COLOR InverseNonlinearity(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseNonlinearity()
315 CAM02COLOR HPEtoCAT02(CAM02COLOR clr) in HPEtoCAT02()
337 CAM02COLOR InverseChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseChromaticAdaptation()
349 CAM02COLOR CAT02toXYZ(CAM02COLOR clr) in CAT02toXYZ()
[all …]
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s448 clr %di label
449 clr %esi label
450 clr %rsi label
/external/zlib/src/examples/
Dgzjoin.c279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy()
/external/toybox/lib/
Dargs.c144 struct opts *clr; in gotflag() local
/external/llvm/test/MC/X86/
Dx86-64.s485 clr %di label
486 clr %esi label
487 clr %rsi label
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp728 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, in SetHighlightColor()
737 void CPDFSDK_InterForm::SetAllHighlightColors(FX_COLORREF clr) { in SetAllHighlightColors()
/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp330 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local
Des3fMultisampleTests.cpp1180 const tcu::RGBA& clr = clearedImg.getPixel(x, y); in iterate() local
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp330 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local
Des2fMultisampleTests.cpp1021 const tcu::RGBA& clr = clearedImg.getPixel(x, y); in iterate() local
/external/mksh/src/
Dvar.c758 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) in typeset()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h518 inline void clr(unsigned int i) in clr() function