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

12

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/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/openssl/crypto/
H A Dalphacpuid.pl20 clr $1
21 clr $2
22 clr $3
23 clr $4
24 clr $5
25 clr $6
26 clr $7
27 clr $8
28 clr $16
29 clr
[all...]
H A Dsparccpuid.S70 clr %o0
72 clr %o1
74 clr %o2
76 clr %o3
78 clr %o4
80 clr %o5
82 clr %o7
84 clr %l0
86 clr %l1
88 clr
[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/main/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...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_translate.c528 VGfloat clr[4]; local
529 clr[0] = ((*src >> 11) & 31)/31.;
530 clr[1] = ((*src >> 5) & 63)/63.;
531 clr[2] = ((*src >> 0) & 31)/31.;
532 clr[3] = 1.f;
534 util_pack_color(clr, PIPE_FORMAT_R32G32B32A32_FLOAT, &uc);
547 VGfloat clr[4]; local
548 clr[0] = ((*src >> 10) & 31)/31.;
549 clr[1] = ((*src >> 5) & 31)/31.;
550 clr[
566 VGfloat clr[4]; local
683 VGfloat clr[4]; local
707 VGfloat clr[4]; local
730 VGfloat clr[4]; local
[all...]
H A Dpaint.c95 static INLINE VGuint float4_to_argb(const VGfloat *clr) argument
97 return float_to_ubyte(clr[3]) << 24 |
98 float_to_ubyte(clr[0]) << 16 |
99 float_to_ubyte(clr[1]) << 8 |
100 float_to_ubyte(clr[2]) << 0;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_translate.c528 VGfloat clr[4]; local
529 clr[0] = ((*src >> 11) & 31)/31.;
530 clr[1] = ((*src >> 5) & 63)/63.;
531 clr[2] = ((*src >> 0) & 31)/31.;
532 clr[3] = 1.f;
534 util_pack_color(clr, PIPE_FORMAT_R32G32B32A32_FLOAT, &uc);
547 VGfloat clr[4]; local
548 clr[0] = ((*src >> 10) & 31)/31.;
549 clr[1] = ((*src >> 5) & 31)/31.;
550 clr[
566 VGfloat clr[4]; local
683 VGfloat clr[4]; local
707 VGfloat clr[4]; local
730 VGfloat clr[4]; local
[all...]
/external/openssl/crypto/bn/asm/
H A Dsparcv8plus.S182 clr %o0
191 clr %o5
284 clr %o0
293 clr %o5
372 clr %o0
419 clr %o0
443 clr %o0
477 clr %o0
514 clr %o0
537 clr
[all...]
/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/chromium_org/third_party/mesa/src/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/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/deqp/modules/gles2/functional/
H A Des2fDitheringTests.cpp328 const tcu::RGBA clr = renderedImg.getPixel(x, y); local
330 if (constPos > 0 && clr != prevConstantDirectionPix)
334 << " (since dithering is disabled), but the color at position (" << x << ", " << y << ") is " << clr
341 prevConstantDirectionPix = clr;
/external/deqp/modules/gles3/functional/
H A Des3fDitheringTests.cpp328 const tcu::RGBA clr = renderedImg.getPixel(x, y); local
330 if (constPos > 0 && clr != prevConstantDirectionPix)
334 << " (since dithering is disabled), but the color at position (" << x << ", " << y << ") is " << clr
341 prevConstantDirectionPix = clr;
/external/linux-tools-perf/perf-3.12.0/arch/sparc/lib/
H A Dmemset.S155 clr %o0
168 clr %o0
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp506 Clear* clr = this->recordClear(); local
508 clr->fColor = color;
509 clr->fRect = *rect;
510 clr->fCanIgnoreRect = canIgnoreRect;
511 clr->fRenderTarget = renderTarget;
523 Clear* clr = this->recordClear(); local
524 clr->fColor = GrColor_ILLEGAL;
525 clr->fRenderTarget = renderTarget;
/external/srtp/
H A Dconfig.status808 t clr
809 : clr
855 t clr
856 : clr
871 t clr
872 : clr
918 t clr
919 : clr
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp428 Clear* clr = this->recordClear(renderTarget); local
430 clr->fColor = color;
431 clr->fRect = *rect;
432 clr->fCanIgnoreRect = canIgnoreRect;
443 Clear* clr = this->recordClear(renderTarget); local
444 clr->fColor = GrColor_ILLEGAL;
/external/mksh/src/
H A Dvar.c706 typeset(const char *var, uint32_t set, uint32_t clr, int field, int base) argument
720 if ((clr & (ARRAY | ASSOC)) == ASSOC) {
722 clr &= ~(ARRAY | ASSOC);
871 (val || clr || (set & ~EXPORT)))
876 /* most calls are with set/clr == 0 */
877 if (set | clr) {
891 ((t->flag & INTEGER) && (clr & INTEGER)) ||
908 t->flag = (t->flag | set) & ~clr;

Completed in 1871 milliseconds

12