Searched defs:clr (Results 1 - 22 of 22) sorted by relevance

/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...]
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/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialcli.py9 import clr namespace
/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/opencv/otherlibs/highgui/
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] );
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...]
/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;
H A Des2fMultisampleTests.cpp1009 const tcu::RGBA& clr = clearedImg.getPixel(x, y); local
1010 if (clr != tcu::RGBA::black)
1012 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.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;
H A Des3fMultisampleTests.cpp1156 const tcu::RGBA& clr = clearedImg.getPixel(x, y); local
1157 if (clr != tcu::RGBA::black)
1159 log << TestLog::Message << "Failure: first non-black pixel, color " << clr << ", detected at coordinates (" << x << ", " << y << ")" << TestLog::EndMessage;
/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/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/llvm/test/MC/X86/
H A Dx86-64.s464 clr %di label
465 clr %esi label
466 clr %rsi label
/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;
/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/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c2055 int clr; local
2061 clr = ((at+7) >> 3);
2062 if (clr > asoc->mapping_array_size) {
2063 clr = asoc->mapping_array_size;
2065 memset(asoc->mapping_array, 0, clr);
2066 memset(asoc->nr_mapping_array, 0, clr);
/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 );
/external/openssl/apps/
H A Ds_client.c566 unsigned int off=0, clr=0; local
916 { clr|=SSL_OP_LEGACY_SERVER_CONNECT; }
1172 if (clr)
1173 SSL_CTX_clear_options(ctx, clr);
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c61 RGB clr; member in struct:BMPINFO
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2742 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, int nFieldType) argument
2751 m_aHighlightColor[i] = clr;
2758 m_aHighlightColor[nFieldType-1] = clr;

Completed in 5435 milliseconds