Home
last modified time | relevance | path

Searched defs:clr (Results 1 – 16 of 16) 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/opencv/otherlibs/highgui/
Dutils.cpp383 int count3, PaletteEntry clr ) in FillUniColor()
415 int count, uchar clr ) in FillUniGray()
451 PaletteEntry clr = palette[indices[0]]; in FillColorRow8() local
480 PaletteEntry clr = palette[idx >> 4]; in FillColorRow4() local
503 uchar clr = palette[idx >> 4]; in FillGrayRow4() local
535 PaletteEntry clr = palette[idx < 0]; in FillColorRow1() local
Dutils.h50 #define WRITE_PIX( ptr, clr ) \ argument
Dgrfmt_bmp.cpp263 PaletteEntry clr[2]; in ReadData() local
/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/llvm/test/MC/X86/
Dx86-64.s485 clr %di label
486 clr %esi label
487 clr %rsi label
/external/toybox/lib/
Dargs.c144 struct opts *clr; in gotflag() local
/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/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h518 inline void clr(unsigned int i) in clr() function
/external/mksh/src/
Dvar.c758 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) in typeset()
/external/opencv/cxcore/src/
Dcxdrawing.cpp2478 void* clr = (contour->flags & CV_SEQ_FLAG_HOLE) == 0 ? ext_buf : hole_buf; in cvDrawContours() local