Searched refs:clr (Results 1 - 25 of 30) sorted by relevance

12

/external/pdfium/third_party/lcms/src/
H A Dcmscam02.c103 CAM02COLOR XYZtoCAT02(CAM02COLOR clr) argument
105 clr.RGB[0] = (clr.XYZ[0] * 0.7328) + (clr.XYZ[1] * 0.4296) + (clr.XYZ[2] * -0.1624);
106 clr.RGB[1] = (clr.XYZ[0] * -0.7036) + (clr.XYZ[1] * 1.6975) + (clr.XYZ[2] * 0.0061);
107 clr
113 ChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) argument
128 CAT02toHPE(CAM02COLOR clr) argument
150 NonlinearCompression(CAM02COLOR clr, cmsCIECAM02* pMod) argument
174 ComputeCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) argument
244 InverseCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) argument
297 InverseNonlinearity(CAM02COLOR clr, cmsCIECAM02* pMod) argument
315 HPEtoCAT02(CAM02COLOR clr) argument
337 InverseChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) argument
349 CAT02toXYZ(CAM02COLOR clr) argument
438 CAM02COLOR clr; local
464 CAM02COLOR clr; local
[all...]
/external/opencv/otherlibs/highgui/
H A Dutils.h50 #define WRITE_PIX( ptr, clr ) \
51 (((uchar*)(ptr))[0] = (clr).b, \
52 ((uchar*)(ptr))[1] = (clr).g, \
53 ((uchar*)(ptr))[2] = (clr).r)
100 int& y, int height, int count3, PaletteEntry clr );
102 int& y, int height, int count3, uchar clr );
H A Dutils.cpp383 int count3, PaletteEntry clr )
396 WRITE_PIX( data, clr );
415 int count, uchar clr )
428 *data = clr;
451 PaletteEntry clr = palette[indices[0]]; local
452 WRITE_PIX( data - 3, clr );
480 PaletteEntry clr = palette[idx >> 4]; local
481 WRITE_PIX( data - 6, clr );
485 clr = palette[idx & 15];
486 WRITE_PIX( data - 3, clr );
503 uchar clr = palette[idx >> 4]; local
535 PaletteEntry clr = palette[idx < 0]; local
[all...]
H A Dgrfmt_bmp.cpp263 PaletteEntry clr[2]; local
267 clr[0] = m_palette[code >> 4];
268 clr[1] = m_palette[code & 15];
277 WRITE_PIX( data, clr[t] );
/external/valgrind/none/tests/s390x/
H A Dcomp-2.stdout.exp0 clr (0, 0) --> cc = 0
2 clr (0, 1) --> cc = 1
3 clr (1, 0) --> cc = 2
4 clr (2, 1) --> cc = 2
5 clr (2, 2) --> cc = 0
6 clr (2, 3) --> cc = 1
7 clr (0, 127) --> cc = 1
8 clr (127, 0) --> cc = 2
9 clr (127, 126) --> cc = 2
10 clr (12
[all...]
H A Dcomp-2.c2 clr, clgr, clgfr, cl, clg, clgf, clfi, clgfi
140 run_scomp_reg_reg(clr);
/external/zlib/src/examples/
H A Dgzjoin.c273 block if clr is true, and adding empty blocks as needed to get to a byte
274 boundary. If clr is false, then the last block becomes the last block of
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, argument
314 if (last && clr)
354 if (last && clr)
367 if (last && clr)
381 if (pos == 0 || !clr)
420 if (!clr) {
/external/toybox/lib/
H A Dargs.c144 struct opts *clr; local
148 for (clr=gof->opts, i=1; clr; clr = clr->next, i<<=1)
149 if (clr->arg && (i & toys.optflags & opt->dex[0])) *clr->arg = 0;
/external/mesa3d/src/mesa/sparc/
H A Dsparc_clip.S92 clr %l2
93 clr %l0
160 clr %g3 ! IEU0
181 clr %l2
182 clr %l0
230 clr %g3 ! IEU0
H A Dxform.S72 clr %o1
144 clr %o1
187 clr %o1
241 clr %o1
289 clr %o1
352 clr %o1
403 clr %o1
454 clr %o1
499 clr %o1
529 clr
[all...]
H A Dnorm.S47 clr %o4 ! 'i' for STRIDE_LOOP
186 clr %o4 ! 'i' for STRIDE_LOOP
289 clr %o4 ! 'i' for STRIDE_LOOP
340 clr %o4 ! 'i' for STRIDE_LOOP
400 clr %o4 ! 'i' for STRIDE_LOOP
442 clr %o4 ! 'i' for STRIDE_LOOP
498 clr %o4 ! 'i' for STRIDE_LOOP
582 clr %o4 ! 'i' for STRIDE_LOOP
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_interform.h100 void SetHighlightColor(FX_COLORREF clr, FormFieldType fieldType);
101 void SetAllHighlightColors(FX_COLORREF clr);
H A Dcpdfsdk_interform.cpp728 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, argument
733 m_HighlightColor[static_cast<size_t>(fieldType)] = clr;
737 void CPDFSDK_InterForm::SetAllHighlightColors(FX_COLORREF clr) { argument
739 m_HighlightColor[static_cast<size_t>(type)] = clr;
/external/deqp/modules/gles2/functional/
H A Des2fDitheringTests.cpp330 const tcu::RGBA clr = renderedImg.getPixel(x, y); local
332 if (constPos > 0 && clr != prevConstantDirectionPix)
340 << " (since dithering is disabled), but the color at position (" << x << ", " << y << ") is " << clr
350 prevConstantDirectionPix = clr;
H A Des2fMultisampleTests.cpp1021 const tcu::RGBA& clr = clearedImg.getPixel(x, y); local
1022 if (clr != tcu::RGBA::black())
1024 log << TestLog::Message << "Failure: first non-black pixel, color " << clr << ", detected at coordinates (" << x << ", " << y << ")" << TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp330 const tcu::RGBA clr = renderedImg.getPixel(x, y); local
332 if (constPos > 0 && clr != prevConstantDirectionPix)
338 << " (since dithering is disabled), but the color at position (" << x << ", " << y << ") is " << clr
348 prevConstantDirectionPix = clr;
H A Des3fMultisampleTests.cpp1180 const tcu::RGBA& clr = clearedImg.getPixel(x, y); local
1181 if (clr != tcu::RGBA::black())
1183 log << TestLog::Message << "Failure: first non-black pixel, color " << clr << ", detected at coordinates (" << x << ", " << y << ")" << TestLog::EndMessage;
/external/llvm/test/MC/X86/
H A Dx86-64.s485 clr %di label
486 clr %esi label
487 clr %rsi label
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-64.s448 clr %di label
449 clr %esi label
450 clr %rsi label
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialcli.py9 import clr namespace
/external/mksh/src/
H A Dvar.c758 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) argument
772 if ((clr & (ARRAY | ASSOC)) == ASSOC) {
774 clr &= ~(ARRAY | ASSOC);
925 (val || clr || (set & ~(EXPORT | RDONLY))))
930 /* most calls are with set/clr == 0 */
931 if (set | clr) {
945 ((t->flag & INTEGER) && (clr & INTEGER)) ||
962 t->flag = (t->flag | set) & ~clr;
/external/llvm/test/MC/Sparc/
H A Dsparc-synthetic-instructions.s103 clr %g1
109 clr [%g1+%g2]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h518 inline void clr(unsigned int i)
H A Dnv50_ir_ra.cpp601 bb->liveSet.clr(i->getDef(d)->id);
607 bb->liveSet.clr(i->getDef(0)->id);
656 bb->liveSet.clr(i->getDef(0)->id);
663 bb->liveSet.clr(i->getSrc(s)->id);
677 bb->liveSet.clr(i->getDef(d)->id);
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2478 void* clr = (contour->flags & CV_SEQ_FLAG_HOLE) == 0 ? ext_buf : hole_buf; local
2510 icvThickLine( mat, prev_pt, pt, clr, thickness, line_type, 2, 0 );
2526 clr, thickness, line_type, 2, 0 );
2573 icvThickLine( mat, pt1, pt2, clr, thickness, line_type, 2, shift );

Completed in 1208 milliseconds

12